Project

General

Profile

Actions

Feature #460

open

better mercurial integration with hgweb

Added by Piero Sartini over 16 years ago. Updated almost 13 years ago.

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.

Actions #1

Updated by Piero Sartini about 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...

Actions #2

Updated by Toshi MARUYAMA about 13 years ago

  • Category set to SCM
Actions #3

Updated by Toshi MARUYAMA about 13 years ago

  • Subject changed from better mercurial integration to better mercurial integration with hgweb
Actions #4

Updated by Alessio Caiazza about 13 years ago

Actions #5

Updated by Toshi MARUYAMA almost 13 years ago

  • Category changed from SCM to SCM extra
Actions

Also available in: Atom PDF