On Many occasions, I need to review my checkins.
Is there a way I can get all my checkins in TFS? I don't mean view history on a particular file, but all my checkins! If I can filter based on start and end date would be great
I am new to TFS!!!
Any suggestions
Right-Click In the File List, right-click the file you want to check in and select Source Control > Check In (for selected files) or Source Control > Project > Check In All (for all files in the project).
You can probably get what you need from the command line TF.EXE program. The command to do this should be something like this (run it from a Visual Studio command prompt):
TF.EXE history /server:http://tfs:8080 "$/" /recursive /user:username /noprompt /format:detailed
You can manipulate the "$/" to go to a more nested folder if you need to reduce your output.
You'll also want to redirect this to a file (using > output.txt
or something) as there's a lot of information here.
TF.EXE history /?
will give you a list of options.
But it is very strange that one cannot do this filtering directly, when viewing the entire history of a team-project.
Yet another alternative is to use the "Link to"-search within TFS WorkItem:
See also VS2010 - Find Information About a Changeset
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With