Re: Adding changeset-like functionality to subversion
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-10-10 00:52:16 CEST
Noel Yap <yap_noel@yahoo.com> writes:
> --- Ben Collins-Sussman <sussman@collab.net> wrote:
No it isn't. If 26, say, "is 53's predecessor" then
svn merge -r26:53 URL wc
and
svn merge -r52:53 URL wc
will do the same thing, because
svn diff -r26:52 URL
is empty.
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu Oct 10 00:53:00 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.