Actions
Feature #3825
closedGit repository via the git:// protocol
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
2009-09-05
Due date:
% Done:
0%
Estimated time:
Resolution:
Wont fix
Description
Currently it is not possible to access git repositories via git:// urls. This would be a handy feature to have if it is not too hard.
Related issues
Updated by Toshi MARUYAMA almost 14 years ago
- Status changed from New to Closed
- Resolution set to Wont fix
Redmine needs to run cat, diff, blame.
So, this feature is too hard.
Updated by Matthias Neubert almost 14 years ago
And what about smart git Protocol ? Or SSH?
http://progit.org/2010/03/04/smart-http.html
The suggested way is not that beauty
http://www.redmine.org/projects/redmine/wiki/HowTo_configure_Redmine_for_advanced_git_integration
may be redmine can find an integrated way to make this possible
Or if this is to much work, an ssh based access would be ok too, or may be even better
Updated by Toshi MARUYAMA almost 14 years ago
"git://" is for clone, pull and push.
Subversion supports "svn cat svn://somewhere/file.txt", "svn list http//example.com/".
But git does not supports.
Updated by Toshi MARUYAMA almost 14 years ago
There are other approaches.
Actions