You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't want to create a repository for every project.
I don't want to create a README for every repository.
I want to be able to choose to create a README when I create a repository.
The documentation says that I can do it by manually adding the following line to gitolite.conf
repo @all
RW+ = redmine_gitolite_admin_id_rsa
but unfortunately, redmine_git_hosting removes them the next time I touch the configuration, unless I set both :init_repositories_on_create and :all_projects_use_git to true.
I think that these should be unrelated things, and I'd like to have an option to enable global access rights for redmine_gitolite_admin_id_rsa user.
The text was updated successfully, but these errors were encountered:
Moreover, at the moment :init_repositories_on_create is disabled if :all_projects_use_git is set to false. I think that these two settings should not be related at all, and :init_repositories_on_create should only depend on the eventual new setting to enable global access rights for redmine_gitolite_admin_id_rsa user.
Moreover, at the moment :init_repositories_on_create is disabled if :all_projects_use_git is set to false. I think that these two settings should not be related at all
They must be related otherwise how can you git init a repo if it doesn't exist in Gitolite ;)
:init_repositories_on_create should only depend on the eventual new setting to enable global access rights for redmine_gitolite_admin_id_rsa user.
My use case is simple:
The documentation says that I can do it by manually adding the following line to gitolite.conf
but unfortunately, redmine_git_hosting removes them the next time I touch the configuration, unless I set both :init_repositories_on_create and :all_projects_use_git to true.
I think that these should be unrelated things, and I'd like to have an option to enable global access rights for redmine_gitolite_admin_id_rsa user.
The text was updated successfully, but these errors were encountered: