How to import dump data.
From: <menarialaxmilal_at_gmail.com>
Date: Sun, 21 Dec 2008 23:05:19 -0800 (PST)
Hello,
I am using Subversion form last 3-4 years. Now my repository size is too big. So want to reduce it for taking all required data in dump and then import it. So I have tried the followings to backup :
svnadmin dump c:\myrepos -r 1:10 > lm1
After that Have created new repos and tried with load command.
svnadmin load c:\lmbk < lm1 (it works)
<<< Started new transaction, based on original revision 100
So what can I do ?
Please let me know.
Thanks in advance,
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.