svnadmin load command hangs
From: P Tai <ptai001_at_yahoo.com>
Date: 2006-11-08 01:12:39 CET
Sorry if I am repeating myself. I sent the previous one before I subscribed to the mailing list. Not sure if that will be posted.
The following is the sequence of commands:
---------------------------------------
cd /home/svn
svnadmin dump /var/svnroot/myrepos > myrepos.dump
mkdir testrepos
svnadmin create testrepos/newrepos
svnadmin load testrepos/newrepos < myrepos.dump
<<< Started new transaction, based on original revision 1
* adding path : branches ... done.
* adding path : tags ... done.
* adding path : trunk ... done.
----------------------------------------
Then the command just hangs. Can anyone help?
svnadmin verify /var/svnroot/myrepos completes successfully (listing all revisions).
Interestingly I was able to load the dump file created by cvs2svn.
I am using subversion-1.4.0.
Paul.
|
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.