You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by jo...@apache.org on 2012/03/13 19:30:16 UTC

svn commit: r1300276 - /subversion/trunk/tools/server-side/svnpubsub/README.txt

Author: joes
Date: Tue Mar 13 18:30:15 2012
New Revision: 1300276

URL: http://svn.apache.org/viewvc?rev=1300276&view=rev
Log:
* trunk/tools/server-side/svnpubsub/README
can get away with excluding certain base paths, probably don't need regexps

Modified:
    subversion/trunk/tools/server-side/svnpubsub/README.txt

Modified: subversion/trunk/tools/server-side/svnpubsub/README.txt
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/server-side/svnpubsub/README.txt?rev=1300276&r1=1300275&r2=1300276&view=diff
==============================================================================
--- subversion/trunk/tools/server-side/svnpubsub/README.txt (original)
+++ subversion/trunk/tools/server-side/svnpubsub/README.txt Tue Mar 13 18:30:15 2012
@@ -10,7 +10,7 @@ TODO:
   place the instances into .watch at creation. the .update_applies()
   just returns if the wc is disabled (eg. could not find wc dir)
 - figure out way to avoid the ASF-specific PRODUCTION_RE_FILTER
-  (a path exclusion list should work for the ASF)
+  (a base path exclusion list should work for the ASF)
 - ensure the reconnection logic is robust enough for the ASF to disable daily
   restarts
   (currently we think our network interfaces occasionally stall for a minute or