Bug 135805

Summary: Make update-webkit more lenient for pure git svn repositories
Product: WebKit Reporter: Pratik Solanki <psolanki>
Component: Tools / TestsAssignee: Pratik Solanki <psolanki>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, ddkilzer, joepeck, psolanki
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.