Does TFS log undo checkouts?

只谈情不闲聊 提交于 2019-12-25 04:50:36

问题


Let's say someone checkedout some files and then he/she undo the checkout. Can I find those undo checkout tracks in TFS history? Where?


回答1:


Current checkouts are tracked (obviously), but there is no history of changes to this list (it is just the current checkout/lock list).

History only includes checkins and the changes made in them.


Why do you want this information? There maybe a better approach to solving your underlying problem.




回答2:


No. As the un-done changes are never checked in they are not registered as a changeset in TFS and therefore not shown in the TFS history for a file or folder.

If you wanted to explain why you need to know when someone has performed an undo it might help in suggesting another way to accomplish what you want.



来源:https://stackoverflow.com/questions/1327593/does-tfs-log-undo-checkouts

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