[Tutor] Help with pysvn

巴郎 duplicatedcode at gmail.com
Wed Dec 25 04:30:24 CET 2013


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.callback_get_login
    client.checkout('http://test.com/guiActivity','./examples/pysvn',ignore_externals=True)
    pass



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('http://svn.3g.net.cn/svn/server_dev-server_center/newcode/gostore/guiActivity/trunk/guiActivity','./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,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20131225/d50e88a9/attachment.html>


More information about the Tutor mailing list