[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 <nospam_at_morch.com>
Date: 2005-01-18 17:14:54 CET

Hi there,

Karan, Cem (Civ, ARL/CISD) wrote:
> The problem is that I already have svnserve in the path; I can log into
> the machine via SSH and run svnserve. 'which svnserve' returns the
> correct path.

Beware that
user@client$ ssh server
user@server# which svnserve
/usr/bin/svnserve

is *NOT* the same as:

user@client$ ssh server which svnserve

!!!!!

Did you try the latter too? (I *bet* you didn't and that is your
problem...) Read about bash's startup files in `man bash` to get it working.

Peter

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