You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Andriy Yanov <An...@ericpol.pl> on 2006/03/13 10:09:28 UTC

Reverting changes in repository

Hello,

 From time to time I come across problem commiting errous code (usually 
not up-to-date according to other files).
The question:
How to revert changes in repository, not locally?

Regards,
Andriy Yanov

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Reverting changes in repository

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Mar 13, 2006, at 11:09, Andriy Yanov wrote:

> From time to time I come across problem commiting errous code  
> (usually not up-to-date according to other files).
> The question:
> How to revert changes in repository, not locally?

It must be done locally. You need a working copy. You revert changes  
by performing a so-called "reverse merge" which is described here:

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

If you're currently working on something else in your usual working  
copy, you can certainly make a second working copy just for this  
reversion, then get rid of the working copy when you're done.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org