Get history of file changes from TFS

Posted by Andreas Zita on Stack Overflow See other posts from Stack Overflow or by Andreas Zita
Published on 2011-06-30T07:33:27Z Indexed on 2011/06/30 8:22 UTC
Read the original article Hit count: 186

Filed under:
|
|
|

I'm trying to make some way of figuring out who to "blame" when an exception is thrown in our application (at work). It could be me causing it of course but I can accept that :). But to do this I need the history of a file in TFS so I can check who last made a change at the line of the exception. Its of course not always at the row of the exception that the erroneous change was inserted, so I would probably also need to check any changes to the same file and lastly any check-ins made very recently. I'm not sure how I will work out this but I would like to check with the community first if there is any already existing solutions for this? I have no experience with the TFS API yet so I have no way of telling whats possible and whats not. I guess I would integrate this into our app in the unhandled exceptions-handler. When some candidates of the exception is found I need to inform them by email. In the process it would be nice to log how many times a certain exception has been thrown by any user on our intranet, who, when, how etc. It could save us a lot of time (and money).

© Stack Overflow or respective owner

Related posts about .NET

Related posts about tfs