Changes between Version 90 and Version 91 of UsingGitWithWebKit
- Timestamp:
- Dec 24, 2013, 11:02:55 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingGitWithWebKit
v90 v91 49 49 git clone git://git.webkit.org/WebKit.git WebKit 50 50 }}} 51 52 Run the following command to automatically configure the local clone to follow subversion: 53 54 {{{ 55 Tools/Scripts/webkit-patch setup-git-clone 56 }}} 57 58 Or follow the instructions below. 51 59 52 60 If 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: