[darcs-devel] announcing darcs 2.0.0pre1, the first prerelease for darcs 2

Simon Marlow simonmarhaskell at gmail.com
Wed Dec 12 14:18:08 UTC 2007


Simon Marlow wrote:

> It is also online here:
> 
>   http://darcs.haskell.org/ghc-darcs2

Getting a lazy partial repository over http isn't particularly quick:

   $ time darcs2 get http://darcs.haskell.org/ghc-darcs2 --darcs-2
   Finished getting.
   495.19s real   2.08s user   1.12s system   0% darcs2 get 
http://darcs.haskell.org/ghc-darcs2 --darcs-2

Compared to a --partial get of the GHC repository:

   $ time darcs get --partial http://darcs.haskell.org/ghc
   Copying patch 179 of 179... done.
   Applying patch 178 of 178... done.
   Finished getting.
   181.93s real   9.43s user   1.42s system   5% darcs get --partial 
http://darcs.haskell.org/ghc

Cheers,
	Simon



More information about the darcs-devel mailing list