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

RE: Make the active revision to a old revision number.

From: Phil Sayers <Phil_at_cds-am.net>
Date: Tue, 31 Aug 2010 15:48:44 -0400

From: John T.Emmatty [mailto:johnemmatty_at_gmail.com]
Sent: Tuesday, August 31, 2010 3:40 PM
To: users_at_tortoisesvn.tigris.org
Subject: Make the active revision to a old revision number.

 

Hi All,

 

I have 49 revisions in my SVN. The problem is that the 48 and 49 revisions
are buggy. I want to revert the latest revision into 47 in SVN. In other
words I need to delete 48 and 49 revisions.

 

I have downloaded revision 47 files and made modifications. Now I can't
commit the code since I have to update my working copy into revision number
49. The revision number 49 will bring back all those bugs.

 

Please advise.

 

Thanks.

 

Typically I do the following when I want to "undo" the most recent
revisions.

 

Fresh checkout of HEAD to a new working copy folder.

Right click on my new working copy. "Show Log".

(using your revision numbers here)

Right click on rev 49's entry in the log window..(in the upper panel) choose
"reverse changes from this revision". accept the warning dialog.

 

I forget if log window closes.so open it again if you need to.

Right click on rev 48's entry in the log window ..(in the upper panel)..
choose "reverse changes from this revision".accept warning.

 

Now your local working copy is revision 49.but you have changes applied to
it (the reversals of 49 & 48) that make it look like r47.

 

Commit. This will create r50, which is the "undo" of r48 & r49.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-08-31 21:48:56 CEST

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.