[Add web page to repo. droundy@abridgegame.org**Mon Mar 31 06:44:23 EST 2003] hunk ./Makefile 48 +index.html: index.html.in + sed "s/VERSION/`darcs --version`/" $< > $@ hunk ./configure 19 - echo ALL: make.inc darcs unit darcs_cgi manual/index.html darcs.ps >> make.inc; + echo ALL: make.inc darcs unit darcs_cgi manual/index.html index.html darcs.ps >> make.inc; addfile ./index.html.in hunk ./index.html.in 1 + + + + + darcs + + + + + + + + + + + +

+ [introduction] [mailing + list] [documentation] +

+ +

+

darcs

+

by + David Roundy

+

David's Advanced Revision Control System is yet + another replacement for CVS. I don't like writing blurbs or web + pages, so if you want to learn more about it, read the manual. The manual is also available as a + postscript file. + +

You can download darcs as a tarball. In order to compile darcs, + you will need ghc 5.04 or later, and a recent version of libcurl. + +

Or if you use debian, you can install darcs via apt. For woody, + add the following lines to your sources.list: + +

deb http://http.abridgegame.org/debian/ woody/
+ deb-src http://http.abridgegame.org/debian/ woody/ + +

If you are running sid (Debian unstable), you can instead use the + following lines: + +

deb http://http.abridgegame.org/debian/ unstable/
+ deb-src http://http.abridgegame.org/debian/ unstable/ + +

If you already have darcs, you can get a copy of the latest code + by: + +

darcs get --verbose http://abridgegame.org/repos/darcs + +

There is a mailing list available, + darcs-users@abridgegame.org, to which you can send + questions, comments and most especially bug reports. + +


+

+ +