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

Re: How to import a SVN repository (v1.1) to v1.4

From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-12-22 18:16:04 CET

On Dec 22, 2006, at 05:30, thomas Armstrong wrote:

> I'm using SVN v1.1.1 (oct 2004) and I want to migrate to SVN v1.4.2
> (nov 2006).
> They both are running ok.
>
> I plan to:
> 1) make a copy the original repository directory at server #1
> 2) svnadmin create trunk (at server #2)
> 3) remove the directory (at server #2)
> 4) copy the original repository (at server #2)
>
> Is it so easy? Thank you very much.

Surely you won't actually "svnadmin create trunk". The recommended
naming scheme of trunk / branches / tags is meant to be made (using
"svn mkdir") inside a repository, and not three individual
repositories trunk / branches / tags. The purpose of the layout is
that you can "svn cp" between them, and you can only do that within a
single repository, not between multiple repositories.

With Subversion 1.1.x and earlier, the default repository format was
BDB. As of 1.2.0 and continuing to the present, the default is FSFS.
Many people including myself prefer FSFS repositories. To convert,
you would need to dump on the old server and load on the new server.
This is described in the FAQ:

http://subversion.tigris.org/faq.html#bdb-fsfs-convert

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 22 18:16:45 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.