hgwebdir not finding repositories?

Chris cpj1 at visi.com
Fri Oct 9 17:22:09 UTC 2009


I think the permissions are okay.  The Apache server is running as the  
"hg" user, and all files are owned by hg:hg.

Here's the hgweb.config:

[paths]
/ = /var/hg/**

[collections]
repos/ = repos/



--
Chris J

On Oct 9, 2009, at 9:00 AM, Dirkjan Ochtman <dirkjan at ochtman.nl> wrote:

> On Fri, Oct 9, 2009 at 15:33, Chris <cpj1 at visi.com> wrote:
>> 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
>
> What does your hgweb.config look like? Have you fixed the permissions?
>
> Cheers,
>
> Dirkjan
>



More information about the Mercurial mailing list