RE: Error after subversion upgrade
From: Swan, Nicole <NSwan_at_carroll.edu>
Date: 2004-06-22 19:56:06 CEST
The main problem is that I didn't do the upgrade (and I'll admit that I don't know much about the administration of subversion). I can see that a dump file of the old repository was created. I also see a directory that appears to be a backup of the old repos directory. There is a new repos directory in place. Is it safe to do a load of the dump file? What will happen if this was already done?
Thanks,
Nicole
-----Original Message-----
>>>>> "NS" == Swan, Nicole <NSwan@carroll.edu> writes:
NS> After a recent upgrade of subversion from .37 (I believe) to
I don't know if this is the cause of your exact problem, but: I'm
* reinstall 0.37 or whatever version you had
* do `svnadmin dump /your/repos > big-dump'
* remove 0.37, install 1.0.5
* move old repository out of the way: `mv /your/repos
* `svnadmin create /your/repos'
* `svnadmin load /your/repos < big-dump'
-- Governing the U.S. is like playing 200 simultaneous chess matches (while whiny columnists second-guess every move on every board). -- Nicholas Kristof, New York Times columnist --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Tue Jun 22 19:57:28 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.