pydelion.com

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
Exit mobile version