[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: Matthew England <mengland_at_mengland.net>
Date: 2005-04-02 02:06:40 CEST

At 4/1/2005 01:41 PM, Jack O'Quin wrote:
>Good idea. Or, you can make /usr/bin/svnserve a script that does...
>
> #!/bin/sh
> umask 002
> /opt/bin/svnserver $*

These seem like useful options. Here's some additional input, both
provided by Eric Hanchrow <offby1@blarg.net>:

New FAQ entry:

         http://subversion.tigris.org/faq.html#ssh-svnserve-location

Additionally:

"
Read the sshd man page, and look at the
section titled ``AUTHORIZED_KEYS FILE FORMAT'', subsection
``environment=''. In short, _if_ you're using public-key
authentication (as opposed to typing a password, which is quite
annoying when you're using svn), you can tweak this file on your
server to fiddle with the environment any way you want.
"

-Matt

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Apr 2 02:09:24 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.