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]
davidsarah 2011-08-02 03:05:34 +00:00
parent ba688e9627
commit 0a1af8e88c

7
Dev.md

@ -6,8 +6,10 @@ Views into the process of Tahoe-LAFS hackery.
## Source Code (via revision control)
* Darcs checkout: "darcs get --lazy <http://tahoe-lafs.org/source/tahoe-lafs/trunk> 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 <http://tahoe-lafs.org/source/tahoe-lafs/trunk> 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 <http://tahoe-lafs.org/source/tahoe-lafs/trunk> 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).
* <http://tahoe-lafs.org/source/tahoe/tarballs/> 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.