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

Re: Adding changeset-like functionality to subversion

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2002-10-11 20:00:00 CEST

LOWE,DAVID (HP-Vancouver,ex1) wrote:

> There is also the problem of change removal, which has not been talked about
> much. As I understand it , to remove a change you must, first of all, have
> committed right after the merge. Then, assuming the commit created rev N,
> you can back out that change by cloning rev N-1 and merging revs N+1:Head.
> All of which is a bit cumbersome.

huh?

if you just merged a change into your branch, and committed it, removing
it is just another merge.

if you committed the results of the merge in rev 10, then you can roll
it back with this command:

$ svn merge -r 10:9 .

it doesn't seem cumbersome to me... of course if subsequent changes
conflict with that change, then your merge might be a bit tough...

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 11 20:00:57 2002

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

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