visual studio - Where are logs for witadmin actions in TFS 2010? -


when running witadmin command visual studio 2010 command line, action logged in tfs 2010? example command be:

c:>witadmin exportwitd -collection:http://server:8080/tfs/projectcollection -p:teamproject -n:bug -f:c:\bug.xml

one way query command log in collection database. note: it's recommended not query database directly, since schema not documented/supported , change in future release.

select * tbl_command (nolock) useragent 'team foundation (witadmin.exe%' 

a 'exportwitd' command show command = 'getmetadata'. same command visual studio makes when connect tfs, you'll need filter on user agent.

a 'importwitd' command show command = 'update'


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -