Project

General

Profile

Public project with private repository?

Added by Yannick Gingras over 15 years ago

Hi,
is it possible to use make a project public so that anyone can see the tickets and the wiki but to close down the repository browser so that only developers can see it?

Our use-case is fairly simple: we have a bunch of public users but our code base is not for distribution at this point.


Replies (4)

RE: Public project with private repository? - Added by Tide _ about 15 years ago

I am trying to figure a way to do this as well. Does anyone know how or if it is possible?

RE: Public project with private repository? - Added by Anonymous about 15 years ago

From the Features wiki page

Simply untick the three in the Repository section ;)

RE: Public project with private repository? - Added by Tide _ about 15 years ago

I have automatic Subversion repository creation set up. Yes unchecking these will hide it in Redmine but the repository itself is still public as the project is public.

I guess a better worded question would be. Can I have a public project with a private subversion that requires a password to be able to view the repository and still use automatic repository creation? If not is it possible doing it manually? If so on either any suggestions on how?

From what I can tell reposman.rb sets the repository permissions bases only on the project status of public or private. I am thinking i will have to add in a check to see if all groups can view the repository then if not make the repository private. I also feel if I do this that there will be many other places that the code would have to be adjusted as well.

Any ideas?

    (1-4/4)