<div dir="ltr"><pre><font color="#000000">Hi,

 

I am getting the error "</font><span style="color:rgb(0,0,0)">pysvn._pysvn_2_7.ClientError: Can't convert string from 'UTF-8' to native encoding:</span><span style="color:rgb(0,0,0)">"</span></pre><pre>
<span style="color:rgb(0,0,0)"><br></span></pre><pre style><span style="color:rgb(0,0,0)">this is china</span></pre><pre><font color="#000000">.

I would appreciate any help. 

 

Following is the code and error message. 
<br></font></pre><pre><font color="#000000">    client = pysvn.Client()
    client.callback_get_login = get_login 
    
    #print client.callback_get_login
    client.checkout('<a href="http://test.com/guiActivity">http://test.com/guiActivity</a>','./examples/pysvn',ignore_externals=True) 
    pass</font></pre><pre><font color="#000000">
 
Traceback (most recent call last):
  File "/home/tools/20130805new/work/deploy/script/python/online/deploy_svn.py", line 59, in <module>
    main()    
  File "/home/tools/20130805new/work/deploy/script/python/online/deploy_svn.py", line 53, in main
    client.checkout('<a href="http://svn.3g.net.cn/svn/server_dev-server_center/newcode/gostore/guiActivity/trunk/guiActivity">http://svn.3g.net.cn/svn/server_dev-server_center/newcode/gostore/guiActivity/trunk/guiActivity</a>','./examples/pysvn',ignore_externals=True) 
pysvn._pysvn_2_7.ClientError: Can't convert string from 'UTF-8' to native encoding:
examples/pysvn/doc/Store?\230?\142?\165?\229?\143?\163_new.doc

 

Thanks,</font></pre></div>