Check out files modified outside VS from TFS

青春壹個敷衍的年華 提交于 2020-01-13 07:37:13

问题


If a file is modified in Visual Studio, the files are automatically checked out from Team Foundation Server. However, sometimes there are files not modified in VS, is there command to check out those modified files only?


回答1:


If you download the Team Foundation Server power tools, you can use the "tfpt online" command line.

That said, I would try and avoid this way of working. TFS much prefers to know about files that you are checking out before you start editing them and your interaction with TFS will be much happier if you can do this.

The same power tools can optionally install Windows Explorer integration for TFS which will allow you to check the files out easily outside of Visual Studio.



来源:https://stackoverflow.com/questions/1231699/check-out-files-modified-outside-vs-from-tfs

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