You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Stephen Webb <sw...@netlab.uky.edu> on 2005/07/12 23:50:13 UTC

update over ssh on WC checked out with svn://

I figured this would be a common question -- either it isn't, or I can't
guess how other people would have asked it.  (I have searched, and
couldn't find anything)

Basically I have a working copy that was checked out with a svn://server
URL, but now the machine with the WC has moved and can only access
"server" through SSH.  So what I want to do is switch over to using ssh
for the already checked out working copy.  

Is there a straightforward way to do this?

-Steve



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

Re: update over ssh on WC checked out with svn://

Posted by Ben Collins-Sussman <su...@collab.net>.
On Jul 12, 2005, at 6:50 PM, Stephen Webb wrote:

>
> I figured this would be a common question -- either it isn't, or I  
> can't
> guess how other people would have asked it.  (I have searched, and
> couldn't find anything)
>
> Basically I have a working copy that was checked out with a svn:// 
> server
> URL, but now the machine with the WC has moved and can only access
> "server" through SSH.  So what I want to do is switch over to using  
> ssh
> for the already checked out working copy.
>

svn switch --relocate svn:// svn+ssh://



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