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

Re: Problem connecting to svnserve - not sure about protocols?

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2006-12-18 19:05:18 CET

> 2) Try using svn checkout
> svn+ssh://192.168.1.101/Library/WebServer/Documents/pjb2
> /projects
> It immediately prompts me for my password: Password:********
> I then get the error message
> bash: line 1: svnserve: command not found
> svn: Connection closed unexpectedly
> I can, however, SSH into the machine just fine using ssh -l jkoerber
> 192.168.1.101, although I am not sure how I am supposed to pass my userid
> (admin user on server) in the svn+ssh command? I even tried:
> svn --username jkoerber checkout
> svn+ssh://192.168.1.101/Library/WebServer/Documents/pjb2
> /projects
> but got the same errors.

That would be

$ svn --username jkoerber checkout
svn+ssh://jkoerber@192.168.1.101/Library/WebServer/Documents/pjb2
/projects

HTH,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Dec 18 19:06:06 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.