Re: Hugs' build system

Malcolm Wallace <[email protected]> Mon, 26 Mar 2007 16:38:47 +0100
Newsgroups gmane.comp.lang.haskell.cvs.hugs
Organization Dept of Computer Science, University of York
Message-ID <[email protected]>
Sven Panne <[email protected]> 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).

Yes, darcs does not normally transmit permissions from repository to
repository.  However I notice that
    darcs get --set-script-executable
exists since at least 1.0.5.  But in any case, the provision of a simple
post-checkout shell script to initialise permissions, graft
sub-repositories etc, is easy and more fool-proof.

Regards,
    Malcolm