132
132
def make_svn_auth(store, login, throw_on_error=True):
133
133
"""Setup svn authentication for the given user.
134
134
Uses the given DB store object. Does not commit to the db.
137
136
passwd = md5.new(uuid.uuid4().bytes).digest().encode('hex')
138
137
if os.path.exists(ivle.conf.svn_auth_ivle):