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

Re: SvnAdmin: impossible to load dump generated by "cvs2svn"

From: Volker Kopetzky <vk_at_vzkb.de>
Date: Mon, 10 Sep 2012 16:23:00 +0700

Julien,

a dump file is designed to work with the commandline pipe. So it might be that the binary transport might have changed something.
(if your sending os is different than suse)

A safer way to transport it is to tar it before sending it over the wire:

(1) cvs station
$ tar czvf dump.tar.gz <name of dumpfile>
Send the file via ftp binary.

(2) svn station
$ tar xzvf dump.tar.gz
Import via svnadmin.

If this still does not work, please send us the log files created by using redirects similiar to this:
$ svnadmin load /path/to/target/repo < dumpfile 2> /tmp/load.stderr > /tmp/load.stdout

Beste Grüße, kind regards,
Volker Kopetzky
vzk Beratung
Germany & Thailand

  • application/pkcs7-signature attachment: smime.p7s
Received on 2012-09-10 11:23:43 CEST

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.