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

Handling multiple revision ranges in a single merge operation

From: Daniel Rall <dlr_at_collab.net>
Date: 2007-04-03 02:06:08 CEST

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

- Should the API take two svn_opt_revision_t *'s lists, or a single
  list composed of a data structure consisting of a start and end
  svn_opt_revision_t * (a la svn_merge_range_t)?

  • application/pgp-signature attachment: stored
Received on Tue Apr 3 02:06:30 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.