RESOLVED FIXED 135805
Make update-webkit more lenient for pure git svn repositories
https://bugs.webkit.org/show_bug.cgi?id=135805
Summary Make update-webkit more lenient for pure git svn repositories
Pratik Solanki
Reported 2014-08-11 10:12:20 PDT
An optimization was added to update-webkit to call git fetch before git svn rebase in bug 50273. This makes updating webkit much much faster when you have a remote git repository set up as well. However, this also means that if you have a pure git svn repository then the script dies when trying to perform the git fetch. It should continue along and not fail
Attachments
Patch (1.52 KB, patch)
2014-08-11 10:18 PDT, Pratik Solanki
no flags
Pratik Solanki
Comment 1 2014-08-11 10:18:46 PDT
WebKit Commit Bot
Comment 2 2014-08-18 14:15:23 PDT
Comment on attachment 236377 [details] Patch Clearing flags on attachment: 236377 Committed r172726: <http://trac.webkit.org/changeset/172726>
WebKit Commit Bot
Comment 3 2014-08-18 14:15:28 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.