From 3dbd272f05b5df5870623523c29818c8431cbaa0 Mon Sep 17 00:00:00 2001 From: zooko <> Date: Fri, 19 Feb 2010 16:57:33 +0000 Subject: [PATCH] update checkout command [Imported from Trac: page Dev, version 85] --- Dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dev.md b/Dev.md index 16c2ada..44541a4 100644 --- a/Dev.md +++ b/Dev.md @@ -25,7 +25,7 @@ Views into the process of Tahoe hackery. * [CodingStandards](CodingStandards) * [ViewTickets](ViewTickets) * Sources for Tahoe and its side-projects are browsable via the "Browse Source" button at the top of each [project site](http://allmydata.org/trac) - * To fetch the source code using [darcs v2](http://darcs.net): `darcs get --lazy tahoe` + * To fetch the source code using [darcs v2](http://darcs.net): `darcs get --lazy tahoe-lafs` * `darcs v2` is highly recommended over `darcs v1`. If you really don't want to install `darcs v2`, then you can use `darcs v1` instead, but you'll have to run a slightly different command-line and be prepared to wait for tens of minutes for the initial `get` to finish. The command-line for `darcs v1` is: `darcs get tahoe`. * contains snapshots of current source code. * The Buildbot page (linked at the top of each page) shows current build and test results. See the [BuildbotPolicy](BuildbotPolicy) page and [HowtoContributeABuildbot](HowtoContributeABuildbot) page.