Actions
Feature #460
openbetter mercurial integration with hgweb
Status:
New
Priority:
Normal
Assignee:
-
Category:
SCM extra
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
the svn integration is very nice - something like that would be great for mercurial as well.
Updated by Piero Sartini over 16 years ago
isn't it possible to re-use the subversion parts for access control?
i played around with it but my perl skills are by far not good enough to get this working.
I tried it like this:
ScriptAliasMatch ^/hg(.*) /path/to/repos/hg/hgwebdir.cgi$1 <Directory /path/to/repos/hg/> Options ExecCGI FollowSymLinks AllowOverride None AuthType Basic AuthName redmine Require valid-user PerlAccessHandler Apache::Authn::Redmine::access_handler # PerlAuthenHandler Apache::Authn::Redmine::authen_handler PerlSetVar dsn DBI:Pg:dbname=redmine;host=myhost PerlSetVar db_user redmine PerlSetVar db_pass mypassword # AuthBasicAuthoritative Off </Directory>
I get the following error:
[error] Internal error: pcfg_openfile() called with NULL filename
After asking google, the problem seems to be that both, hgwebdir.cgi as well as the PerlAccessHandler from redMine want to control the authentication. Unfortunately it doesn't help to set "AuthBasicAuthoritative Off".
I think this would be a great addition to redmine. Maybe this is no real problem for someone with better perl skills...
Updated by Toshi MARUYAMA almost 14 years ago
- Subject changed from better mercurial integration to better mercurial integration with hgweb
Updated by Alessio Caiazza almost 14 years ago
Apache configuration for Mercurial repositories
Can it be marked as Resolved?
Updated by Toshi MARUYAMA over 13 years ago
- Category changed from SCM to SCM extra
Actions