Bug #27234
Path to Git-Repository is local in project detail view
| Status: | Accepted | Start date: | 2011-06-06 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 2 (View) |
Description
When I look at a project on forge and change to the "Repository" Tab, the path to the project's Git Repository is e.g. "/var/git/repositories/TYPO3v4/Extensions/extension_builder.git" instead of "git://git.typo3.org/foo/bar.git".
It would be great if that could be changed so one can just copy/paste such a repository URL.
History
Updated by Chris topher almost 2 years ago
And it currently says that it would be a SVN repository:
You can find the _Subversion_ repository at /var/git/repositories/TYPO3v4/Core.git
That should read: "... the Git repository at ...".
Updated by Steffen Gebert over 1 year ago
- Status changed from New to Accepted
Updated by Tymoteusz Motylewski about 1 year ago
- File scm_name.patch added
That should read: "... the Git repository at ...".
Attached patch changing hardcoded "Subversion" to dynamic value
Updated by Bastian Bringenberg 11 days ago
Tymoteusz are you also able to change the output of the url? I am not enough into ruby^^.