首页 > 代码库 > [MacOSX]

[MacOSX]

When i run svn up in the folder, i got these error:

svn: Error converting entry in directory ‘XXXXX‘ to UTF-8svn: Can‘t convert string from native encoding to ‘UTF-8‘:

 

After googled, i found the resolution, just run

export LC_ALL=zh_CN.UTF-8

 

Have fun with MacOSX!