[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: revert seems to do nothing... ?

From: <postmaster_at_tigris.org>
Date: Tue, 6 Jan 2009 09:35:21 -0800 (PST)

Revert only undoes modifications up until the last commit. If you want to undo modifications done by a prior commit, you need to preform a reverse merge and then commit afterwords. A reverse merge can be performed using the following procedure:

1. Open Windows Explorer and navigate to your checked out repository.
2. Right click the background in the right window pane and choose Merge from the TortoiseSVN menu.
3. Select the "Merge a range of revisions" radio button and click Next.
4. Select/input the location of the master repository.
5. Click the "Show log" button and select the revisions you'd like to revert, using the Control key to if necessary. Then Click OK
6. Check the "Reverse Merge" check box and click Next.
7. Click the Merge button to complete the merge.
8. Test the changes, and then Commit them.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1008071

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-01-06 18:39:13 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.