开发者

TFS Command for List of checked in files

I have "Administrator" rights in TFS. I want to see the fol开发者_如何学JAVAlowing details

  1. ChangeSet Number

  2. Files Checked in

  3. Date and Time of Checkin

  4. Comment

Can you please help me with the TFS Command for this?


What Jim says is correct, however be advised that if you have a significant change history in that path, this process can take a long time, and (at least under TFS 2008) can eat up a lot of tempDB space on your data tier.

Therefore, if you're only interested in the last 'n' check-ins, consider using the /stopafter switch. For example:

tf history "$/TeamProject/Path" /recursive /noprompt /format:detailed /stopafter:50

This will give you the most recent 50 entries.


Try this:

tf history $/TeamProject/Path /recursive /noprompt /format:detailed

Obviously you'll want to replace $/TeamProject/Path with the appropriate ItemSpec.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜