svn: Can’t convert string from ‘UTF-8’ to native encoding:

"svn: Can't convert string from 'UTF-8' to native encoding:"

This usually happens with special characters in the file name, which the client cannot understand.

Just set proper locale in the client to fix this issues,

$ export LC_CTYPE=en_US.UTF-8
// make sure the locale is properly set.
$ locale
LC_CTYPE=en_US.UTF-8

./arun


Posted

in

,

by

Comments

2 responses to “svn: Can’t convert string from ‘UTF-8’ to native encoding:”

  1. Lamnk Avatar

    Thanks, this helps with special filenames in my repo.

    1. Arun N S Avatar

      Lamnk , glad to hear it helped.

      Arun

Leave a Reply

Your email address will not be published. Required fields are marked *