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

Re: serious trouble

From: Tobias Ringström <tobias_at_ringstrom.mine.nu>
Date: 2004-10-27 17:40:44 CEST

Mark Phippard wrote:

>Worst case, just run cvs2svn and then do this:
>
>svnadmin dump temprepos > dumpfile
>svnadmin create repos --fs-type=fsfs
>svnadmin load repos < dumpfile
>
>
Or even better:

svnadmin create --fs-type=fsfs newrepos
svnadmin dump oldrepos | svnadmin load newrepos

It uses less disk space and it is faster, especially if you put newrepos
and oldrepos on separate disks.

/Tobias

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 27 17:41:35 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.