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 73952

Summary: Revert modification doesn't work.
Product: versioncontrol Reporter: Peter Pis <ppis>
Component: SubversionAssignee: issues@versioncontrol <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Peter Pis 2006-03-24 13:00:56 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 project under version control.
2. Invoke "SVN | Show changes" action on project root.
3. Delete any file. (Then it should be shown in "Versioning" view as "Locally
Deleted")
4. Select parent folder and invoke "SVN | Revert Modifications" actions.

This action doesn't do anything. Even more modified file aren't changed to
up-to-date state sync with repository.
Comment 1 _ pkuzel 2006-04-04 12:26:24 UTC
IDE issues

 svn revert /tmp/co/svn-stable-01/AnagramGame

instead of 

 svn revert -R /tmp/co/svn-stable-01/AnagramGame
Comment 2 _ pkuzel 2006-04-04 12:33:40 UTC
Checking in RevertModificationsAction.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/update/RevertModificationsAction.java,v
 <--  RevertModificationsAction.java
new revision: 1.3; previous revision: 1.2
done
Comment 3 Peter Pis 2006-04-11 14:48:38 UTC
Verified.