NEW 186624
svn-apply should handle svn property changes
https://bugs.webkit.org/show_bug.cgi?id=186624
Summary svn-apply should handle svn property changes
Roy Reapor
Reported 2018-06-14 10:19:47 PDT
svn-apply should handle svn property changes
Attachments
Radar WebKit Bug Importer
Comment 1 2018-06-14 10:22:24 PDT
Alexey Proskuryakov
Comment 2 2018-06-14 20:41:48 PDT
I’m pretty sure that it always had. What happened?
Roy Reapor
Comment 3 2018-06-15 09:19:05 PDT
(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.
Aakash Jain
Comment 4 2018-09-28 18:11:51 PDT
> $ 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
Note You need to log in before you can comment on or make changes to this bug.