hgwebdir not finding repositories?
Chris
cpj1 at visi.com
Fri Oct 9 13:33:15 UTC 2009
I have a simple hgwebdir.wsgi configuration that runs, but it doesn't
report any repository information. Underneath the layout, I have one
repository.
I get the table headers, but it doesn't list any repository
information. I think the problem is with my hgweb.config file, or maybe
the wsgi script isn't finding it.
My directory layout is pretty simple:
/var/hg
/var/hg/repos
/var/hg/repos/project1
/var/hg/repos/project1/.hg
/var/hg/repos/project1/.hg/store
/var/hg/repos/project1/.hg/requires
/var/hg/repos/project1/.hg/00changelog.i
/var/hg/hgweb.config
/var/hg/script
/var/hg/script/hgwebdir.wsgi
More information about the Mercurial
mailing list