Git-aware darcs: gettable repo
From: Juliusz Chroboczek <hidden>
Date: 2016-06-15 22:41:54
From: Juliusz Chroboczek <hidden>
Date: 2016-06-15 22:41:54
Hi, Just to let you know that, thanks to some friendly tagging by Ian Lynagh, I've been able to set up a gettable Darcs repository of the Git-aware version of Darcs. http://www.pps.jussieu.fr/~jch/software/repos/darcs-git/ If you're on a Linux system with darcs, ghc 6.2, libz, libcurl and libssl, you should be able to do $ darcs get --partial http://www.pps.jussieu.fr/~jch/software/repos/darcs-git $ cd darcs-git $ make darcs $ make Context.hs $ make darcs $ mv darcs ~/bin/darcs-git $ cd .. $ mkdir linux $ cd linux $ darcs-git initialize $ darcs-git pull /usr/local/src/linux-2.6 and see the OOM killer in action. Juliusz