You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Clemens Schwaighofer <cs...@tequila.co.jp> on 2005/07/13 05:16:47 UTC

switch working copy server

Hi,

I'd like to know what the easiers way is to switch a server from which a
working copy is checked out.

Is the only way to remove or move the checked out working copy and check
it out again from the other server.

Any tips?

-- 
[ Clemens Schwaighofer                      -----=====:::::~ ]
[ TEQUILA\ Japan IT Group                                    ]
[                6-17-2 Ginza Chuo-ku, Tokyo 104-8167, JAPAN ]
[ Tel: +81-(0)3-3545-7703            Fax: +81-(0)3-3545-7343 ]
[ http://www.tequila.co.jp                                   ]

Re: switch working copy server

Posted by Clemens Schwaighofer <cs...@tequila.co.jp>.
On 07/13/2005 02:29 PM, Matthew Sanderson wrote:
> G'day Clemens,
> 
> TortoiseSVN has a 'relocate' menu item, which changes the repository URL
> that is stored in a working copy to a different URL, for use when the URL
> used to access the repository has changed. Is that what you want?
> 
> I don't see how to do the same thing using the command-line svn client,
> but I suppose there is a way...

there is a "relocate" parameter for the svn switch command, but I am not
sure if this is what I want.

-- 
[ Clemens Schwaighofer                      -----=====:::::~ ]
[ TEQUILA\ Japan IT Group                                    ]
[                6-17-2 Ginza Chuo-ku, Tokyo 104-8167, JAPAN ]
[ Tel: +81-(0)3-3545-7703            Fax: +81-(0)3-3545-7343 ]
[ http://www.tequila.co.jp                                   ]

Re: switch working copy server

Posted by Clemens Schwaighofer <cs...@tequila.co.jp>.
On 07/13/2005 02:33 PM, Steve Williams wrote:
> Matthew Sanderson wrote:
> 
>> G'day Clemens,
>>
>> TortoiseSVN has a 'relocate' menu item, which changes the repository URL
>> that is stored in a working copy to a different URL, for use when the URL
>> used to access the repository has changed. Is that what you want?
>>
>> I don't see how to do the same thing using the command-line svn client,
>> but I suppose there is a way...
> 
> 
> svn switch --relocate

yes thats it. with that I can do it.

thanks a lot all.

-- 
[ Clemens Schwaighofer                      -----=====:::::~ ]
[ TEQUILA\ Japan IT Group                                    ]
[                6-17-2 Ginza Chuo-ku, Tokyo 104-8167, JAPAN ]
[ Tel: +81-(0)3-3545-7703            Fax: +81-(0)3-3545-7343 ]
[ http://www.tequila.co.jp                                   ]

Re: switch working copy server

Posted by Steve Williams <st...@kromestudios.com>.
Matthew Sanderson wrote:
> G'day Clemens,
> 
> TortoiseSVN has a 'relocate' menu item, which changes the repository URL
> that is stored in a working copy to a different URL, for use when the URL
> used to access the repository has changed. Is that what you want?
> 
> I don't see how to do the same thing using the command-line svn client,
> but I suppose there is a way...

svn switch --relocate


-- 
Sly


This message and its attachments may contain legally privileged or confidential information. This message is intended for the use of the individual or entity to which it is addressed. If you are not the addressee indicated in this message, or the employee or agent responsible for delivering the message to the intended recipient, you may not copy or deliver this message or its attachments to anyone. Rather, you should permanently delete this message and its attachments and kindly notify the sender by reply e-mail. Any content of this message and its attachments, which does not relate to the official business of the sending company must be taken not to have been sent or endorsed by the sending company or any of its related entities. No warranty is made that the e-mail or attachment(s) are free from computer virus or other defect.


Re: switch working copy server

Posted by Matthew Sanderson <ma...@formtrap.com>.
G'day Clemens,

TortoiseSVN has a 'relocate' menu item, which changes the repository URL
that is stored in a working copy to a different URL, for use when the URL
used to access the repository has changed. Is that what you want?

I don't see how to do the same thing using the command-line svn client,
but I suppose there is a way...

--m@

Matthew Sanderson
Senior Programmer (UNIX)
TCG Information Systems Pty Ltd
Sydney, Australia
matthew@formtrap.com
http://www.formtrap.com/
+61 (02) 8303 2407

On Wed, 13 Jul 2005, Clemens Schwaighofer wrote:

> Hi,
>
> I'd like to know what the easiers way is to switch a server from which a
> working copy is checked out.
>
> Is the only way to remove or move the checked out working copy and check
> it out again from the other server.
>
> Any tips?
>
> --
> [ Clemens Schwaighofer                      -----=====:::::~ ]
> [ TEQUILA\ Japan IT Group                                    ]
> [                6-17-2 Ginza Chuo-ku, Tokyo 104-8167, JAPAN ]
> [ Tel: +81-(0)3-3545-7703            Fax: +81-(0)3-3545-7343 ]
> [ http://www.tequila.co.jp                                   ]
>

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

Re: switch working copy server

Posted by Gábor Szabó <sz...@gmail.com>.
On 7/13/05, Clemens Schwaighofer <cs...@tequila.co.jp> wrote:
> I'd like to know what the easiers way is to switch a server from which a
> working copy is checked out.

svn switch --relocate OLD_URL NEW_URL

Gabor

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