Need help on Subversion dump/load feature....Thanks
From: Reddy1413 <res1413_at_gmail.com>
Date: Fri, 8 Oct 2010 12:19:42 -0400
Greetings,
As part of the experiment with svn dump/load ,I am using svnadmin dump and
The dump and load provide some very nice features for making the migration
Background: Am a relative newbie but have read the svn book particularly
To keep the dump file size "under control" am using both the -r switch to
svnadmin dump /repos_path -r0:50 --deltas > repos_r0-50.dmp
I moved the *dmp files where I want to load.
Now, the moment of truth:
The load appears to work fine for the rev 0-50 dump file. "Appears" because
However, for the next dump file and contiguous set of revisions:
svnadmin create target_repos_path
the above command returns nearly immediately and the following is output to
<<< Started new transaction, based on original revision 51
The /target_repos_path is named the same as the source /repos_path (fyi)
The svn book says --deltas is useful and a dump using -r followed by
So there must be something else about the dump switches or about the load
Thanks very much in advance for any illumination on the subject.
|
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.