1

我在 Redmine 中的项目存储库设置有问题;我尝试使用 GIT 设置存储库,输入了无效的 GIT 路径,现在我被卡住了,因为我似乎无法删除已设置的路径。 替代文字

单击删除将我发送到下一页,说明以下内容; 替代文字

理想情况下,我想删除此存储库引用,并改为放入 SVN 存储库。我试图通过在 Administration/Settings/Repositories 面板中取出 GIT 并只留下 Subversion 来重新调整系统。但是,这对于项目卡住的 GIT 存储库设置没有任何作用。

我应该编辑什么文件来删除这些项目设置?我有点谨慎,因为我不希望我的项目可能损坏。

2010 年 10 月 26 日更新:我在 Redmine 项目中提出了缺陷 #6713

另外我从环境变量中丢失了 GIT 系统变量,现在添加了以下内容,使我能够知道删除存储库 ;C:\msysgit\msysgit\cmd;C:\msysgit\msysgit\bin;

4

2 回答 2

0

该页面(存储库)上有一个删除按钮(右下角),您可以按下该按钮,然后您可以从头开始为存储库创建条目。

于 2010-10-20T12:06:10.940 回答
0

This could be a bug in Redmine. I just looked through my Redmine installation and can't find the place where the URL is stored, it's probably in the database. If I were in your situation and didn't have time to waste, I would:
1) make a backup, just in case,
2) create an empty Git repository somewhere (or even take any public repo, since you can put an URL in there),
3) configure Redmine to point to that repository to get unstuck,
4) now, configure Redmine to use your real Subversion repo,
5) report bug.

于 2010-10-20T12:13:20.520 回答