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

Re: How to move a repository from one server to another?

From: Johnathan Gifford <jgifford_at_wernervas.com>
Date: 2006-10-31 19:51:58 CET

Um, do those if you want to move his working copy.

To move a repository is another set of steps. As long as the OS is the same for his computer and the server (aka Windows of any version), see below. If the OS's are different (*nix vs. Windows), start reading the SVN book how to dump his repository and how to load it into a new one.

If no one is accessing the repository (read and write):

1). Copy the repository directory to the other server..

If people are still accessing the repository:

1) Find a copy of svn fast backup (there is shell script version and a python version) on his computer and run it.
2) Copy the backup directory to the other server.

For those who still need to access his repository, but just don't want to recreate their working copies, have them use the below suggestions.

Johnathan

>>> On Tue, Oct 31, 2006 at 12:29 PM, in message <45479601.6060301@spicycrypto.ca>,
Nathan Kidd <nathan-svn@spicycrypto.ca> wrote:
> Pedro LamarĂ£o wrote:
>> Dennis Allen escreveu:
>>>
>>> I have tried a variation on "a" above and ran into problems where the
>>> client complained that the file(s) were already linked to another
>>> repository, so I must be doing something wrong.
>>
>> Use the -- relocate parameter.
>
> And in TortoiseSVN this is TortoiseSVN - > Relocate
>
> - Nathan
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e- mail: users- unsubscribe@subversion.tigris.org
> For additional commands, e- mail: users- help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 31 19:53:48 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.