[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: Are Årseth <are.aarseth_at_gmail.com>
Date: Thu, 15 Oct 2009 16:54:15 +0200

Ah yes that helps a lot :) But is there a way to find possible branches
exist? My repo may not have the nice structure that is recommended :)

I know that on a branch you can find the copy-from info. But is there a way
to find where a trunk has been "copy-to"?

On Thu, Oct 15, 2009 at 16:05, Bob Archer <Bob.Archer_at_amsi.com> wrote:

> >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=2407914

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