[Tutor] Help with pysvn
Pavar, Namratha
Namratha.Pavar at coair.com
Tue Apr 17 00:48:28 CEST 2007
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tutor/attachments/20070416/f99a1a2c/attachment.htm
More information about the Tutor
mailing list