Changes between Version 73 and Version 74 of Dev
- Timestamp:
- 2009-06-30T20:00:59Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dev
v73 v74 24 24 25 25 == Source Code == 26 26 * Sources for Tahoe and its side-projects are browsable via the "Browse Source" button at the top of each [http://allmydata.org/trac project site] 27 27 * To fetch the source code using [http://darcs.net darcs v2]: {{{darcs get --lazy http://allmydata.org/source/tahoe/trunk-hashedformat tahoe}}} 28 28 * {{{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 http://allmydata.org/source/tahoe/trunk-darcs1format tahoe}}}.