# Subversion user. Subversion server will be started on behalf on
# specified user. Note, that user should have access to SVN_ROOT
# if the last one is used.
# Default value is "subversion"
SVN_USER=subversion

# Virtual root for repositories served by svnserve. The pathname in
# URLs provided by the client will be interpreted relative to this
# root, and will not be allowed to escape this root.
# If not set, the client will have access to whole filesystem.
SVN_ROOT=/var/lib/subversion

SVN_OPTS=""
