### turn this into an example | |
[DEFAULT] | |
svnbin: /usr/local/bin/svn | |
streams: http://svn.example.org:2069/commits/xml | |
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/svn | |
LANG: en_US.UTF-8 | |
[track] | |
/usr/local/foo/prod: %(SOME_REPOS)/foo/production | |
/usr/local/foo/dev: %(SOME_REPOS)/foo/trunk |