Vote #71604
未完了Redmine.pm cannot rename repo.
ステータス:
New
優先度:
通常
担当者:
-
カテゴリ:
SCM extra_46
対象バージョン:
-
開始日:
2022/05/09
期日:
進捗率:
0%
予定工数:
Redmineorg_URL:
category_id:
46
version_id:
0
issue_org_id:
10597
author_id:
21177
assigned_to_id:
0
comments:
0
status_id:
1
tracker_id:
2
plus1:
0
affected_version:
closed_on:
affected_version_id:
説明
As it is not possible to change the project identifier in Redmine, it is impossible to change the repo location and still use Redmine.pm. I believe a simple patch could be created that determines the project identifier based on url. I.E the following database query.
SELECT project_id from repositories where url like '%url%';
The patch should take into account that like may return multiple projects IDs and should fail in this case (This should be made clear in the documentation). An option, RedmineByURL could be added to enable this feature.
いいね!0