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

Re: svn+ssh syntax

From: Jeff D <fixedored_at_gmail.com>
Date: 2007-09-25 00:10:46 CEST

On Sat, 22 Sep 2007, Graham Anderson wrote:

> Hi
>
> What is the proper syntax to get svn+ssh to remotely update?
>
> On the command line, I have to log in with ssh (I have a public key), and
> then svn update /path/to/project.
> Also, my ssh key is working fine with ssh svn@mydomain.com.
>
> Here is the command that fails
> ssh svn_at_svn+ssh://myipaddress '/opt/CollabNet_Subversion/bin/svn update
> /var/path/to/project/'
>
> error:
> ssh: svn+ssh://mydomain.com: No address associated with nodename
>
>
> many thanks

if you checked out your local working copy via ssh, you should only have
to issue the svn up command and it should pull down changes.

svn co svn+ssh://myipaddress/var/path/to/project/ /my/workingcopy
cd /my/working/copy
svn up

hth
jeff

-+-
8 out of 10 Owners who Expressed a Preference said Their Cats Preferred Techno.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 25 00:10:24 2007

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.