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

RE: usage of "Revert changes from this revision"?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-04-13 20:24:06 CEST

On Tue, 2004-04-13 at 13:19, Glenn Carr wrote:

> OK. We're just trying to make sense of it, since we don't even find an
> option to specify a revision with "svn revert". Yet, the following dialog
> [1] allows you to right-click on a specific revision and select "Revert
> changes from this revision". Since we're new to SVN we assumed this had
> some purpose we didn't know about.
>
> Thanks,
> Glenn
>
> [1]
> http://tortoisesvn.tigris.org/docs/TortoiseSVN_en/ch04s13.html

Aha, that link makes things clear.

"Revert changes from this revision" has nothing to do with 'svn
revert'. It looks to me like it actually runs a merge command,
something like:

   'svn merge -r N:N-1 URL working-copy'

i.e. reverse-applies all the changes made in revision N to your working
copy, as local mods. If you then verify the local mods and commit, then
yes, the changeset has been "removed" from HEAD.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 13 20:26:19 2004

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.