Author: mikhail.naganov
Date: Fri Mar 27 13:18:09 2009
New Revision: 1635
Modified:
wiki/UsingGit.wiki
Log:
Changed link to git-cl. Changed "Tree status URL" handling. Added "ViewVC
URL".
Modified: wiki/UsingGit.wiki
==============================================================================
--- wiki/UsingGit.wiki (original)
+++ wiki/UsingGit.wiki Fri Mar 27 13:18:09 2009
@@ -6,7 +6,7 @@
Tools that need to be installed in addition to SVN and developer tools:
* [http://www.kernel.org/pub/software/scm/git/docs/ git] ---Git itself
* [http://www.kernel.org/pub/software/scm/git/docs/git-svn.html git-svn]
---Git SVN bridge
- * [http://neugierig.org/software/git/?r=git-cl git-cl] ---A gcl analog
for Git
+ * [http://github.com/mnaganov/git-cl/tree/master git-cl] ---A gcl analog
for Git. Please use the provided link, it contains a forked version. The
main difference is that on commit a link is added to issue's description.
= Workflow =
@@ -29,7 +29,7 @@
== Setting up git-cl ==
git-cl is needed to support reviewing with Rietveld. You must configure it
for the new
-repository you've created. git-cl assumes that project has a tree status
page, which isn't true in case of V8. To overcome it, a simple text file
can be created as a substitute, containing the phrase _tree is open_.
+repository you've created.
{{{
v8dev$ echo "tree is open" > v8-tree-status.html
@@ -37,8 +37,11 @@
bleeding_edge$ git cl config
Rietveld server (host[:port]): codereview.chromium.org
CC list: [email protected]
-Tree status URL: file://<path to your sandbox>/v8dev/v8-tree-status.html
+Tree status URL:
+ViewVC URL: http://code.google.com/p/v8/source/detail?r=
}}}
+
+When asked for "Tree status URL", press *Enter*. There is no such page for
V8.
== Implementing a simple change ==
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---