Report Checked Out Items and Changed Items
Hi,
Where can I find a list of all Source Control checked out items?
Where can I find a list of all Source Control changed items between two dates?
Regards
Simon
Hi,
Where can I find a list of all Source Control checked out items?
Where can I find a list of all Source Control changed items between two dates?
Regards
Simon
Hi Simon,
This information is not avaliable in the TFS data warehouse. It can be obtained by using the version control APIs. I will add someone from that team to this thread to provide you with further details.
Thanks,
tom
All checked out items: tf status $/ /recursive /user:*
All changes between two dates: tf history $/ /recursive /version:D"1/1/2006"~D"2/1/2006" /format:detailed
complete command-line referenceIf you want the info programmatically, use the source control client API. Here's an example to get started.
Hi Richard,
Thanks a lot for that information!!
Is there also a way to get the check-In notes between dates?
Regards
Simon
If you're in Team Explorer (the client add-in to Visual Studio for Team Foundation), you can open Source Control Explorer and then select "Edit" -> "Go to...". This will bring up the Find Changesets dialog, which will let you search based on item path, user, changeset range, and date range. In the results area, you can select an item and click "Details" to see the changeset itself.
Hope this helps!
Cheers,
Adam
Hi!
I have tested the dialog, it looks great. - But there is only the changeset number, date, user comment, put no checkin-notes and NO filename... only if i click details!
Is there a way to see the filename beside the comments, without clicking details all the times?
Regards
Simon