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 - Revert modification doesn't work.
Summary: Revert modification doesn't work.
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-03-24 13:00 UTC by Peter Pis
Modified: 2006-10-23 16:41 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-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.