[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: Noel Yap <yap_noel_at_yahoo.com>
Date: 2002-10-10 00:42:30 CEST

--- 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. I've mentioned (possibly in other
threads) that it'd be great if one could do:
  svn merge -rPREV(53):53 path/to/project
my/working/copy/path

I don't think PREV can be used in this manner, but is
there a way to get the same functionality?

Thanks,
Noel

__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com

---------------------------------------------------------------------
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:43:05 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.