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

svnserve and ssh

From: Fred A Cantley <fcantley_at_csc.com>
Date: Fri, 18 Apr 2008 15:50:10 -0500

I am having problems getting a vendor's machine to access our repository
with svnserve and svn+ssh. I can ssh to their machine and ssh back to
ours, so I don't think it is not a problem with ssh.

We are running svn version 1.4.4 on the repository and client machines.

I have tried setting up svnserve on the repository machine in the
following ways:

>svn -d -r /path/to/repo
>svn -t -r /path/to/repo
>svn -t -r /path/to/repo --listen-port=22
>svn -t -r /path/to/repo --listen-port=3691

then try to access it from the client machine with:

>svn list svn+ssh://our.host.ip/path/to/repo --password my_svn_passwd

then enter my Unix password at the prompt and get the response:

Password:
ksh: svnserve: not found
svn: Connection closed unexpectedly
$
$ which svn
/usr/local/bin/svn
$ which svnserve
/usr/local/bin/svnserve
$

I have also tried starting up an svnserve from the client side, trying to
point to the host machine and got the same response:

svnserve -t -r ssh://our.host.ip/path/to/repo

I would really appreciate any help I can get.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-18 22:51:16 CEST

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.