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

Re: [TSVN] migrating local repository

From: Cristi BALAN <mental_at_gmail.com>
Date: 2004-07-18 14:01:21 CEST

On Sun, 18 Jul 2004 11:19:00 +0000, Jon Thoroddsen <jonth@hotmail.com> wrote:
> Hi,
> it seems to me that to migrate a local tortoiseSVN Repository, say between
> computers, one would have to download the correct version of Subversion
> itself, svnadmin dump and then svnadmin load to the new Repoistory.
>
> Is this correct?
> Are there any additional gotchas because it's a local repository?
> How would one go about finding the correct version of Subversion to use?
> (I wouldn't be able to just copy the repository dir directly over and tell
> tortoise to use that, would I? :-)
>

If you are absolutely sure nothing is acessing that repository you can
simply copy it.

svnadmin dump/load is used when the bdb schema changes, and that
shouldn't happen until svn 2.0. Until then, svnadmin hotcopy is faster
since it just copies the files and does some additional checks in case
the repository is in use but, if it's not, copying is ok.

-- 
Cristi BALAN
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sun Jul 18 15:02:19 2004

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.