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

Re: old Version to a new revision

From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-09-06 16:16:07 CEST

On Sep 6, 2005, at 16:07, Lieven Govaerts wrote:

> Unless I don't understand you correctly, your friend wants to get rid
> of the changes in revision 12?
>
> The correct way to do this is apply again all his changes in
> revision 12
> to the repository, but backwards this time. This will make them
> 'disappear'.
>
> You can do this with a merge action, taking the changes to get from
> revision 12 back to revision 11, and apply them to your uptodate
> working
> copy:
> svn merge -r 12:11 http://path/to/repos /local/path/to/wc
>
> You can the commit your working copy, which gives you revision 13.
>
> Obviously this way he can't deny he ever made this changes, because
> they
> still are in the history of the repository.

People keep beating me to it! Apparently I write to slowly.

I'll just contribute the URL where you can read more about this feature:

http://svnbook.red-bean.com/en/1.1/ch04s04.html#svn-ch-4-sect-4.2

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 6 16:18:08 2005

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

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