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,
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to