tfs2010 - TFS utility or direct SQL -



tfs2010 - TFS utility or direct SQL -

i count of tfs files checked in given date range. info include count(of check ins) , grouping [tfs file name] , [tfs work item type]. have seen direct querys tfs database, don't seem work tfs 2010.

any tfs 2010 gurus out there can provide sql, or point me preferbly open source utility this?

the sec time today came across question related powerful query of versioncontrolserver: queryhistory :)

public ienumerable queryhistory( string path, versionspec version, int deletionid, recursiontype recursion, string user, versionspec versionfrom, versionspec versionto, int maxcount, bool includechanges, bool slotmode, bool includedownloadinfo, bool sortascending )

i'm not sure if there's such utility, can write quick code perform want using above query.

for specific path, directory , under if recursive flag true, query give list of changesets occurred between 2 versions (these versions can dates).

a changeset unit of checkin. changeset contains list of files , list of work items associated it. have plenty info count number of files, number of checkins, , grouping results file and/or work item type.

if new using tfs apis (aka tfs object model), allow me know , can post pointers.

tfs2010

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -