Skip to content

Instantly share code, notes, and snippets.

@lyhcode
Created January 5, 2013 13:39
Show Gist options
  • Save lyhcode/4461619 to your computer and use it in GitHub Desktop.
Save lyhcode/4461619 to your computer and use it in GitHub Desktop.
sample configuration /etc/xinetd.d/svn
# default: off
# description: svnserve is the server part of Subversion.
# server_args = -i -r /var/lib/svn/repositories
service svn
{
disable = no
port = 3690
socket_type = stream
protocol = tcp
wait = no
user = svn
server = /usr/bin/svnserve
server_args = -i -r /home/svn
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment