Project

General

Profile

How to prevent managers in a project to enroll any mercurial/git repository in a path such as /home/hgroot/...

Added by Miguel Figueroa-Villanueva about 15 years ago

If I have a set of mercurial repositories:

/home/hgroot/proj1
/home/hgroot/proj2

How can I prevent the manager of proj1 to register the private repository proj2 (to which he shouldn't have access) for viewing in the Repository browser?

I would think this is basic functionality for multi-project support. Also, if I understand correctly this happens with all repository types (i.e., svn, git, etc.).

Thanks,
--Miguel