开发者

Secure Repositories by User in Mercurial

开发者 https://www.devze.com 2022-12-20 23:45 出处:网络
I have followed the many helpful ideas presented in this SO question.Now the last thing I\'m wrestling with is how to allow certain people to access and view the contents of certain repositories.I wan

I have followed the many helpful ideas presented in this SO question. Now the last thing I'm wrestling with is how to allow certain people to access and view the contents of certain repositories. I want to have a ce开发者_开发知识库ntral Repos folder on my machine, where all Hg Repos will live, but I would like to say that Person X can see Repos A, B and C while Person Y can only see A & C. I have not been able to find the answer to this question and I hoped that someone on SO could assist me. I can control the push/pull, but I haven't seen a way to actually prevent repos from being visible in the hgwebdir CGI application.


Use the ACL Extension (distributed with Mercurial).

0

精彩评论

暂无评论...
验证码 换一张
取 消