You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Peter Hoydonkx <pe...@nxp.com> on 2008/09/22 11:55:12 UTC

Subversion upgrade from 1.3.0 to 1.5x

Hi

Currently we have the following setup:

Linux server       ->           Red Hat Enterprise Linux WS release 4 (Nahant Update 4)
                               ->           Subversion (server) 1.3.0
                               ->           Apache 2.0
                               ->           Trac 0.9.4

                               ->           around 30 repositories (some with Trac enabled)

Windows clients              ->           running TortoiseSVN client
                                               ->           some PC's have subversion installed (for CLI usage)

Now we would want to upgrade to Subversion to 1.5.x.

Some questions:
- Which version could we best upgrade to? 1.5.2?
- What are the steps to upgrade a subversion server installation? (I could find installation steps but no upgrade steps).
- What are the steps to upgrade the repositories? A few projects want to benefit from the new 1.5.x features while for some it is not important so
it is not a requirement to migrate all repositories at once.

With kind regards
Peter

_______________________________________________________________
Peter Hoydonkx                                                   Software Configuration Manager
Office Tel: +32 16  394 446
E-mail: peter.hoydonkx@nxp.com
_______________________________________________________________
NXP Semiconductors, C I&T Ultra Low Power Systems
Interleuvenlaan 74-82   B-3001 Leuven - Belgium
www.NXP.com
_______________________________________________________________

The information contained in this message is confidential and may be legally privileged. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, dissemination, or reproduction is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message.


Re: Subversion upgrade from 1.3.0 to 1.5x

Posted by Andy Levy <an...@gmail.com>.
On Mon, Sep 22, 2008 at 07:55, Peter Hoydonkx <pe...@nxp.com> wrote:
> Hi
>
>
>
> Currently we have the following setup:
>
>
>
> Linux server       ->           Red Hat Enterprise Linux WS release 4
> (Nahant Update 4)
>
>                                ->           Subversion (server) 1.3.0
>
>                                ->           Apache 2.0
>
>                                ->           Trac 0.9.4
>
>
>
>                                ->           around 30 repositories (some
> with Trac enabled)
>
>
>
> Windows clients              ->           running TortoiseSVN client
>
>                                                ->           some PC's have
> subversion installed (for CLI usage)
>
>
>
> Now we would want to upgrade to Subversion to 1.5.x.
>
>
>
> Some questions:
>
> - Which version could we best upgrade to? 1.5.2?

Unless you have a reason to run an older version, yes.

> - What are the steps to upgrade a subversion server installation? (I could
> find installation steps but no upgrade steps).

Just install the new version over the old (or uninstall the old, then
install the new).

> - What are the steps to upgrade the repositories? A few projects want to
> benefit from the new 1.5.x features while for some it is not important so

http://subversion.tigris.org/svn_1.5_releasenotes.html#repos-upgrades
. In your case, a dump/load cycle wouldn't be a bad idea instead of
the "shortcut" upgrade at that link; the dump/load cycle will let you
take advantage of the new diff algorithm introduced in 1.4 (possibly
saving a lot of disk space on the repository).

> it is not a requirement to migrate all repositories at once.

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