Project

General

Profile

Actions

Feature #3825

closed

Git repository via the git:// protocol

Added by Chris Nicola over 14 years ago. Updated about 13 years ago.

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

Related to Redmine - Feature #4457: Support for remote Git repositories via RESTful APINew2009-12-21

Actions
Related to Redmine - Feature #2580: Remote git repositoriesClosed2009-01-25

Actions
Actions #1

Updated by Toshi MARUYAMA about 13 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.

Actions #2

Updated by Toshi MARUYAMA about 13 years ago

There is related issue #4457.

Actions #3

Updated by Matthias Neubert about 13 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

Actions #4

Updated by Toshi MARUYAMA about 13 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.

Actions

Also available in: Atom PDF