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?
相关问题
- Getting error: File extension specified '.webt
- Using TFS command line tf.exe how can I copy a rep
- TFS Power tools Migrate doesn't actually migra
- What is the difference between tfpt scorch and tfp
- TFS 2017 Agent: and error occured while sending th
相关文章
- What is the tortoisehg gui equivalent of doing “hg
- How to use Mercurial from Visual Studio 2010?
- SSIS solution on GIT?
- Is it possible to do a “destroy history” in TFS?
- Is there a version control system abstraction for
- How do I make a TeamCity build appear in the TFS B
- TFS vs. JIRA/Bamboo/SVN [closed]
- Get Android library module version number from ins
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.
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.