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

Re: Upgrade Tips

From: Mark Reibert <svn_at_reibert.com>
Date: 2007-09-05 19:31:20 CEST

Well, you do not have to do anything, but ...

I always "svnadmin dump | svnadmin load" using the old and new binaries.
In particular with a 1.2 -> 1.4 upgrade, this will result in smaller
repositories due to improvements in the xdelta differencing algorithm.

The script I use for this task is attached. (You probably want to ignore
the last line that mucks with svnserve.conf as this is something
specific to how I manage my repos.)

On Wed, 2007-09-05 at 09:15 -0500, Troy Bull wrote:
> Greetings
>
> I am in the process of inheriting a subversion installation. It is
> fairly good sized, and runs on Solaris 10 SPARC. The server method
> used is svnserve -d. The client is mostly tortoiseSVN using svn://.
>
> The current version of the server is
>
> svnserve, version 1.2.3 (r15833)
>
> I have obtained 1.4.3 binaries but havent put them in place yet. If I
> just replace the binaries and restart the server will i be ok? I can
> run my 1.4.3 binaries and they seem to work, the fs-type is FSFS.
>
> Any tips would be greatly appreciated.
>
> Thanks
> troy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>

-- 
----------------------
Mark S. Reibert, Ph.D.
svn@reibert.com
----------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Received on Wed Sep 5 19:28:27 2007

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.