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/01 23:46:12 UTC

svn commit: r1295957 - /subversion/trunk/tools/server-side/svnpubsub/test.conf

Author: gstein
Date: Thu Mar  1 22:46:11 2012
New Revision: 1295957

URL: http://svn.apache.org/viewvc?rev=1295957&view=rev
Log:
Add some basic necessities to the test config file.

* tools/server-side/svnpubsub/test.conf:
  (DEFAULT.svnbin): use whatever 'svn' we can find
  (env, track): new sections

Modified:
    subversion/trunk/tools/server-side/svnpubsub/test.conf

Modified: subversion/trunk/tools/server-side/svnpubsub/test.conf
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/server-side/svnpubsub/test.conf?rev=1295957&r1=1295956&r2=1295957&view=diff
==============================================================================
--- subversion/trunk/tools/server-side/svnpubsub/test.conf (original)
+++ subversion/trunk/tools/server-side/svnpubsub/test.conf Thu Mar  1 22:46:11 2012
@@ -1,4 +1,9 @@
-# For use with testserver.py
+# For use with connecting to testserver.py
 
 [DEFAULT]
+svnbin: svn
 streams: http://127.0.0.1:2069/commits/xml
+
+[env]
+
+[track]