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

[198 byte] By [SimonGorski] at [2008-2-7]
# 1

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

TomPatton at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Reporting & Warehouse...
# 2

Hi that would be great!

I am still waiting for the further details..

Thanks,

Simon

SimonGorski at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Reporting & Warehouse...
# 3

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 reference

If you want the info programmatically, use the source control client API. Here's an example to get started.

RichardBergMSFT at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Reporting & Warehouse...
# 4

Hi Richard,

Thanks a lot for that information!!

Is there also a way to get the check-In notes between dates?

Regards

Simon

SimonGorski at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Reporting & Warehouse...
# 5

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

AdamSingerMSFT at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Reporting & Warehouse...
# 6

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

SimonGorski at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Reporting & Warehouse...

Visual Studio Team System

Site Classified