Author: [EMAIL PROTECTED]
Date: Mon Sep 8 09:51:53 2008
New Revision: 215
Modified:
wiki/Source.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/Source.wiki
==============================================================================
--- wiki/Source.wiki (original)
+++ wiki/Source.wiki Mon Sep 8 09:51:53 2008
@@ -8,11 +8,11 @@
`svn checkout http://v8.googlecode.com/svn/trunk/ v8`
-If you plan to contribute to V8 but is not a member use this command to
anonymously check out a read-only version of the development branch
+If you plan to contribute to V8 but are not a member, use this command to
anonymously check out a read-only version of the development branch:
`svn checkout http://v8.googlecode.com/svn/branches/bleeding_edge v8`
-If you're a member of the project use this command to check out a writable
development branch as yourself using HTTPS:
+If you're a member of the project, use this command to check out a
writable development branch as yourself using HTTPS:
`svn checkout https://v8.googlecode.com/svn/branches/bleeding_edge v8
--username <your username>`
@@ -20,7 +20,7 @@
== Source Code Branches ==
-There are several different branches of V8 of different stability; if
you're unsure of which version to get you most likely want the up-to-date
stable version in `trunk/`. Here's an overview of the different branches.
+There are several different branches of V8; if you're unsure of which
version to get, you most likely want the up-to-date stable version in
`trunk/`. Here's an overview of the different branches:
* The bleeding edge, `branches/bleeding_edge/`, is where active
development takes place. If you're considering contributing to V8 this is
the branch to get.
* Under `trunk/` is the "stable edge", which is updated weekly. It is a
copy of the bleeding edge that has been successfully tested. Use this if
you want to be almost up to date and don't want your code to break whenever
we accidentally forget to add a file on the bleeding edge.
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---