From 0a1af8e88c0517c8ba2dbe9d1d42163ccdfe54e1 Mon Sep 17 00:00:00 2001 From: davidsarah <> Date: Tue, 2 Aug 2011 03:05:34 +0000 Subject: [PATCH] make the darcs and git command lines easier to cut and paste, and remove a redundant copy of the darcs command line [Imported from Trac: page Dev, version 104] --- Dev.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Dev.md b/Dev.md index 6a54287..fafe17c 100644 --- a/Dev.md +++ b/Dev.md @@ -6,8 +6,10 @@ Views into the process of Tahoe-LAFS hackery. ## Source Code (via revision control) - * Darcs checkout: "darcs get --lazy tahoe-lafs" - * [git checkout](https://github.com/warner/tahoe-lafs) (EXPERIMENTAL!): `git clone git://github.com/warner/tahoe-lafs.git` (announced [here](http://tahoe-lafs.org/pipermail/tahoe-dev/2010-October/005408.html)) + * Darcs checkout: + `darcs get --lazy tahoe-lafs` + * [git checkout](https://github.com/warner/tahoe-lafs) (EXPERIMENTAL!) announced [here](http://tahoe-lafs.org/pipermail/tahoe-dev/2010-October/005408.html): + `git clone git://github.com/warner/tahoe-lafs.git` ## Dependencies @@ -42,7 +44,6 @@ Views into the process of Tahoe-LAFS hackery. * [tahoe-lafs-trac-stream](http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-lafs-trac-stream) mailing list is the way to receive lots of emails from trac * [ViewTickets](ViewTickets) * Sources for Tahoe-LAFS and its side-projects are browsable via the "Browse Source" button at the top of each [project site](http://tahoe-lafs.org/trac) - * To fetch the source code using [darcs](http://darcs.net) (version 2.0 or newer): `darcs get --lazy tahoe-lafs` * there is an experimental git mirror of the darcs repository (not necessarily up-to-date) [on github](http://github.com/warner/tahoe-lafs). * 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.