Skip to content

Instantly share code, notes, and snippets.

@z4r
z4r / svn_server.py
Created January 17, 2012 13:28
SVN Context Manager
from subprocess import call
SVN_CONF = '''[general]
anon-access = none
auth-access = write
password-db = passwd
authz-db = authz
'''
SVN_PASSWD = '''[users]