How do I issue a code review in TFS after I have already checked in code?

蓝咒 提交于 2019-12-25 03:05:08

问题


In Microsoft Visual Studio 2012, there is a pretty good TFS (Team Foundation Service) and in this TFS, you can request code reviews of your work among your peers.

The bad thing is that if you have already checked in your code, it complains and it does not allow you to issue a code review since it sees no changed in the code you have been working on locally.

How do I issue a code review in TFS after I have already checked in code? Can I do it somehow as a comparison to a set of code I checked in earlier? If so, how?


回答1:


You can right click on a changeset in View History and click Request Review.

There are also links from the View Changeset panel in team explorer.



来源:https://stackoverflow.com/questions/23526859/how-do-i-issue-a-code-review-in-tfs-after-i-have-already-checked-in-code

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!