Need help for git integration
Added by Nico H. about 12 years ago
Hello folks,
I have many problems with my git integration in redmine.
I tried several HowTos like:
http://www.redmine.org/projects/redmine/wiki/Repositories_access_control_with_apache_mod_dav_svn_and_mod_perl
http://www.redmine.org/projects/redmine/wiki/HowTo_configure_Redmine_for_advanced_git_integration
http://projects.andriylesyuk.com/projects/scm-creator/wiki/Install (for automatically creation of git repos)
But it wont works.
When I create a git repo manually and set the full path of the created repo for a project it works.
The plugin SCM-Creator says that the plugin is installed but not configured, but I have it configured like the tutorial.
How does the access control for git works?
Where I have to set users for that?
Where do I have to install git-webby, in the redmine directory or at another place?
Please help me.
thx && greetings
Nico
Replies (2)
RE: Need help for git integration - Added by Andriy Lesyuk about 12 years ago
SCM Creator requires scm.yml
to be put into the config
directory of Redmine, not plugin... Did you move it there?
RE: Need help for git integration - Added by Andrea Piccinelli about 12 years ago
You could try this plugin: https://github.com/kubitron/redmine_git_hosting
It's compatible with Redmine < 2.0, it is well maintained and it is working very well for my installation.