blob: 87827ec2f2c6d9351248f74ab1c54d63ee0f2136 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# default: off
# description: svnserve is the server part of Subversion.
service svnserve
{
disable = no
port = 3690
socket_type = stream
protocol = tcp
wait = no
user = svn
server = /usr/bin/svnserve
server_args = -i -r <%= svn_base_path %>
flags = IPv6
}
|