Re: 1.1.0_rc2 update db version 4.2 on existing repositories
From: Russ Brown <subversion_at_dot4dot.plus.com>
Date: 2004-09-21 09:45:13 CEST
On Mon, 20 Sep 2004 13:40:02 -0400, Jeff Kowalczyk <jtk@yahoo.com> wrote:
>> Further alternative is if anyone can suggest a procedure for dumping the
I actually did this last night.
First you need to create your fsfs repository (somewhere separate from
svnadmin create --fs-type fsfs /var/svn/repos2
Then you can do the transfer in one operation:
cd /var/svn
svnadmin dump repos | svnadmin load repos2
After that I just had to make sure the permissions were right on the new
Hope this helps.
-- Russ Brown --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Tue Sep 21 09:47:17 2004 |
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.