Hi,
I am getting the error "pysvn._pysvn.ClientError: callback_get_login
required" when I try to do a simple exercise using pysvn. I have made
sure the subversion config file doesn't have the "store-auth-creds = no"
.
I would appreciate any help.
Following is the code and error message.
>>> import pysvn
>>> client = pysvn.Client()
>>>
client.checkout('http://arcsource.nam.coair.com/arc/svn/devref/trunk/mak
o/',
'D:\cpy')
Traceback (most recent call last):
File "<stdin>", line 1, in ?
pysvn._pysvn.ClientError: callback_get_login required
Thanks,
Nam
_______________________________________________
Tutor maillist - [email protected]
http://mail.python.org/mailman/listinfo/tutor