Version control systems

Samuel Tardieu sam at rfc1149.net
Wed Aug 6 06:35:09 EDT 2008


>>>>> "Simon" == Simon Marlow <marlowsd at gmail.com> writes:

Simon> We already have an up-to-date git mirror thanks to Thomas
Simon> Schilling:

Simon>    git clone http://darcs.haskell.org/ghc.git

Simon> (notice how fast that is :-)

It would be even much faster if you (Thomas?) setup a git server. It
is as easy as "touch git-daemon-export-ok" in the GIT repository and
launching "git-daemon /path/to/parent/of/git/repo" at boot time, as
shown by Chris Double at

  http://www.bluishcoder.co.nz/2007/09/how-to-publish-git-repository.html

Then the "git://" protocol can be used, which makes intelligent
decisions on what needs to be transferred.

 Sam
-- 
Samuel Tardieu -- sam at rfc1149.net -- http://www.rfc1149.net/



More information about the Glasgow-haskell-users mailing list