Visual Studio:如何获取项目中受给定变更集影响的文件列表?
给定 Visual Studio Team Foundation System 2008 的变更集编号,是否有一种简单的方法可以找出我的项目/解决方案中的哪些文件在变更集中进行了编辑?
Given a changeset number of Visual Studio Team Foundation System 2008, is there an easy way to find out which files in my project/solution were edited in the changeset?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
右键单击变更集中的源文件,然后选择“查看历史记录”。历史记录窗口将打开,并显示该文件的所有变更集。双击变更集,您将看到该变更集中更改的项目列表。
Right-click on a source file that's in the changeset, and select View History. The history window will open, and show you all the changesets for that file. Double-click on a changeset, and you will see the list of items changed in that changeset.