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

mergeinfo --show-revs eligible (is there a shorthand?)

From: Talden <talden_at_gmail.com>
Date: Fri, 14 Oct 2011 15:25:55 +1300

Is there a short-hand for listing eligible revisions in a mergeinfo query?

To avoid expensive (sometimes several minutes on <1.7) empty merge
calls, it is handy to find out whether merge would actually do
anything - the current command-line is pretty verbose for the task
though (needless to say I've wrapped it up in a script).

         svn mergeinfo --show-revs eligible ^^/...

Would a short-hand be out of the question?

         svn mergeinfo --eligible ^^/...

Or maybe even an alias command ala bazaar.

         svn alias "eligible=mergeinfo --show-revs eligible"
         svn eligible ^^/...

(I'd probably call it 'missing' myself since it lists missing
revisions and I'm used to that in another tool - guess which one)

--
Talden
Received on 2011-10-14 04:26:30 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.