链接 SVN 提交问题 [英] Link SVN commits to issues

查看:47
本文介绍了链接 SVN 提交问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我知道我可以使用 #number 将提交链接到问题.但我正在寻找一种通过 svn 提交更改问题状态的方法.

I know I can use #number to to link the commit to an issue. But I'm looking for a way to change the issue status through the svn commit.

我正在寻找类似于 Trac 的东西 http://trac.edgewall.org/wiki/时间跟踪.如果您的 svn 评论是此任务已完成(参考文献 123)",那么它会在问题日志中添加消息.

I'm looking for something similar to what Trac have http://trac.edgewall.org/wiki/TimeTracking . If your svn comment is "This task is almos done (refs 123)" then it add the message on the issue's log.

有人知道有没有办法做到这一点?

Does anybody knows if there is a way to do it?

推荐答案

看起来像是在 redmine OOTB 中:

Looks like this is in redmine OOTB:

我正在寻找一种通过 svn 提交更改问题状态的方法.

I'm looking for a way to change the issue status through the svn commit.

您可以使用设置中定义的正确引用关键字来更新问题状态.请参阅 redmine wiki这个问题的答案(下面的截图)

You can update the issue status by using the proper Referencing keywords as defined in your settings. See the redmine wiki or the answer to this question on SO (screenshot below)

如果您的 svn 评论是此任务已完成(参考文献 123)",那么它会在问题日志中添加消息.

If your svn comment is "This task is almos done (refs 123)" then it add the message on the issue's log.

在您的 svn 消息中使用正确的引用关键字(如上所述)时,修订版与问题相关联,并显示在名为相关修订版的第二列中在消息右侧历史(参见这个问题示例).

When using the proper Referencing keywords in your svn message (as above), the revision gets associated to the issue and is being displayed in a second column called Associated revisions to the right of the message History (see this issue as an example).

如果您使用修复关键字,问题日志中还会添加一个条目,修改状态并更新% Done字段.

In case you use Fixing keywords , an entry is also added to the issue's log, the status is modified and the % Done field is updated.

这篇关于链接 SVN 提交问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆