How do I check which changeset my workspace is in

十年热恋 提交于 2019-12-23 21:31:40

问题


In Team foundation server, In order to analyze a bug that is currently in production, I used the "get latest version" functionality to get the changeset that was active in production so that I could run my unit tests against it.

I want to double-check which changeset I got just to make sure that I actually did get the correct version of source code.

Is there an easy way to do this with tfs?


回答1:


If you bring up the file/folder in Source Control Explorer, right-click and go to Properties it will show you the latest version on the server and your workspace version.



来源:https://stackoverflow.com/questions/22461654/how-do-i-check-which-changeset-my-workspace-is-in

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