Team System Developer Center > Visual Studio Team System Forums > Team Foundation Server - Version Control > Built in audit trail feature to track who get the latest version
Ask a questionAsk a question
 

AnswerBuilt in audit trail feature to track who get the latest version

  • Friday, October 30, 2009 6:52 AMhadi i teo Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi,

    My objective is to find out whether is there any built in feature provided to track who gets the latest version of source code, for logging purposes. If yes, please guide me in how to access that functionality.

    To find out who check in the source files, we can see through the "History".

    Regards,

    hadi teo

Answers

  • Friday, October 30, 2009 8:58 AMRichard Berg Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    There is no built-in feature that does what you want.  However, you can get quite a bit of info by querying the TfsActivityLogging database.
    • Marked As Answer byhadi i teo Saturday, October 31, 2009 12:05 AM
    •  

All Replies

  • Friday, October 30, 2009 8:58 AMRichard Berg Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    There is no built-in feature that does what you want.  However, you can get quite a bit of info by querying the TfsActivityLogging database.
    • Marked As Answer byhadi i teo Saturday, October 31, 2009 12:05 AM
    •  
  • Saturday, October 31, 2009 12:05 AMhadi i teo Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi Richard,

    Thanks for your reply. I will try to directly query the TfsActivityLogging database. I am googling it now, and found the related information about it, in the Rob Caron blog

    http://blogs.msdn.com/robcaron/archive/2006/09/05/741376.aspx


    Regards,

    hadi teo