[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: Bax, Arjen <ABax_at_AEGON.NL>
Date: 2005-04-04 09:15:25 CEST

Jack O'Quin wrote:

> Good idea. Or, you can make /usr/bin/svnserve a script that does...
>
> #!/bin/sh
> umask 002
> /opt/bin/svnserver $*

Make that

    #!/bin/sh
    umask 002
    /opt/bin/svnserver "$@"

which will also work with parameters that have embedded spaces.

HTH,
Arjen Bax
Received on Mon Apr 4 09:18:09 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.