On Wed, Oct 26, 2011 at 11:39 AM, Daniel Shahaf <d...@daniel.shahaf.name> wrote:
>
>> > Could svnsync mistakenly "fix" a binary property which happens to contain
>> > CR-LF byte sequences?
>>
>> Within the svn:* namespace there are no binary properties.
>>
>
> But if svn 1.8 defines a binary svn:* prop, then svnsync 1.7 will try and 
> normalize its line endings :-(

That's one of those 'if it hurts, don't do it...' things.   While you
always need to know if something is text or not to handle local text
conventions in a usable way, it would seem awkward for svn to assume
that revision contents are binary unless told otherwise, but have the
opposite convention for svn:* properties.   Better to just never allow
non-text there.

-- 
  Les Mikesell
    lesmikes...@gmail.com

Reply via email to