- I'm running SVN 1.4.2 (command line) on Mac OS X 10.4.8 (intel).
- The working copy was just checked out and has not been modified since.
- Some of the files in the working copy contain non-ascii characters.
When I execute "svn status", it recognizes each file with non-ascii
characters in its name as being both 'not under version control' (?)
and 'missing' (!). This, is an obvious contradiction.
- svn does, manage to print out the names of the files correctly to
the terminal in its status listing.
- the built-in 'ls', more oddly, does not. (the terminal's encoding
is set to UTF-8)
- The file names are displayed correctly by the Finder (GUI file
manager).
Is this a bug, or is there some kind of configuration or environment
magic that I've overlooked? Has anyone seen this behavior before? A
copy of the relevant terminal session follows:
ws235:~/BRZ/wc/publication/ERV/Work/ERV/VJ bsmith$ uname -v
Darwin Kernel Version 8.8.1: Mon Sep 25 19:42:00 PDT 2006;
root:xnu-792.13.8.obj~1/RELEASE_I386
ws235:~/BRZ/wc/publication/ERV/Work/ERV/VJ bsmith$ svn --version |
head -2
svn, version 1.4.2 (r22196)
compiled Nov 19 2006, 21:43:34
ws235:~/BRZ/wc/publication/ERV/Work/ERV/VJ bsmith$ echo $LANG
en_US.utf-8
ws235:~/BRZ/wc/publication/ERV/Work/ERV/VJ bsmith$ svn status
? VJ_Überblick.doc
? VJ_Änderungsübersicht.doc
? VJ_Geschäftsregeln.doc
! VJ_Überblick.doc
! VJ_Änderungsübersicht.doc
! VJ_Geschäftsregeln.doc
ws235:~/BRZ/wc/publication/ERV/Work/ERV/VJ bsmith$ ls -1
Beispiele
VJ_A??nderungsu??bersicht.doc
VJ_Dienststellen_Gattungen.xls
VJ_Einstellungen.xls
VJ_Fehlermeldungen.doc
VJ_Gescha??ftsregeln.doc
VJ_Modelle_V2_0
VJ_Spezifikation_Validierungsmodul.doc
VJ_U??berblick.doc
VJ_Validierung
XML_Schema
Thanks,
Ben
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 19 16:32:23 2006