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

Bug in SSH HOWTO

From: daniel holmström <daniel.kosmonaut_at_gmail.com>
Date: 2006-09-06 20:39:13 CEST

This is a bugreport concerning the SSH HOWTO and also a feature-request.

The SSH HOWTO at http://tortoisesvn.net/ssh_howto tells you that

To make sure that everything is ok. Login in with SSH and the target
user to the system later on and type: "which svnserve". This command
should tell you if svnserve is reachable.

This isn't really true, since if you log in with ssh your shell might
not have the same PATH set as you get with ssh. So to check weather
svnserve is available through ssh one needs to get the ssh client to
execute the svnserve program directly, for example on the commandline

> ssh <hostname> svnserve

I also think that it would be very nice if there was a possability to
set the full path to the svnserve executable, I for example must have
it in ~/bin .

-- 
daniel holmström
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Wed Sep 6 20:48:14 2006

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.