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 73948

Summary: Folders (packages) can't be committed.
Product: versioncontrol Reporter: Peter Pis <ppis>
Component: SubversionAssignee: issues@versioncontrol <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: SVNClientException

Description Peter Pis 2006-03-24 12:24:16 UTC
Product Version         = NetBeans IDE Dev (Build 060323)
Operating System        = Windows XP version 5.1 running on x86
Java; VM; Vendor; Home  = 1.5.0_06; Java HotSpot(TM) Client VM 1.5.0_06-b05; Sun
Microsystems Inc.; d:\Java\jdk1.5.0_06

Steps:
1. Open versioned controlled project. Invoke "Show Changes" action on it.
2. Create new packages in it ("xx.yy").

New packages are treated as locally new. IMHO, this is wrong. After committing
of "yy" package, exception is thrwon.
Comment 1 Peter Pis 2006-03-24 12:24:42 UTC
Created attachment 29391 [details]
SVNClientException
Comment 2 Peter Pis 2006-03-24 12:29:04 UTC
Moreover there is new weird node created "xx.yy.yy".
Comment 3 Peter Pis 2006-03-24 22:00:54 UTC
Strange nodes are shown in "Versioning" view that is not created on HDD.
Comment 4 _ pkuzel 2006-04-06 10:23:34 UTC
[New] label is OK, in SVN thee is no dirence between files and folders..

I also get the extra node...
Comment 5 _ pkuzel 2006-04-09 21:54:28 UTC
Checking in FileStatusCache.java;
/shared/data/ccvs/repository/subversion/main/src/org/netbeans/modules/subversion/FileStatusCache.java,v
 <--  FileStatusCache.java
new revision: 1.30; previous revision: 1.29
done
Comment 6 Peter Pis 2006-04-11 14:45:20 UTC
Verified.