Provided by:
subversion-helper-scripts_0.5-2_all 
NAME
svn-helper.conf — the configuration file for subversion-helper-scripts
SYNOPSIS
svn-helper.confrepository project
DESCRIPTION
The svn-helper.conf is the system-wide configuration file for the
subversion-helper-scripts package. It’s purpose it to abstract away
some of the site-specific details of the uses of some typical
subversion commands.
When reading configuration information, subversion-helper-scripts will
first check the user’s .svn-helperrc file. Any parameters not set
there will be taken from the system-wide svn-helper.conf file.
PARAMETERS
REPOS_BASE=URL
The URL to the base repository path. If the repository is
mounted locally, it will be of the form
"file:///path/to/repos/dirs". If the remote server is
accessed via HTTPS, it will be typically be of the form
"https://server.host.name/svn". The user’s
~/.subversion/servers file should contain any proxy server
information as well as any repository server certificate
files. Other protocols are also available (see subversion
documentation).
SEE ALSO
svn(1), online subversion documentation
FILES
svn-helper.conf
The system-wide configuration file
~/.svn-helperrc
The individual user configuration file
AUTHOR
This manual page was written by Russ W. Knize rknize@yahoo.com for the
Debian system (but may be used by others). Permission is granted to
copy, distribute and/or modify this document under the terms of the GNU
General Public License, Version 2 any later version published by the
Free Software Foundation.
On Debian systems, the complete text of the GNU General Public License
can be found in /usr/share/common-licenses/GPL.
SVN-HELPER.CONF(5)