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

Re: Upgrade SVN from 1.0 to 1.3 need help!

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-03-07 16:13:23 CET

On Mar 7, 2006, at 14:51, Fritsch, Andre (EXT) wrote:

> I am an admin to a running svn 1.0 installation on red hat
> enterprise linux. Now some developers aked me for an upgrade to svn
> 1.3.
> As i am no svn pro and have not found good upgrade instructions i
> wonder how i can do a save upgrade from 1.0 to 1.3?

1.0 is quite old, so you should do this upgrade carefully.

The best idea would be to "dump" your current repository to a
textfile with "svnadmin dump" using your current v1.0 svnadmin
program. Then "load" that with "svnadmin load" into a new repository
created with svnadmin v1.3. See:

http://subversion.tigris.org/faq.html#dumpload

Note that since Subversion 1.1 you have the choice of two different
repository backends: BerkeleyDB ("BDB"), which is what you're using
now, and the newer "FSFS" storage mechanism which became the default
as of Subversion 1.2. I generally recommend FSFS, as it's usually
less problematic than BDB, except that there's a problem with FSFS
and revisions larger than 2GB until the next version of APR comes
out. So if you have such large commits, or expect to have them, you
may want to stick with BDB.

http://subversion.tigris.org/issues/show_bug.cgi?id=2453

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 7 16:18:31 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.