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 58957 - (subversion) AssertionError trying to run 'status'
Summary: (subversion) AssertionError trying to run 'status'
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-16 22:21 UTC by athompson
Modified: 2007-05-21 15:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
AssertionError (1.29 KB, text/plain)
2005-05-16 22:21 UTC, athompson
Details
'.svn' folder for 'src' (1.71 KB, application/x-compressed)
2005-05-17 14:41 UTC, athompson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description athompson 2005-05-16 22:21:03 UTC
winxp
jdk 1.5
daily 15 may 2005
subversion command line client: version 1.1.4 (r13838) for winxp
ssh client: cygwin: OpenSSH_4.0p1, OpenSSL 0.9.7g 11 Apr 2005
(using PKE to automatically log in without password)
Subversion profile module (version 1.1.6) for Windows and UNIX systems

repository url: svn+ssh://alvin@vcs.rabbitware.net/data/svn/saic-util/trunk
working directory: C:\stuff\projects\saic-util

got attached AE when trying to run status on 'src' folder from favorites menu popup.
Comment 1 athompson 2005-05-16 22:21:58 UTC
Created attachment 22154 [details]
AssertionError
Comment 2 athompson 2005-05-16 22:23:10 UTC
also 'DatabaseSettings.java' was recently added/committed.
Comment 3 Martin Entlicher 2005-05-17 11:01:12 UTC
This seems to be a bug in the Subversion profile, which provides a file with
name "src\gov\fbis\dave\util\settings\DatabaseSettings.java". This is wrong,
there should be just "DatabaseSettings.java".
Comment 4 Martin Entlicher 2005-05-17 11:02:22 UTC
Is this reproducible, or does this happen randomly?
Comment 5 athompson 2005-05-17 14:35:27 UTC
reproduceable, including when i restart the ide. the command runs fine from the
command line.

i believe i had an earlier problem where i tried to commit the file before it
was added, and i got a message saying to run 'svn cleanup', which i did from the
command line. perhaps the cleanup from the command line put something in an
inconsistant state.

the status command (in netbeans) also works fine from all of the child folders
of 'src' leading down to the file (gov, fbis, etc). it gives the same error if
run from the parent folder of 'src'.
Comment 6 athompson 2005-05-17 14:41:57 UTC
Created attachment 22163 [details]
'.svn' folder for 'src'
Comment 7 athompson 2005-06-16 22:06:49 UTC
this problem is caused by using Cygwin versions of Subverion. it works fine
everywhere else, including other IDEs, but sometimes not in Netbeans. Cygwin
automagically converts DOS-style paths to Unix-style paths, but the Netbeans CVS
stuff seems to be confusing Cygwin into not converting the paths sometimes. i
think it has something to do with the overly-liberal use of escaped quotes
everywhere, which i don't think is compatible with CMD's special-case handling
of quotes, which netbeans uses. the end result is that the quotes wind up where
they shouldn't and the paths don't get converted. see the CMD documentation.
Comment 8 frank1russo 2006-07-24 13:36:07 UTC
I get the same error on anything command I run related to subversion. The
checkout was not done through netbeans. It was done from the command line. I'm
not sure if that's an issue or not, just wanted to document that. I just
installed 5.5 beta2, but will continue to use 5.0 until this is fixed.
Comment 9 athompson 2007-05-21 15:42:27 UTC
no longer relevant since vcsgeneric is no longer used for subversion.
Comment 10 athompson 2007-05-21 15:43:46 UTC
works with new subversion module.