I\'ve got a post-commit hook script that performs a SVN update of a working copy when commits are made to the repository.
When users commit to the repository from th
Yet another example:
$ svn update svn: Error converting entry in directory '.' to UTF-8 svn: Can't convert string from native encoding to 'UTF-8': $ export LC_CTYPE=en_US.UTF-8 $ svn update
(... and all is fine now)