hg access control to central repository
Posted
by andreas buykx
on Stack Overflow
See other posts from Stack Overflow
or by andreas buykx
Published on 2010-04-05T07:31:09Z
Indexed on
2010/04/06
6:53 UTC
Read the original article
Hit count: 315
mercurial
We come from a subversion background where we have a QA manager who gives commit rights to the central repository once he has verified that all QC activities have been done.
Me and a couple of colleagues are starting to use mercurial, and we want to have a shared repository that would contain our QC-ed changes. Each of the developers hg clones the repository and pushes his changes back to the shared repository. I've read the HG init tutorial and skimmed through the red bean book, but could not find how to control who is allowed to push changes to the shared repository.
How would our existing model of QA-manager controlled commits translate to a mercurial 'central' repository?
© Stack Overflow or respective owner