You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Schachter, Lorne" <lo...@citigroup.com> on 2005/03/16 15:56:50 UTC

Changing repository servers

We've had our subversion repository located on our development server.  We're now ready to move
the repository over to its own server.  I've done a dump of the repository and a load onto
the new server, but I can't figure out how to point my working copy over to the new server.  Is
that possible or do I have to recreate my working copy from the new repository?

Thanks,
Lorne Schachter

---------------
Lorne Schachter
Citigroup
Technology Infrastructure Engineering
Messaging Directory Engineering
Citigroup Warren Technology Campus
283 King George Road
Warren, NJ 07059
Phone: 1-908-563-0034
Email: lorne.schachter@citigroup.com

 

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


Re: Changing repository servers

Posted by Max Bowsher <ma...@ukf.net>.
Schachter, Lorne wrote:
> We've had our subversion repository located on our development server. 
> We're
> now ready to move
> the repository over to its own server.  I've done a dump of the repository
> and a load onto
> the new server, but I can't figure out how to point my working copy over 
> to
> the new server.  Is
> that possible or do I have to recreate my working copy from the new
> repository?

Read this:
http://svnbook.red-bean.com/en/1.1/svn-book.html#svn-ch-9-sect-1.2-re-switch

and take note that "svn switch --relocate" (which is what you want in this 
case) is a completely different kind of thing to plain "svn switch".

Max.


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