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

Re: ssh help

From: H. S. Teoh <hsteoh_at_quickfur.ath.cx>
Date: 2004-08-20 07:51:25 CEST

On Thu, Aug 19, 2004 at 10:35:20PM -0700, H. S. Teoh wrote:
[...]
> The way I did it on my server was:
>
> mv /usr/bin/svnserve /usr/bin/svnserve.real
> cat > /usr/bin/svnserve
> #!/bin/sh
> svnserve -r $DESIRED_ROOTDIR "$@"
> ^D

Sorry, that should be:

         mv /usr/bin/svnserve /usr/bin/svnserve.real
         cat > /usr/bin/svnserve
         #!/bin/sh
         svnserve.real -r $DESIRED_ROOTDIR "$@"
         ^D
        chmod a+rx /usr/bin/svnserve

T

-- 
It's hard to believe they put men on the Moon with only 5K of RAM. -- Wired
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 20 08:01:12 2004

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.