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

Replacement for svnmerge avail -l?

From: Bill Wohler <wohler_at_newt.com>
Date: Mon, 17 Nov 2008 14:43:25 -0800

I switched from svnmerge to svn:mergeinfo recently. The process went
pretty smoothly. However, there is one problem I haven't been able to
solve (without resorting to creating a shell function).

Unless you happen to know the revision numbers, svn mergeinfo
--show-revs eligible isn't as helpful as the "svnmerge avail -l" command
was. The best replacement for "svnmerge avail -l" that I've found is
this:

    svn log -v --incremental $(svn mergeinfo --show-revs eligible
        URL | sed s/r/-c/) URL

There has to be a better way. Is there? If not, can we add a -l option
to mergeinfo?

-- 
Bill Wohler <wohler@newt.com>  http://www.newt.com/wohler/  GnuPG ID:610BD9AD
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-11-17 23:43:45 CET

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.