*** /etc/init.d/svnserve Thu Feb 25 08:51:09 2010 --- /etc/init.d/svnserve-my Thu May 27 20:50:28 2010 *************** *** 23,29 **** SVNSERVE=/usr/bin/svnserve SVNSERVE_BIN=/usr/bin/svnserve.bin ! SVN_OPTS="-d" [ -z "$SVN_ROOT" ] || SVN_OPTS="$SVN_OPTS -r \"$SVN_ROOT\"" --- 23,29 ---- SVNSERVE=/usr/bin/svnserve SVNSERVE_BIN=/usr/bin/svnserve.bin ! SVN_OPTS="-d $SVN_OPTS" [ -z "$SVN_ROOT" ] || SVN_OPTS="$SVN_OPTS -r \"$SVN_ROOT\""