You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Th...@putnam.com on 2006/10/17 15:37:37 UTC

should I/how do I migrate a 1.3 repository to a 1.4 repo?





hello,

we are currently running 1.3.0 under apache.

if we move to 1.4, should we create a repo with 1.4?

and if so, is there a way to migrate our projects in the 1.3 repo
to a repo built under 1.4?

we're using fsfs, not db.

Thanks for your help.
Tom Perry



 
This message is intended for the recipient only and is not meant to be forwarded or distributed in any other format. This communication is for informational purposes only.  It is not intended as an offer or solicitation for the purchase or sale of any financial instrument, or security, or as an official confirmation of any transaction.  Putnam does not accept purchase or redemptions of securities, instructions, or authorizations that are sent via e-mail.   All market prices, data and other information are not warranted as to completeness or accuracy and are subject to change without notice.  Any comments or statements made herein do not necessarily reflect those of Putnam, LLC (DBA Putnam Investments) and its subsidiaries and affiliates.  If you are not the intended recipient of this e-mail, please delete the e-mail.

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

Re: should I/how do I migrate a 1.3 repository to a 1.4 repo?

Posted by Mark <ma...@mitsein.net>.
I upgraded mine and got some decent disk space savings.  It is easy to do:
svnadmin dump /svn/repos > repos.dump
mv /svn/repos /svn/repos.old
svnadmin create /svn/repos
svnadmin load --force-uuid /svn/repos < repos.dump

and you're done.  You'll incur a downtime for repos access between the
second step and the last step.

On 10/17/06, eg <eg...@gmail.com> wrote:
> Thomas_Perry@putnam.com wrote:
>
> >
> > hello,
> >
> > we are currently running 1.3.0 under apache.
> >
> > if we move to 1.4, should we create a repo with 1.4?
> >
> > and if so, is there a way to migrate our projects in the 1.3 repo
> > to a repo built under 1.4?
> >
> > we're using fsfs, not db.
> >
>
> You do not have to create a new repo with 1.4... you can continue to use
>     the existing ones without problem, but you wont benefit from the new
> repository delta algorithms (smaller repo size and faster network
> operations).
>
> If you want to gain these new benefits, you will need to do a dump/load
> (and create the new repo with 1.4 svnadmin).
>
> See the following for more details:
> http://subversion.tigris.org/svn_1.4_releasenotes.html#svndiff1
>
> You might find the following helpful as well. It is a link to some
> scripts that someone posted for doing the actual repository upgrade on
> Windows. If you are not on Windows, you can at least see the steps that
> were taken. Apparently these were used to upgrade over 800 repositories
> (sounds well tested to me):
>
> http://www.orcaware.com/svn/wiki/Repository_Upgrade
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>


-- 
Mark
"Blessed is he who finds happiness in his own foolishness, for he will
always be happy."

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

Re: should I/how do I migrate a 1.3 repository to a 1.4 repo?

Posted by eg <eg...@gmail.com>.
Thomas_Perry@putnam.com wrote:

> 
> hello,
> 
> we are currently running 1.3.0 under apache.
> 
> if we move to 1.4, should we create a repo with 1.4?
> 
> and if so, is there a way to migrate our projects in the 1.3 repo
> to a repo built under 1.4?
> 
> we're using fsfs, not db.
> 

You do not have to create a new repo with 1.4... you can continue to use 
    the existing ones without problem, but you wont benefit from the new 
repository delta algorithms (smaller repo size and faster network 
operations).

If you want to gain these new benefits, you will need to do a dump/load 
(and create the new repo with 1.4 svnadmin).

See the following for more details:
http://subversion.tigris.org/svn_1.4_releasenotes.html#svndiff1

You might find the following helpful as well. It is a link to some 
scripts that someone posted for doing the actual repository upgrade on 
Windows. If you are not on Windows, you can at least see the steps that 
were taken. Apparently these were used to upgrade over 800 repositories 
(sounds well tested to me):

http://www.orcaware.com/svn/wiki/Repository_Upgrade


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