------------------------------------------------------------------------
r4056 | delphij | 2011-11-14 15:30:54 -0800 (Mon, 14 Nov 2011) | 8 lines
Add a workaround to svnversion:
svnversion does not return an error code, nor output to stderr when the
directory is unversioned. To make this worse, it uses localized message
to say "Unversioned directory". This workaround overrides svnversion's
LANG environment to "C" before running it and check if the output is
"Unversioned directory".