Author: jim
Date: 2006-05-25 18:02:02 -0600 (Thu, 25 May 2006)
New Revision: 1654

Modified:
   /
   trunk/svn_mirroring.txt
Log:
 [EMAIL PROTECTED] (orig r1696):  jim | 2006-05-25 16:33:39 -0700
 Update to svn_mirroring.txt



Property changes on: 
___________________________________________________________________
Name: svk:merge
   - b6734a72-470d-0410-b049-f317dca95413:/:1695
   + b6734a72-470d-0410-b049-f317dca95413:/:1696

Modified: trunk/svn_mirroring.txt
===================================================================
--- trunk/svn_mirroring.txt     2006-05-26 00:01:50 UTC (rev 1653)
+++ trunk/svn_mirroring.txt     2006-05-26 00:02:02 UTC (rev 1654)
@@ -16,7 +16,7 @@
 
 Apache httpd.conf file
 <Location /svn/repos>
-  <Limit CHECKOUT DELETE GET PROPFIND PUT OPTIONS REPORT>
+  <Limit CHECKOUT DELETE GET MERGE PROPFIND PUT OPTIONS REPORT>
        DAV svn
        SVNParentPath /srv/svn
        SVNIndexXSLT /svnindex.xsl
@@ -28,7 +28,7 @@
        AuthUserFile /etc/svn/svn_users
   </Limit>
    RewriteEngine On
-   RewriteCond %{REQUEST_METHOD} !^(GET|PROPFIND|OPTIONS|REPORT)$
+   RewriteCond %{REQUEST_METHOD} 
!^(CHECKOUT|DELETE|GET|MERGE|PROPFIND|PUT|OPTIONS|REPORT)$   
    RewriteRule /svn/repos(.*) http://svn.cross-lfs.org/svn/repos$1 [P]
    ProxyPassReverse http://svn.cross-lfs.org/svn/repos
 </Location>
@@ -51,6 +51,7 @@
 [clfs]
        path = /srv/svn/cross-lfs
        comment = CLFS svn rsync module
+       uid = apache
        read only = no
        list = yes
        hosts allow = 209.172.44.8

-- 
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to