[darcs-users] Re: trying to get darcs server running

Mark Stosberg mark at summersault.com
Tue Dec 21 01:12:08 UTC 2004


On 2004-12-20, Ben Crowell <darcscrowell04 at lightandmatter.com> wrote:
> I don't know any Haskell, but some Googling around showed that
> setCurrentDirectory is actually from a standard Haskell library.
> My guess would be that the error message that showed up in my
> logs was the default error message that the library routine
> prints if you don't catch the error yourself. I'm guessing that
> this is occurring in darcs_cgi.lhs, where it does this:
>
> main = do
>   my_reposdir <- read_conf "reposdir"
>   setCurrentDirectory my_reposdir
>   wrapper $ cache_page make_page

This has been 'fixed' in 1.0.1-- darcs_cgi no longer exists there.
'darcs.cgi' is used instead, which may also address your language
barrier.

    Mark
   
-- 
http://mark.stosberg.com/ 





More information about the darcs-users mailing list