Files
sablink-distro/dev-vcs/subversion-java/files/svnserve.confd
T
Sławomir Nizio 7608b071d1 [dev-vcs/subversion*] split subversion-java
Add subversion-java and modified subversion ebuild.
The purpose:
* we want netbeans-ide that depends on subversion[java],
* we don't want subversion compiled with Java support (extra dependency
not needed by most users).
The solution:
split Java bindings from subversion and make separate ebuild for that.
2011-04-10 00:09:49 +02:00

11 lines
322 B
Plaintext

# The commented variables in this file are the defaults that are used
# in the init-script. You don't need to uncomment them except to
# customize them to different values.
# Options for svnserve
#SVNSERVE_OPTS="--root=/var/svn"
# User and group as which to run svnserve
#SVNSERVE_USER="svn"
#SVNSERVE_GROUP="svnusers"