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

[RFC] Merge History Audit and Query

From: Daniel Rall <dlr_at_collab.net>
Date: 2007-05-23 23:04:55 CEST

http://subversion.tigris.org/merge-tracking/func-spec.html#merge-history-audit

While Hyrum is looking at the "Commutative Author and Revision
Reporting" features, I'd decided to take a look at spec'ing out some
of the other auditing features. Specifically:

- Show change sets available from a merge source.

- Show where a change set has been merged to.

I'm considering the following command-line UI for these features:

svn info --merged-to [SOURCE@REV]
Show a list of merge targets (URL@REVs) that SOURCE has been merged to.

svn info --merged-from [TARGET@REV]
Show a list of merge sources (URLs) and corresponding revision range
lists that have been merged into TARGET.

Alternately, we could add a new 'svn audit' (or some such)
sub-command, instead of re-using 'svn info'. Thoughts?

  • application/pgp-signature attachment: stored
Received on Wed May 23 23:05:18 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.