[Tutor] Help with pysvn

2013-12-25 Thread 巴郎
Hi, I am getting the error "pysvn._pysvn_2_7.ClientError: Can't convert string from 'UTF-8' to native encoding:" this is china . I would appreciate any help. Following is the code and error message. client = pysvn.Client() client.callback_get_login = get_login #print client.

Re: [Tutor] Help with pysvn

2007-04-16 Thread Martin Walsh
Hi Nam, Pavar, Namratha wrote: > 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 h

[Tutor] Help with pysvn

2007-04-16 Thread Pavar, Namratha
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.