You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by gs...@apache.org on 2012/03/10 02:29:55 UTC

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

Author: gstein
Date: Sat Mar 10 01:29:55 2012
New Revision: 1299128

URL: http://svn.apache.org/viewvc?rev=1299128&view=rev
Log:
* tools/server-side/svnpubsub/README.txt: add some TODO items

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=1299128&r1=1299127&r2=1299128&view=diff
==============================================================================
--- subversion/trunk/tools/server-side/svnpubsub/README.txt (original)
+++ subversion/trunk/tools/server-side/svnpubsub/README.txt Sat Mar 10 01:29:55 2012
@@ -1 +1,12 @@
 ### write a README
+
+
+TODO:
+- bulk update at startup time to avoid backlog warnings
+- switch to host:port format in config file
+- fold BDEC into Daemon
+- fold WorkingCopy._get_match() into __init__
+- remove wc_ready(). assume all WorkingCopy instances are usable.
+  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