I am importing into a new repository into SVN and I am getting this error: "Can’t convert string from ‘UTF-8′ to native encoding:”. Can somebody thrown light on the fix?
I am importing into a new repository into SVN and I am getting this error: "Can’t convert string from ‘UTF-8′ to native encoding:”. Can somebody thrown light on the fix?
To fix this error message you have to set your current locale appropriately:
Execute
<code>
shell> export LC_CTYPE=en_US.UTF-8
</code>
Post your Answer