12 Feb

svn: Solving ‘svn: Error converting entry in directory ‘.’ to UTF-8′ error

If you get

# svn update
 svn: Error converting entry in directory '.' to UTF-8

run the following to get it working:

# export LC_CTYPE=en_US.UTF-8
 # svn update


Leave a Reply

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