On 2020/09/25 17:05, Yasuhito FUTATSUKI wrote:
> On 2020/09/25 16:06, Daniel Shahaf wrote:

>> First, if the client applies any transformation at all to property
>> values, that'd be a bug.  Property values are opaque octet sequences,
>> just like file contents, so they must be emitted verbatim.  It so
>> happens that values of svn:* properties are UTF-8 with LF line endings,
>> so that's what Python should see, regardless of the local encoding and
>> EOL style.
> 
> I judged that EOL conversion of property values on 'svn pg' isn't bug
> because this comment is found in test for it. If it is a bug,
> prop_tests.py also does not test correctly.

This behavior was introduced in r1003238, as a "fix" of the issue #3721.

Cheers,
-- 
Yasuhito FUTATSUKI <futat...@yf.bsclub.org>

Reply via email to