repos not listed in index
William Purcell
williamhpurcell at gmail.com
Fri Nov 21 14:39:35 UTC 2008
Still the same result. This is kind of strange to me. If I try the single
repo method with hgweb.cgi as follows ...
=============================
#!/usr/bin/env python
from mercurial import demandimport; demandimport.enable()
from mercurial.hgweb.hgweb_mod import hgweb
import mercurial.hgweb.wsgicgi as wsgicgi
application = hgweb("/home/william/mercurial/sysidgui", "sysidgui")
wsgicgi.launch(application)
==============================
Everything works fine. Any thoughts?
On Fri, Nov 21, 2008 at 7:53 AM, Igor Kostenko <isanych at gmail.com> wrote:
>
>
>
> William Purcell wrote:
> >
> > Same result. I have had this working with hgweb.cgi so I am assuming that
> > I
> > have everything set up right except hgwebdir.cgi and hgweb.conf. Any
> > additional thoughts will be greatly appreciated.
> >
> >> > and my hgweb.conf
> >> > ==============================================
> >> > [paths]
> >> > sysidgui = /home/whpiv/hg/sysidgui
> >> > ==============================================
> >> > ...
> >> > Why doesn't sysidgui show up as a repository at this link?
> >> >
> >> Try
> >> [paths]
> >> /home/whpiv/hg/sysidgui = /home/whpiv/hg/sysidgui
> >>
> >>
> >> --
> >> View this message in context:
> >>
> http://www.nabble.com/repos-not-listed-in-index-tp20610077p20615285.html
> >> Sent from the Mercurial mailing list archive at Nabble.com.
> >>
> >> _______________________________________________
> >> Mercurial mailing list
> >> Mercurial at selenic.com
> >> http://selenic.com/mailman/listinfo/mercurial
> >>
> >
> > _______________________________________________
> > Mercurial mailing list
> > Mercurial at selenic.com
> > http://selenic.com/mailman/listinfo/mercurial
> >
> >
>
> Sorry, didn't read your first letter carefully.
> In case of hgwebdir.cgi in should be
>
> [collections]
> /home/whpiv/hg/sysidgui = /home/whpiv/hg/sysidgui
>
> instead of path. Also check config file name in hgwebdir.cgi - it could be
> hgwebdir.conf by default
> --
> View this message in context:
> http://www.nabble.com/repos-not-listed-in-index-tp20610077p20621478.html
> Sent from the Mercurial mailing list archive at Nabble.com.
>
> _______________________________________________
> Mercurial mailing list
> Mercurial at selenic.com
> http://selenic.com/mailman/listinfo/mercurial
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20081121/16523bae/attachment-0001.html>
More information about the Mercurial
mailing list