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

Re: problems with svn+ssh under OS X

From: Peter Valdemar Mørch <swp5jhu02_at_sneakemail.com>
Date: 2005-01-15 17:02:41 CET

Ulrich Eckhardt wrote:
> Karan, Cem (Civ, ARL/CISD) wrote:
>>bash: line 1: svnserve: command not found
>
>
> This is the problem. You need to setup the account 'cfkaran2' so that the
> svnserve executable is found in the path, because svn+ssh first opens an SSH
> connection and then runs svnserve on the remote machine. Also make sure you
> read and understood the parts of the book that deal with setting up this
> access-method.
>
> Uli

And the way to test is is to make sure that when you use ssh (not svn)
like this:

ssh my_server svnserve
it actually finds svnserve and give something like:

base@peter:~> ssh base svnserve
You must specify one of -d, -i, -t or -X.
Type '/usr/bin/svnserve --help' for usage.

Not
bash: svnserve: command not found

Peter

-- 
Peter Valdemar Mørch
http://www.morch.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jan 15 19:00:43 2005

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.