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

Re: [PATCH v2] Add svnrdump

From: Ramkumar Ramachandra <artagnon_at_gmail.com>
Date: Fri, 23 Jul 2010 23:56:57 +0530

Hi Daniel,

Daniel Shahaf writes:
> Or, you could have svnrdump report the highest revision it dumped, and the
> admin can remember that and invoke svnrdump -r N+1:HEAD next time. (Much
> cheaper than parsing the entire dumpfile --- which you would have to do in
> order to figure how many revisions it contains.)
>
> (One can parse that already out of the "* Dumped revision %ld" notifications;
> if this use case is important, we may want to have a switch to suppress all but
> the last notification...)

Ah, excellent suggestion! :)

Only, I wonder what'll happen if the connection breaks after the last
revision has been partially dumped- can we just look for
"^Revision-number: \d+$" from the bottom of the file, clean it up and
then resume?

-- Ram
Received on 2010-07-23 20:29:17 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.