]> git.pld-linux.org Git - packages/subversion.git/commitdiff
/home/services/subversion/repos by default
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 7 Jul 2004 10:28:03 +0000 (10:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    subversion-svnserve.sysconfig -> 1.2

subversion-svnserve.sysconfig

index 917ac61571e7c4441a01317bfd7e89149b323874..0f52d2e1f2e0b673009eabb1512360c1b3ec5f43 100644 (file)
@@ -1,9 +1,9 @@
 ## Type:       string
-## Default     "-d -R -r /srv/svn/repos"
+## Default     "-d -R -r /home/services/subversion/repos"
 #
 # default options for the svnserve process
 # it is recommended to provide only readonly access to your data.
 # there is no authentication possible, everyone can read and write at will
 # read the subversion documentation about more info
 #
-SVNSERVE_OPTIONS="-d -R -r /srv/svn/repos"
+SVNSERVE_OPTIONS="-d -R -r /home/services/subversion/repos"
This page took 0.173098 seconds and 4 git commands to generate.