我们使用作为Visual中的源代码管理系统。虽然我们不做很多对编程,但是在这样的过程中,我们确实对所有的代码更改进行了同行评审:
1. bring up the Pending Changes window
2. press Unshelve button, to bring up the Unshelve dialog
3. enter the sender's name in the Owner Name text box, and press Find to list the user's shelvesets
4. searches for the shelveset to find the correct name (usually by ordering my Shelveset Name), and press Details... button to bring up the details
1. bring up the Source Control Explorer window, and hit the "History" button to bring up the history list
2. Locate the correct changeset number, and open the details.
有没有人知道有一种工具可以让我们做到其中一种或两种?
发布于 2009-04-23 00:05:21
你试过微软最新的TFS电动工具吗?“团队成员”功能可能会有所帮助。
在最新的TFS侧踢中有一个代码审查模块。
其他一些附加功能(免费和商业)在这里进行了调查:http://jb-brown.blogspot.com/2009/01/team-system-code-review-presentation.html。
发布于 2009-04-21 15:36:38
有一个丰富的事件模型,其中大部分不是在UI中直接公开的。
在UI中,您可以签入电子邮件,但仅此而已。TFS包含命令行中包含完整事件模型的工作信息。
但是,我不知道是否包含与搁置集相关的任何事件,您可以在TFS服务器上的文件夹“\Web服务\服务\v1.0\转换”中看到定义事件的模式。
引发的事件有两个选项,您的筛选器匹配:(1)发送电子邮件(通过转换创建内容),(2)调用web服务。
https://stackoverflow.com/questions/773198
复制相似问题