Why "invalid UTF-8 sequence" also on ignored files?
From: Markus Fischer <markus_at_fischer.name>
Date: Tue, 24 Feb 2009 12:26:07 +0100
Hello,
I was puzzled today when I saw this
$ svn status
Using
$ svn --version
I converted the hex sequence and it turned out to be a filename,
I searched for this filename, and to my surprise this file was, due
markus_at_dev01:/data/legacy/depression.at$ svn status
Is this deliberately? It is somehow inconvenient because it seems the
But then, I was already puzzled that my find command turned up empty:
$ find -iname 1428\*
I had to unset the locale, then it worked:
$ unset LC_CTYPE
So all in all probably an expected edge case ...?
thanks for any tips,
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.