Team Foundation Server工作项

Team Foundation Server工作项

问题描述:

大家好:

我们使用Team Foundation Server来处理代码的签入和签出.当需要获取代码更改列表时,我查询WorkItems表或在TFS数据库中查看.

唯一的问题是我再也无法在数据库中找到该对象!我可以找到很多其他工作项表,但是这个表不再存在.我仍然能够输入注释并签入代码,所以我想知道发生了什么,是否有其他方法可以获取代码更改列表.我已经尝试过大多数白痴测试,例如我正在查看正确的数据库/服务器等",但是也许我还缺少其他一些白痴测试.

只是寻找一种方法来查看所有代码更改及其注释.感谢您的帮助!

Hello all:

We use Team Foundation Server to handle check-in and check-out of our code. When it comes time to get a list of code changes I query the WorkItems table or view in the TFS database.

The only problem is that I can no longer find this object in our database! I can find a whole lot of other work items tables, but this one no longer exists. I''m still able to enter comments and check in code so I''m wondering what is up and if there is another way I can get a list of code changes. I''ve tried most of idiots tests like "am I looking at the correct database/server etc.", but maybe there are a few more idiot tests I''m missing.

Just looking for a way to see all the code changes and their comments. Thanks for your help!

大家好:

我仍然找不到此WorkItems对象,但是通过查询SQL Server上TFS数据库下的tbl_ChangeSet可以找到所需的内容.
Hi all:

I still couldn''t find this WorkItems object, but I was able to find what I was looking for by querying tbl_ChangeSet under my TFS database on SQL Server.