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

Re: Handling multiple revision ranges in a single merge operation

From: Giovanni Bajo <rasky_at_develer.com>
Date: 2007-04-03 10:26:30 CEST

On 03/04/2007 2.06, Daniel Rall wrote:

> I'd like to extend the svn_client_merge_peg3() API to accept a list of
> revision ranges to merge. As this API already been rewritten
> internally to handle this to support Merge Tracking, we'd only be
> exposing functionality that 'merge' is already offerring.
>
> A couple of questions:
>
> - Should 'svn merge -rN URL [WC_PATH]' also support this?
> Example: svn merge -r3,5-7,10 $URL

Wouldn't it better to use -c for this? -rN:M already has a meaning of svn
merge, so adding -rN,M and -rN-M to it looks like a bit of a confusion.

When you say -r3,5-7,10 (like svnmerge.py), you're naming changesets, which is
what it's done in SVN with -c.

-- 
Giovanni Bajo
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 3 10:27:22 2007

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.