This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 76553 - Assertion error trying to open project
Summary: Assertion error trying to open project
Status: RESOLVED INVALID
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 5.x
Hardware: All Windows ME/2000
: P1 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-18 11:47 UTC by tboerkel
Modified: 2006-05-23 06:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (74.00 KB, text/plain)
2006-05-18 11:50 UTC, tboerkel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tboerkel 2006-05-18 11:47:49 UTC
I try to open an existing project and get an Assertion when single-clicking the
project folder in the file chooser and when clicking "Open Project Folder".

So, I cannot open the project!

Using NB 5.5 Beta, JDK 5.0_06, english locale.

Attaching messages.log.
Comment 1 tboerkel 2006-05-18 11:50:10 UTC
Created attachment 30492 [details]
messages.log
Comment 2 Peter Pis 2006-05-18 13:04:47 UTC
What kind of project is that? Could please be more specific? With which version
of subverion was the project checked out? I can't reproduce it. Thanks. 
Comment 3 tboerkel 2006-05-18 13:14:51 UTC
Sorry, I do not know the version, that I used for checkout. I could only guess
1.1 or 1.2.
Comment 4 Peter Pis 2006-05-18 13:36:34 UTC
Unfortunately it's not supported to checkout sources with previous versions of
subversion now. It seems to be the similar problem mentioned in #76333. Please,
check out your source with svn 1.3.x. 
Comment 5 tboerkel 2006-05-18 13:47:24 UTC
I do not understand, why (Tortoise and svn.exe have no problem with this), but OK.

On the other hand, a freshly checked out WC with Subversion 1.3.1 also has
problems, see issue #76552.
Comment 6 tboerkel 2006-05-18 13:48:49 UTC
Hmm, my stacktrace does not look at all like #76333.
Comment 7 Peter Pis 2006-05-18 14:51:50 UTC
This issue was caused by the fact that we can not corretly parse previous
subversion (1.1, 1.2) administrative files (.svn). Owing to sources were checked
out the same way, I think that it's similar problem.
Comment 8 Tomas Stupka 2006-05-22 15:24:16 UTC
- we don't support working copies created with a client < 1.3.0. 
the metadata in those have no information about the repositoryurl, so there is a
remote call necessary every time this information is needed. i would guess that
the svn commandline, and tortoise retrieve this information from the repository.
this is something we try to avoid, and i don't thing this should be a big
problem - to make an initial checkout when setting up the svn support for netbeans.

- the AssertionError in the stacktrace doesn't look like comming from the
subversion module.

closing.
Comment 9 tboerkel 2006-05-23 06:51:40 UTC
Fact is, I only get the assertion, when the Subversion module is active.