You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Albert Shih <Al...@obspm.fr> on 2008/07/02 14:35:26 UTC

1.4.x --> 1.5.x

Hi all

I've some (~30) repository running 1.4 version of subversion (on FreeBSD). 

When I want to upgrade to 1.5, is there need to make something like 

	svnadmin-1.4 dump| svnadmin-1.5 load

or can I juste upgrade 1.4 to 1.5 without special thing to do ? 

Regards.



-- 
Albert SHIH
SIO batiment 15
Observatoire de Paris Meudon
5 Place Jules Janssen
92195 Meudon Cedex
Téléphone : 01 45 07 76 26
Heure local/Local time:
Mer 2 jul 2008 16:34:56 CEST

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

Re: 1.4.x --> 1.5.x

Posted by Lars Tiefland <lt...@gmail.com>.
Hi,

you can just install 1.5 over 1.4.

In order to use the new featurs of 1.5 you will have to run

svnadmin upgrade

afterwards.

2008/7/2, Albert Shih <Al...@obspm.fr>:
> Hi all
>
>  I've some (~30) repository running 1.4 version of subversion (on FreeBSD).
>
>  When I want to upgrade to 1.5, is there need to make something like
>
>         svnadmin-1.4 dump| svnadmin-1.5 load
>
>  or can I juste upgrade 1.4 to 1.5 without special thing to do ?
>
>  Regards.
>
>
>
>  --
>  Albert SHIH
>  SIO batiment 15
>  Observatoire de Paris Meudon
>  5 Place Jules Janssen
>  92195 Meudon Cedex
>  Téléphone : 01 45 07 76 26
>  Heure local/Local time:
>  Mer 2 jul 2008 16:34:56 CEST
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>  For additional commands, e-mail: users-help@subversion.tigris.org
>
>


-- 
Live Long And Prosper,

Lars Tiefland

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


Re: 1.4.x --> 1.5.x

Posted by Albert Shih <Al...@obspm.fr>.
 Le 02/07/2008 à 10:40:03-0400, Andy Levy a écrit
> On Wed, Jul 2, 2008 at 10:35, Albert Shih <Al...@obspm.fr> wrote:
> > Hi all
> >
> > I've some (~30) repository running 1.4 version of subversion (on FreeBSD).
> >
> > When I want to upgrade to 1.5, is there need to make something like
> >
> >        svnadmin-1.4 dump| svnadmin-1.5 load
> >
> > or can I juste upgrade 1.4 to 1.5 without special thing to do ?
> 
> As with past releases, the Release Notes[1] are always enlightening:

Sorry. I'm stupid.

I search this on the right page but did'nt find it (because I search some
«upgrade section») 

Now I find it. 

Thanks for your help.

Regards.
-- 
Albert SHIH
SIO batiment 15
Observatoire de Paris Meudon
5 Place Jules Janssen
92195 Meudon Cedex
Téléphone : 01 45 07 76 26
Heure local/Local time:
Mer 2 jul 2008 16:41:57 CEST

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

Re: 1.4.x --> 1.5.x

Posted by Andy Levy <an...@gmail.com>.
On Wed, Jul 2, 2008 at 10:35, Albert Shih <Al...@obspm.fr> wrote:
> Hi all
>
> I've some (~30) repository running 1.4 version of subversion (on FreeBSD).
>
> When I want to upgrade to 1.5, is there need to make something like
>
>        svnadmin-1.4 dump| svnadmin-1.5 load
>
> or can I juste upgrade 1.4 to 1.5 without special thing to do ?

As with past releases, the Release Notes[1] are always enlightening:

"There is no need to dump and reload your repositories. Subversion 1.5
can read repositories created by earlier versions. To upgrade an
existing installation, just install the newest libraries and binaries
on top of the older ones."

That said, it certainly won't hurt to do a dump/load cycle, and you
won't have to run an extra script to reap the benefits of sharding and
some of the other improvements that may have been made.

1: http://subversion.tigris.org/svn_1.5_releasenotes.html

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