Ramkumar Ramachandra wrote on Sat, Sep 25, 2010 at 19:31:19 +0530:
> Hi Karl,
> 
> Karl Heinz Marbaise writes:
> > i just want to give an other information which i found about the
> > subject which seemed to be related to the svnrdump tool...
> > 
> > http://rsvndump.sourceforge.net/
> 
> Yes, I saw this tool before I decided to write svnrdump. The main
> difference is that rsvndump produces a non-deltified dump, while
> svnrdump can only produce a deltified dump (dumpfile v3). As a
> consequence, rsvndump is slow and needs a lot of memory while svnrdump
> is fast and uses little memory.

Does
        svnrdump dump -r 1000000 https://svn.apache.org/repos/asf/subversion
also produce a deltified dump?  (of r1000000 to its predecessor)

Is it currently possible to cause svnrdump to dump rN in full?  (like
svnadmin dump --incremental)

Reply via email to