Re: Problem connecting to svnserve - not sure about protocols?
From: Saulius Grazulis <grazulis_at_akl.lt>
Date: 2006-12-18 20:44:43 CET
On Tuesday 21 November 2006 20:44, Jon Koerber wrote:
> 1) Try using svn checkout svn://192.168.1.101/Library/WebServer/
Hmm... strange. Can you telnet to 192.168.1.101 port 3690 (the default
laptop> telnet 192.168.1.101 3690
Ans see if it timeouts as well...
Also, firewall can be blocking the port...
> 2) Try using svn checkout svn+ssh://192.168.1.101/Library/WebServer/
This shows that svnserve is not in your sshd default path. The server 'sshd'
Your svnserve is not in one of these directories, so it is not found when svn
The remedy would be to symlink svnserve into one of these directories. You can
> I can, however, SSH into the machine just fine using ssh -l jkoerber
This is necessary but not sufficient.
> although I am not sure how I am supposed to pass my
I guess the right way to pass your name to ssh when you are using svn+ssh
a) uncomment
[tunnels]
section in you ~/.subversion/config file
b) add line
sshjkoerber = ssh -l jkoerber
to the ~/.subversion/config file to create new tunnel named 'sshjkoerber'
c) access the repository:
svn co svn+sshjkoerber://192.168.1.101/Library/WebServer/Documents/pjb2
to access your repository vie the new ssh tunnel.
Hope this helps,
-- Dr. Saulius Gražulis Asociacija "Atviras Kodas Lietuvai" Non-profit association "Open Source for Lithuania" P.Vileišio g. 18 LT-10306 Vilnius Lietuva (Lithuania) web: http://www.akl.lt/ tel/fax: (+370-5)-210-4005 mobile: (+370-684)-49802, (+370-614)-36366 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Mon Dec 18 20:36:42 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.