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

Re: svnrdump tool

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sat, 25 Sep 2010 16:49:08 +0200

Ramkumar Ramachandra wrote on Sat, Sep 25, 2010 at 19:53:31 +0530:
> Daniel Shahaf writes:
> > Is it currently possible to cause svnrdump to dump rN in full? (like
> > svnadmin dump --incremental)
>
> No, it's not.
>

I think it'll be a useful addition, so I've went ahead and recorded it:
http://subversion.tigris.org/issues/show_bug.cgi?id=3720

For the use-case I gave there to work, 'svnrdump dump $REPOS/subdir'
would have to work... but I see that it already does:

  0:/tmp/svn% $svnrdump dump file://$PWD/r1/trunk/A/B 2>&1 | grep Node-path
  Node-path: trunk
  Node-path: trunk/A
  Node-path: trunk/A/B
  Node-path: trunk/A/B/E
  Node-path: trunk/A/B/E/alpha
  Node-path: trunk/A/B/E/beta
  Node-path: trunk/A/B/F
  Node-path: trunk/A/B/lambda

Nice :-)

Daniel
Received on 2010-09-25 16:53:34 CEST

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.