Issues in redmine integration with Git
Added by Guruprasad L over 12 years ago
Hi, I have setup redmine integration with apache as described in the redmine documentation. I have a /git path accessible with auth and /git-private accessible only to redmine. When I clone the repository through /git path, I get the up-to-date repo. But when I try to view it in redmine repo viewer, I get a 404 "The entry or revision was not found in the repository." error. Trying to clone using the git-private url in the redmine box gives a bare repository though it is the same repo as the one cloned by the /git path. I have enabled RedmineGitSmartHttp in the /git path and I am using the latest Redmine.pm that has the RedmineGitSmartHttp support. What could be the issue here?
Replies (2)
Issues in redmine integration with Git - have the same problem - Added by M Vitr over 12 years ago
Hello there,
no answers? I think I have the same problem...
Help would be very nice! :-)
RE: Issues in redmine integration with Git - Added by M Vitr over 12 years ago
I found out what the problem was - had to chmod repositories folder to 7 (rwx) to get it running