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

Re: Reverting changes in repository

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-03-13 11:19:53 CET

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
Received on Mon Mar 13 11:21:59 2006

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.