[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: 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:
> > Jack simply applies her change to his working copy
> > using 'svn merge':
> >
> > svn merge -r52:53 path/to/project
> > my/working/copy/path
> >
> > This means, "take the differences between revision
> > 52 and 53 of
> > path/to/project, and apply these differences as
> > local modifications to
> > my/working/copy/path."
>
> Of course, this is assuming that 52 is 53's
> predecessor.

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.org
Received 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.