SVN cannot set LC_CTYPE locale

后端 未结 12 2247
醉话见心
醉话见心 2021-01-30 03:39

I started getting the following error whenever i use SVN in my server:

svn: warning: cannot set LC_CTYPE locale
svn: warning: environment variable LC_CTYPE is UT         


        
12条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-30 04:25

    I found that combining several answers hear yields correct behavior.

    1. We must instal support for the correct locale (localadm for sunos, locale-gen for linux)
    2. We must set LC_ALL to the appropriate locale

    This depends on what kinds of file names you have in your source tree. For example, I have english, hebrew and arabic. en_US.UTF-8 works for me "C" on it's own led to files which I couldn't update.

提交回复
热议问题