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

Re: svn+ssh client auth: how to get svnserve in path?

From: Jack O'Quin <joq_at_io.com>
Date: 2005-04-01 21:41:25 CEST

Andrew Thompson <subversionuser@aktzero.com> writes:

> Jack O'Quin wrote:
>> I believe this is an ssh "feature". It does not normally run your
>> login script. See `man sshd'. I believe you can set environment
>> variables in your ~/.ssh/environment on the remote system.
>
> I found it easiest for me to just figure out what paths were available
> to ssh at the time, and just symlink a copy of svnserve into one of
> those folders.

Good idea. Or, you can make /usr/bin/svnserve a script that does...

  #!/bin/sh
  umask 002
  /opt/bin/svnserver $*

-- 
  joq
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 1 21:41:01 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.