On 09.07.2013 22:53, Ryan Schmidt wrote:
> On Jul 9, 2013, at 15:47, Stefan Sperling wrote:
>> On Tue, Jul 09, 2013 at 10:02:00PM +0200, Andreas Krey wrote:
>>> On Tue, 09 Jul 2013 21:43:50 +0000, Stefan Sperling wrote:
>>> ...
>>>> I think using UTF-8 by default would be a good choice today. But it
>>>> certainly wasn't when the Subversion project was started years ago.
>>>> And we cannot change the existing default behaviour now. That would
>>>> create compatibility nightmares with existing working copies.
>>> You could still make the encoding settable in the WC configuration,
>>> and optionally make that default to utf8 in the checkout. Old WCs
>>> wouldn't be affected. If the filesystem doesn't know, the application
>>> should store a value. (This whole stuff is scary anyway.)
>> Ok, fine. I can see that working and be useful. Apart from the fact
>> that we currently do not really have a concept of a per-WC configuration.
>>
>> But with the default set to the old behaviour please. We don't want
>> to cause surprises for unsuspecting users.
>>
>> This knob would have to be in the client config, I guess, and apply
>> to all working copies during checkout and update. The working copy
>> would of course need to remember the value of the config knob had
>> during the initial checkout (this can be stored in wc.db), and would
>> re-use that value even if the configuration knob is changed.
> What happens if you copy a working copy between filesystems that have 
> different encodings?
>
> What happens if you copy a working copy from OS X or Windows (whose default 
> filesystems already know the disk encoding) to Linux or other UNIX (whose 
> popular filesystems don't), or vice versa?

That's largely off-topic here because it has nothing to do with
Subversion as such; the short answer is, it depends on how you're doing
the copying, which network protocol you use, and how it's set up.

For example, if you're doing this via a Samba server running on the
Linux box, the file names will be re-encoded to whatever you configured
Samba to use. If that's different from what your target system expects,
you're in trouble.

-- Brane

-- 
Branko Čibej | Director of Subversion
WANdisco // Non-Stop Data
e. br...@wandisco.com

Reply via email to