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 77448 - Only children directories are listed in folder browser.
Summary: Only children directories are listed in folder browser.
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-06 15:50 UTC by Peter Pis
Modified: 2006-10-23 15:47 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 Peter Pis 2006-06-06 15:50:39 UTC
NetBeans IDE Dev (Build 060531)
1.5.0_07; Java HotSpot(TM) Client VM 1.5.0_07-b03
Linux version 2.6.9-1.667 running on i386
en_US (nb); UTF-8

Steps:
1. Invoke "Checkout" wizard.
2. Enter valid "Repository URL", "User Name" and "Password".
3. Setup desired project. (Browse repository for desired project)
4. Open this project.
5. Invoke "Subversion | Copy..." action project root.
6. Try to "Browse" repository.
 
Only children directories are listed. -> Regression. There is no way of adding
new directory into repository for copy purpose.
Comment 1 Peter Pis 2006-06-06 16:03:28 UTC
This problem occurs for "Switch", "Merge" actions.
Comment 2 Tomas Stupka 2006-06-14 10:13:57 UTC
fixed

Checking in SvnWcParser.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/client/SvnWcParser.java,v
 <--  SvnWcParser.java
new revision: 1.17; previous revision: 1.16
Comment 3 Peter Pis 2006-06-21 16:12:22 UTC
Verified.