On Sat, Sep 09, 2006 at 07:21:10PM -0500, Brian Smith wrote: > The problem is that an empty hsc2hs directory gets created when we do a CVS > checkout. When we darcs pull hsc2hs, then darcs sees the existing hsc2hs > directory and puts everything into hsc2hs_0 instead. > > Actually, this was happening yesterday too, but I didn't mention it because > I was trying to get around the unexpected signal problem. > > Here are the exact command I executed: > > rm -Rf hugs98 > cvs co hugs98 > cd hugs98 > make
Ah, I have "checkout -P" in my .cvsrc, so I wasn't getting this. The Makefile now removes the darcs directories before fetching, which should fix it. _______________________________________________ Cvs-hugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-hugs
