using git on redmine repository browser
Added by tendou souji over 16 years ago
Hi I just want to inquire what's the problem with my redmine, im able to access the repository browser with svn but with git it says the entry or revision is not found, checking the log reveals a 500 internal errror.
Thanks
Replies (2)
RE: using git on redmine repository browser - Added by Thomas Lecavelier about 16 years ago
See RedmineRepositories (updated today) explaining what you need to browsering git projects.
RE: using git on redmine repository browser - Added by Nicolas Chuche about 16 years ago
In branches/nbc I've implemented remote git and mercurial repositories access through a local cache [1]. That won't be merged in trunk before the next release.
You can try it by creating a distant git repository, redmine will create and update it automagically
[1] and local svn cache for speed purpose.