> 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