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

Re: svn rollback (Was: Re: svn commit: rev 2162 - ...)

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-06-12 22:01:02 CEST

Ben Collins-Sussman <sussman@collab.net> writes:

> "True" moves:
>
> - If you want to move in time, just 'svn up -rN'.
> - If you want to move in time *and* space, use 'svn switch URL -rN'.
>
> "Local mod" moves:
>
> - Use 'svn merge' for time and space.
>

Let me elaborate on this paradigm.

In my mind, 'svn rollback' would simply be a 2nd command added to the
"local mod" category above, for moving through time only.

In our current world, 'svn up' is a simple convenience wrapper around
'svn switch'... for those situations when you want to move in time,
but not space.

Similarly, I think that 'svn rollback' should be a simple convenience
wrapper around 'svn merge'.... again, when you want to move in time,
but not space.

Isn't that simple and clear? [/me hopes others agree]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 12 21:33:09 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.