#!/bin/sh temp=`/usr/svn-wrappers/parseconfig` # program: svnserve # language: perl # license: GPL (GNU Public License) # Original Author: John 'Warthog9' Hawley # Description: # This is basically the wrapper shell script for the # perl parser. For some reason perl wouldn't pass messages # around and back and forth between client and server # the way svn expects (particularly with svn+ssh which # is my test environment) # # \|/ ( This file should be fairly easy to figure out ) # (o o) / # -----------o00o--(_)--o00o----------- # #echo $temp #`$temp` #umask 002 /usr/bin/svnserve $temp "$@"