# default: on # description: The svn server is the server for Subversion. It provides \ # TCP/IP access to the Subversion repositories on this machine. # # 06/17/05 WPD -- disabled += USERID logging because it forced # a connection to the Identification server on the # connecting host, which is rejected on some Windows # machines, and which simply times out after 30 seconds # or so (leaving the user wondering what's taking so # long) on others. service svn { flags = REUSE socket_type = stream wait = no user = svnadmin server = /usr/bin/svnserve server_args = -i -r /home/svnroot/repos # log_on_success += USERID # log_on_failure += USERID disable = no }