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

Re: Need advice on upgrading

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-10-29 16:15:13 CET

"Mike George" <mike@mail.georgetech.com> writes:

> Hello,
>
> I've been putting off upgrading for a _really_ long time, and now
> I'm stuck. I'm currently using the subversion-0.8.0-1271 rpm that I
> got off the subversion site some time ago. I'd like to upgrade now,
> but unfortunately that version doesn't have svnadmin dump. Whats
> the best way to handle the upgrade?

My friend, you have quite a bit of dumping and loading in your
future. :-)

Go to the "file sharing" area of the svn website, and click on the
'source tarballs' section.

You'll need to download the 2092g, 2402d, 3200 sourceballs.

Build each sourceball with --disable-shared, and set each statically
linked 'svnadmin' binary aside.

Use the 2092g svnadmin to 'svnadmin dump' your repository.

Use the 2402d svnadmin to 'svnadmin load' into a new repository.

Use the 2402d svnadmin to 'svnadmin dump' the new repository.

Use the 3200 svnadmin to 'svnadmin load' into an even newer repository.

Have fun!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 29 16:15:40 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.