Bug 135805 - Make update-webkit more lenient for pure git svn repositories
Summary: Make update-webkit more lenient for pure git svn repositories
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Pratik Solanki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-11 10:12 PDT by Pratik Solanki
Modified: 2014-08-18 14:15 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.52 KB, patch)
2014-08-11 10:18 PDT, Pratik Solanki
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pratik Solanki 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
Comment 1 Pratik Solanki 2014-08-11 10:18:46 PDT
Created attachment 236377 [details]
Patch
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2014-08-18 14:15:28 PDT
All reviewed patches have been landed.  Closing bug.