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

Re: New subversion version on new server?

From: Andreas Schweigstill <andreas_at_schweigstill.de>
Date: 2006-08-09 11:44:14 CEST

Dear Peter!

Peter Hartlén schrieb:
> Would there be any problems with copying the repositories from the old
> machines backup to the new machine with the new version of SubVersion
> (1.3.2)?

Yes, especially if you use BDB for the repository. It is very important
to perform a "svn dump" with the old BDB version. If your database is
corrupted you should try to fix it on the old system before doing an
upgrade.

The output from "svn dump" can be loaded afterwards by any kind of
database backend. So you can perform a "svn load" also on a FSFS based
repository. Only "svn sync" (on Subversion 1.4 and above) assumes that
the same repository type is used on all mirrors.

With best regards
Andreas Schweigstill

-- 
Dipl.-Phys. Andreas Schweigstill
Schweigstill IT | Embedded Systems
Schauenburgerstraße 116, D-24118 Kiel, Germany
Phone: (+49) 431 5606-435, Fax: (+49) 431 5606-436
Mobile: (+49) 171 6921973, Web: http://www.schweigstill.de/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 9 11:45:22 2006

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.