Hi, I am trying to config redmine to read my git repo. Both apps were installed through your control panel. I am getting hung on..... Now go to your Redmine project settings, go to the repositories tab and choose git as the SCM, then put in the "Path to .git directory" (in our example this is /var/redmine/git_repositories/donebox.git/) and save the settings. Have a look at your repository tab: you should now be able to browse your repository successfully. Problem is in admin>>settings>>repos has no SCM dropdown nor Path to git field. Any ideas? asked 28 Sep '11, 13:57 jaycanty |
The path would be the file path on disk, you can find it by looking around your home directory. It should be something like, (replacing yourname, gitappname and yourrepo.git with the correct values)
This is also asked in this community post,
answered 28 Sep '11, 17:15 johns |
Sorry... didn't ask question correctly In redmine 1.2.1.... admin>>settings>>repos there is no SCM dropdown nor path field. My question is where in redmine do I add my repo path? answered 30 Sep '11, 16:42 jaycanty |