> -----Original Message----- > From: Markus Schaber [mailto:m.scha...@codesys.com] > Sent: dinsdag 1 maart 2016 15:07 > To: dev@subversion.apache.org > Cc: Vincent Lefevre <vincent-...@vinc17.net> > Subject: RE: Unversioned files with invalid UTF-8 sequence in name confuse > svn > > Hi, Brane and Vincent, > > From: Branko Čibej [mailto:br...@apache.org] > > >> A fairly plausible cause for getting the wrong representation is > > >> changing the locale for the duration of a script invocation. Another > > >> plausible way is to create files based on the contents of some > > >> script, which are not encoded the as expected by the current locale. > > > However Subversion doesn't handle that (BTW it would be much better > to > > > remember the expected locale by storing it in the .svn directory > > > rather than giving obscure error messages: if it did, Subversion would > > > know that the user was using an incorrect locale without any > > > ambiguity). > > > > And if the user changes the locale for valid reasons, the Subversion > > working copy would break in a different way. > > I guess we would need some "change locale" operation, which would at least > update the saved locale in the .svn directory.
There is no saved locale in the .svn directory... Bert