You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2013/01/14 04:06:51 UTC

svn commit: r1432792 - /subversion/trunk/tools/server-side/svnpubsub/svnwcsub.conf.example

Author: danielsh
Date: Mon Jan 14 03:06:51 2013
New Revision: 1432792

URL: http://svn.apache.org/viewvc?rev=1432792&view=rev
Log:
Revert unintentional part of r1432791.

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

Modified: subversion/trunk/tools/server-side/svnpubsub/svnwcsub.conf.example
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/server-side/svnpubsub/svnwcsub.conf.example?rev=1432792&r1=1432791&r2=1432792&view=diff
==============================================================================
--- subversion/trunk/tools/server-side/svnpubsub/svnwcsub.conf.example (original)
+++ subversion/trunk/tools/server-side/svnpubsub/svnwcsub.conf.example Mon Jan 14 03:06:51 2013
@@ -1,10 +1,16 @@
 [DEFAULT]
-svnbin: /usr/bin/svn
-streams: http://svn.apache.org:2069/commits/json
+svnbin: /usr/local/bin/svn
+streams: http://svn.example.org:2069/commits/svn
+# hook: /usr/bin/true
+
+## The values below are used by ConfigParser's interpolation syntax.
+## See http://docs.python.org/library/configparser
+SOME_REPOS: svn://svn.example.org/repos/chaos
 
 [env]
-HOME: /home/danielsh
+HOME: /home/svn
 LANG: en_US.UTF-8
 
 [track]
-/tmp/whimsy: https://svn.apache.org/repos/infra/infrastructure/trunk/projects/whimsy
+/usr/local/foo/prod: %(SOME_REPOS)s/foo/production
+/usr/local/foo/dev:  %(SOME_REPOS)s/foo/trunk