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

Re: Need help recovering old repository

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-01-24 05:32:43 CET

"Robo" <robo555@gmx.net> writes:

> It'll be greatly appreciated if there's any help on how to get my new
> Subversion to start using my repository again.

Uninstall 0.35.1, install 0.18, and do:

   E:\> svnadmin dump E:\svn > dumpfile

Then uninstall 0.18, re-install 0.35.1, and do:

   E:\> ren svn old-svn
   E:\> svnadmin create svn
   E:\> svnadmin load svn < dumpfile

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jan 24 05:33:43 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.