From 349b6740316ffd11bb7b36875f0592040bb037b7 Mon Sep 17 00:00:00 2001 From: "rniwa@webkit.org" Date: Wed, 25 Dec 2013 19:24:07 +0000 Subject: [PATCH] Add a description about webkit-patch setup-git-clone to checkout.html https://bugs.webkit.org/show_bug.cgi?id=126217 Reviewed by Philippe Normand. Added. * building/checkout.html: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@161069 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Websites/webkit.org/ChangeLog | 11 +++++++++++ Websites/webkit.org/building/checkout.html | 5 ++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Websites/webkit.org/ChangeLog b/Websites/webkit.org/ChangeLog index d4d2288..d42e418 100644 --- a/Websites/webkit.org/ChangeLog +++ b/Websites/webkit.org/ChangeLog @@ -1,3 +1,14 @@ +2013-12-25 Ryosuke Niwa + + Add a description about webkit-patch setup-git-clone to checkout.html + https://bugs.webkit.org/show_bug.cgi?id=126217 + + Reviewed by Philippe Normand. + + Added. + + * building/checkout.html: + 2013-12-13 Roger Fong Update build instructions for Windows following upgrade to VS2013. diff --git a/Websites/webkit.org/building/checkout.html b/Websites/webkit.org/building/checkout.html index ce39918..358420d 100644 --- a/Websites/webkit.org/building/checkout.html +++ b/Websites/webkit.org/building/checkout.html @@ -77,7 +77,10 @@ to install Subversion.

To work with the WebKit source tree using a Git client, install a Git client with Subversion support and run the following command on your terminal:

git clone git://git.webkit.org/WebKit.git WebKit

-

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. For information about this, and other aspects of using Git with WebKit, read the wiki page.

+

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. You can run the following command to configure this and other options of the new Git clone for WebKit development.

+

Tools/Scripts/webkit-patch setup-git-clone

+ +

For information about this, and other aspects of using Git with WebKit, read the wiki page.

Keeping up to Date

At any time, you can rerun the update-webkit script to update -- 1.8.3.1