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 206350 - Subversion browser doesn't show subdirectories, won't checkout of subdirectories either
Summary: Subversion browser doesn't show subdirectories, won't checkout of subdirector...
Status: RESOLVED DUPLICATE of bug 203752
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.0.1
Hardware: PC Unix
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-14 03:47 UTC by da_rock
Modified: 2011-12-14 13:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description da_rock 2011-12-14 03:47:10 UTC
I can use "browse" to navigate the repository (any) but it will only show the directories directly under /.

If I manually enter the directory to co this error appears:

org.tigris.subversion.javahl.ClientException: URL 'svn://abracadabra/rocky_code/libav/working' doesn't exist

svn list shows the directory tree, as does other svn clients.
Comment 1 Ondrej Vrabec 2011-12-14 08:55:24 UTC
> svn list shows the directory tree, as does other svn clients.
Do you mean 'svn list svn://abracadabra/rocky_code/libav/working' in commandline does not fail?
What svn version is the server? What svn version is the commandline client? And attach the messages.log with the error (~/.netbeans/version/var/log/messages.log).
Comment 2 Ondrej Vrabec 2011-12-14 13:22:00 UTC
taken from an e-mail:
cli: svn, version 1.6.17 (r1128011)
   compiled Dec 13 2011, 11:27:03
server: svn, version 1.7.1 (r1186859)
   compiled Nov 23 2011, 11:05:18 
NetBeans uses svnkit as the client.

As far as i know, svnkit we bundle with NetBeans has problems with 1.7 server (e.g. http://issues.tmatesoft.com/issue/SVNKIT-153). Will be fixed with the scheduled svnkit upgrade.
In the meantime, use commandline client: -J-DsvnClientAdapterFactory=commandline

*** This bug has been marked as a duplicate of bug 203752 ***