212
212
# filename is, eg, /var/lib/ivle/svn/ivle.auth
213
213
filename = config['paths']['svn']['auth_ivle']
215
214
if os.path.exists(filename):
220
219
user = User.get_by_login(store, login)
223
225
res = subprocess.call(['htpasswd', '-%smb' % create,
225
227
if res != 0 and throw_on_error:
226
228
raise Exception("Unable to create ivle-auth for %s" % login)