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

RE: svnmerge.py avail equivalent for svn merge

From: Bob Archer <bob.archer_at_amsi.com>
Date: Thu, 15 Oct 2009 10:05:29 -0400

>With svnmerge.py you could write svnmerge.py avail and get a list of eligible revisons for merging. Now with svn merge you have to do this tracking yourself via svn log / tortoise rev graph etc. But has anyone written some kind of script that mimics the way svnmerge.py avail works?
>
>I would like to do something like:
>$ cd trunk
>$ svnavail.py
>../branches/branch1: 123,125,160-170
>../branches/branch2: 124,126
>
>Have anyone worked on or know of something like this?

svn merginfo $REPO/path/to/source --show-revs eligible

Will that give you what you want?

BOb

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2407901

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-15 16:06:50 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.