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

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

From: eg <egoots_at_gmail.com>
Date: 2006-10-17 18:51:15 CEST

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
Received on Tue Oct 17 18:52:54 2006

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.