2011-06-07 72 views

回答

0

Escalate?不是我所知道的...

日誌? TFS已經做到了。
http://vsts-fu.blogspot.com/2010/09/query-check-in-policy-overrides.html

+0

電子感謝輸入。這幫助我開始了街區。 – balalakshmi 2011-06-13 05:26:27

+0

如果有人需要使用TFS API來做同樣的事情,下面是代碼VersionControlServer vcs =(VersionControlServer)Tfs.GetService(typeof(VersionControlServer)); string path =「$/path」; IEnumerable changesets = vcs.QueryHistory(path,VersionSpec.Latest,0,RecursionType.Full,「」,null,VersionSpec.Latest,int.MaxValue,true,false); 的foreach(變更集變更中變更集) { } – balalakshmi 2011-06-13 05:27:13