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

Re: what do i do now?

From: John Szakmeister <john_at_szakmeister.net>
Date: 2004-07-17 13:14:21 CEST

On Friday 16 July 2004 17:11, Campbell, Matthew A wrote:
[snip]
> -----8<-----
> cd $svnparentpath
> for repos in */
> do
> mv $repos ${repos}_bdb
> svnadmin create --fs-type fsfs $repos
> svnadmin dump ${repos}_bdb | svnadmin load $repos
> done
> -----8<-----

Don't forget to copy any hook scripts that you might have. :-)

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jul 17 13:16:49 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.