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

Re: svndumptool 0.4.0

From: Martin Furter <mf_at_rola.ch>
Date: 2007-04-11 18:35:36 CEST

Jared Silva wrote:
> How mature (read: reliable) is this?

svndumptool has ben around for years and is very stable since version 0.3.

Version 0.4 removes a check for node-kind which makes it a bit less
reliable. But "svndumptool check" and "svnadmin load" both do this check
again so that's no problem.

I recommend running svndumptool check and diff (where applicable) before
loading a modified dumpfile ("svndumptool check -A" is much faster than
"svnadmin load" so almost no time is wasted using it).

eolfix transform-revprop and transform-prop are the only commands which
modifies the data in a dump file. Use them with care and check the
results.

Merge can rename path's and introduce inconsistencies (duplicate nodes or
missing parent directory) but those are found using check (and svnadmin
load).

HTH
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 11 18:36:07 2007

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.