27
27
"""Create a new pysvn client which is set up to automatically authenticate
28
28
with the supplied user. The user's Subversion password is automatically
29
29
looked up in the database.
30
30
(Requires database access -- can't be used inside the jail.)
31
31
@param username: IVLE/Subversion username.
33
35
# Note: Must do this inside the function, since this file may be used in
34
36
# the jail, and importing ivle.database crashes in the jail.