Subversion integration error
Hi,
I'm using Subversion on a project. The connection to the repo goes fine, modified / new files are colored but I can't update / compare or commit anything, I get this error message :
Error:Fontconfig warning: ignoring C.UTF-8: not a valid language tag
It's working fine if I use svn command line or any third party svn manager (like RapidSVN).
Any ideas on what's happening ?
Thank you
请先登录再写评论。
What's your SVN version?
Also log file would be helpful: https://intellij-support.jetbrains.com/entries/23352446 .
The problem may be caused by the change mentioned in
https://youtrack.jetbrains.com/issue/IDEA-118571#comment=27-776925Please try changing svn.executable.locale to en_US.UTF-8 - does it help?
Works fine with svn.executable.locale=en_US.UTF-8. Thanks a lot !