Home > Backend Development > PHP Tutorial > linux svn 检出更新时报错svn: Can't convert string from 'UTF-8' to native encoding:解决办法

linux svn 检出更新时报错svn: Can't convert string from 'UTF-8' to native encoding:解决办法

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 12:40:28
Original
1203 people have browsed it

linux svn 检出更新时报错svn: Can't convert string from 'UTF-8' to native encoding:
[root@localhost svn]# svn up
svn: Can't convert string from 'UTF-8' to native encoding:
svn: ?\230?\150?\176?\229?\187?\186 Microsoft Office Visio ?\231?\187?\152?\229?\155?\190.vsd
网上的解决办法
[root@localhost svn]# LANG="zh_CN.UTF-8"
[root@localhost svn]# svn up
..还是错

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template