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 - Folders (packages) can't be committed.
Summary: Folders (packages) can't be committed.
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-24 12:24 UTC by Peter Pis
Modified: 2006-10-23 16:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
SVNClientException (1.91 KB, text/plain)
2006-03-24 12:24 UTC, Peter Pis
Details

Note You need to log in before you can comment on or make changes to this bug.
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.