
26 Mar
2007
26 Mar
'07
3:18 p.m.
On Sunday 25 March 2007 19:26, Ross Paterson wrote:
One little glitch: several files that are executable in the CVS version aren't in the darcs repo (list with: find -type f -perm -0111).
Hmmm, darcs doesn't seem to handle any kind of meta data: http://darcs.net/DarcsWiki/FrequentlyAskedQuestions#head-f6690ca8f72ee57532b... Experimenting with a local repo, it looks like everything is created 0666 (modulo umask), so I can fix this in the darcs repo, but this won't have any effect on checkouts. GHC's darcs-all suffers from this, too, and nhc98 comes with a 'start' script (which we should probably add, too). Cheers, S.