151
151
# If we're being asked again, then it means the credentials failed for
152
152
# some reason and we should just fail. (This is not desirable, but it's
153
153
# better than being asked an infinite number of times).
154
return (existing_login != "", ivle.conf.login, ivle.conf.svn_pass, True)
156
157
# Make a Subversion client object
157
158
svnclient = pysvn.Client()