[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
Solutions on the Web
[Root@localhost svn]# lang= "ZH_CN. UTF-8 "
[Root@localhost svn]# svn up
.. Or wrong?
Reply to discussion (solution)
The reason for the error is that the repository has Chinese file names
Unable to convert string ' utf-8 ' to native encoding
Create a new Microsoft Office Visio drawing. vsd
Restart the configuration after you have modified it
Unable to convert string ' utf-8 ' to native encoding
Create a new Microsoft Office Visio drawing. vsd
After modifying the configuration to restart it more and more tangled, under the Linux deployment svn is used to manage the online code.
Now an application to the deployment of multiple servers, and now every update, it is necessary to change the code on each server.
So think of SVN, on-line, there are changes, direct update version, with the SVN automatic Update function, to achieve multiple server code synchronization update.
But now there are ops buddies say SVN is not suitable for the code deployment Tool, no experience ah, what is the moderator?