Author: jim
Date: 2006-05-25 22:40:55 -0600 (Thu, 25 May 2006)
New Revision: 1658
Modified:
/
trunk/svn_mirroring.txt
Log:
[EMAIL PROTECTED] (orig r1706): jim | 2006-05-25 20:56:04 -0700
Testing modifying of a document
Property changes on:
___________________________________________________________________
Name: svk:merge
- b6734a72-470d-0410-b049-f317dca95413:/:1705
+ b6734a72-470d-0410-b049-f317dca95413:/:1706
Modified: trunk/svn_mirroring.txt
===================================================================
--- trunk/svn_mirroring.txt 2006-05-26 04:05:26 UTC (rev 1657)
+++ trunk/svn_mirroring.txt 2006-05-26 04:40:55 UTC (rev 1658)
@@ -27,11 +27,12 @@
AuthName "Subversion Repository"
AuthUserFile /etc/svn/svn_users
</Limit>
- RewriteEngine On
- 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
+ <LimitExcept CHECKOUT GET MERGE PROFIND PUT OPTIONS REPORT>
+ ProxyPass http://svn.cross-lfs.org/svn/repos
+ ProxyPassReverse http://svn.cross-lfs.org/svn/repos
+</LimitExcept>
</Location>
+</Location>
Follow the BLFS instructions to install rsync daemon
@@ -51,9 +52,9 @@
[clfs]
path = /srv/svn/cross-lfs
comment = CLFS svn rsync module
- uid = apache
read only = no
list = yes
+ uid = apache
hosts allow = 209.172.44.8
secrets file = /etc/rsyncd.secrets
---end
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page