Re: [webkit-dev] r45939 broke my workflow

2009-08-21 Thread David Kilzer
> > Is there an easy fix to svn-apply and svn-unapply that you can make? > > I believe there is an easy fix for this particular workflow, which is to make > svn-apply and svn-unapply behave the same way as svn-create-patch. Dave

Re: [webkit-dev] r45939 broke my workflow

2009-08-21 Thread David Kilzer
On Friday, August 21, 2009 at 1:10:31 PM, Geoffrey Garen wrote: > r45939 broke my workflow. Here's the related bugzilla bug: > https://bugs.webkit.org/show_bug.cgi?id=26999. > > Old "Roll out a patch" workflow: > > cd JavaScriptCore > svn-create-patch > patch.txt > svn-unapply patch.txt > > O

[webkit-dev] r45939 broke my workflow

2009-08-21 Thread Geoffrey Garen
Hi. r45939 broke my workflow. Here's the related bugzilla bug: https://bugs.webkit.org/show_bug.cgi?id=26999 . Old "Roll out a patch" workflow: cd JavaScriptCore svn-create-patch > patch.txt svn-unapply patch.txt Old "Roll in a patch" workflow: cd JavaScriptCore svn-apply patch.txt These o