Skip to content
v8 edited this page Sep 13, 2010 · 8 revisions

This is an official mirror of V8 SVN repository from Google Code.

The intention behind creating it is to have a full history without a need to wait an hour for git-svn to retrieve it. Clone this repository in less than a minute, and you’re ready to hack!

How to start:


git clone git://github.com/v8/v8.git v8
cd v8

Staying up-to-date:


git checkout master
git pull
git checkout <your-development-branch>
git rebase master

Clone this wiki locally