Re: problems grabbing darcs repo

2005-03-24 Thread Autrijus Tang
On Thu, Mar 24, 2005 at 04:55:52PM -0800, Tupshin Harper wrote: > I used wget -r to pull down the entire darcs repo, including the working > directory, and then ran "darcs whatsnew --look-for-adds --summary" to > generate a list of files that don't seem to have been recorded with > darcs, and go

Re: problems grabbing darcs repo

2005-03-24 Thread Tupshin Harper
Greg Buchholz wrote: ...Well sure enough, there is no Compile.hs in my src/ directory. Digging around a little bit, I notice that there is a "Compile.hs" in... http://wagner.elixus.org/~autrijus/darcs/pugs/src/ ...but not in... http://wagner.elixus.org/~autrijus/darcs/pugs/_darcs/current/src/

problems grabbing darcs repo

2005-03-24 Thread Greg Buchholz
In my attempt to get pugs up and running on my machine, I tried to use the darcs repository. I used a command like... $ darcs get http://wagner.elixus.org/~autrijus/darcs/pugs/ ...which seemed to work without complaining, and applied 699 patches to my directory. When I try "make" (after fi