Feature #460
open
better mercurial integration with hgweb
Added by Piero Sartini about 17 years ago.
Updated over 13 years ago.
Description
the svn integration is very nice - something like that would be great for mercurial as well.
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...
- Subject changed from better mercurial integration to better mercurial integration with hgweb
- Category changed from SCM to SCM extra
Also available in: Atom
PDF