svn-apply should handle svn property changes
<rdar://problem/41129393>
I’m pretty sure that it always had. What happened?
(In reply to Alexey Proskuryakov from comment #2) > I’m pretty sure that it always had. What happened? I found it while investigating why bug 185949 is not Landin. The SVN pre-commit hook works. But I found that svn-apply doesn't handle property modifications. I also found the comment in svn-apply from 2010. $ svn blame svn-apply -v | grep property 57453 dbates@webkit.org 2010-04-11 12:09:29 -0700 (Sun, 11 Apr 2010) # Handle property changes. Correct patches will not be committed correctly if it contains svn property changes.
> $ svn blame svn-apply -v | grep property > 57453 dbates@webkit.org 2010-04-11 12:09:29 -0700 (Sun, 11 Apr 2010) # > Handle property changes. Just for future reference, here is svn-apply code mentioning about missing feature to "handle property changes": https://trac.webkit.org/browser/webkit/trunk/Tools/Scripts/svn-apply#L52