1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/devel/subversion/files/svnserve.wrapper
Lev A. Serebryakov 18c82f1b15 [1] Update to 0.31.0
[2] Add (optional) ability to create repository
 [3] Add (optional) svnserve wrapper to fix svn+ssh access problems.

PR:		[2,3] ports/57754
2003-10-09 12:50:16 +00:00

8 lines
86 B
Bash

#!/bin/sh
SVNSERVE=$(dirname $(realpath $0))/svnserve.bin
umask 002
$SVNSERVE "$@"