显示自上次“获取最新版本”以来的变更集?
使用 Team Foundation Server 和 Visual Studio 2008,有没有办法突出显示自上次“获取最新版本”以来提交的内容? 这将使我能够快速识别自上次“拉取”以来提交的内容,而不必记住我上次同步的变更集。
谢谢。
埃里克
Using Team Foundation Server and Visual Studio 2008, is there a way to highlight the submissions since my last "get latest version"? This would allow me to quickly identify what has been submitted since my last "pull" without having to remember which changeset I last synced with.
Thanks.
Eric
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您在
解决方案资源管理器
中右键单击该文件并选择比较
选项,则在弹出窗口中将目标版本
设置为<代码>类型:<代码>最新版本。单击
确定
,您的比较器工具将打开,显示本地文件与服务器中最新版本之间的差异。If you right-click the file in the
Solution Explorer
and select theCompare
option, in the pop-up window set theTarget Version
asType
:Latest Version
.Click
OK
and your comparer tool will open up showing the differences beteween your local file and the latest version in the server.