Changes between Version 90 and Version 91 of UsingGitWithWebKit


Ignore:
Timestamp:
Dec 24, 2013 11:02:55 AM (10 years ago)
Author:
rniwa@webkit.org
Comment:

Add a description about webkit-patch setup-git-clone

Legend:

Unmodified
Added
Removed
Modified
  • UsingGitWithWebKit

    v90 v91  
    4949   git clone git://git.webkit.org/WebKit.git WebKit
    5050}}}
     51
     52Run the following command to automatically configure the local clone to follow subversion:
     53
     54{{{
     55   Tools/Scripts/webkit-patch setup-git-clone
     56}}}
     57
     58Or follow the instructions below.
    5159
    5260If you want to be able to commit changes to the Subversion repository, or just want to check out branches that aren't contained in WebKit.git, you will need track the Subversion repository. To do that, inform `git-svn` of the location of the WebKit SVN repository, and update the branch that `git-svn` uses to track the Subversion repository so that it will re-use the history that we've already cloned from `git.webkit.org` rather than trying to fetch it all from Subversion: