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 97849

Summary: Strange behaviour when reverting new directory
Product: versioncontrol Reporter: johanandren <johanandren>
Component: SubversionAssignee: issues@versioncontrol <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description johanandren 2007-03-14 15:55:24 UTC
I create a directory in a web project managed by svn and then a file in the
directory.

When I try to revert all modification on the project, the directory and its
files are not removed. 

If I look at the directory from within netbeans the file is marked as new (green
text) and the directory is marked as changed (little blue can). If I look at the
project files through explorer with turtoise svn, the file is not marked as
version controlled so I guess that it is revered but not deleted. So it seems as
though netbeans-svn has reverted the directory but forgot to tell netbeans about it.

I also wonder if the correct behaviour perhaps would be to remove the directory
since it was automatically added to the local svn copy when created?
Comment 1 Tomas Stupka 2007-03-14 17:23:46 UTC

*** This issue has been marked as a duplicate of 83987 ***