English 中文(简体)
我怎么能问TFS是否找到一份需要并入上级部门的变化清单?
原标题:How can I query TFS to get a list of changesets that need to be merged into a parent branch?
  • 时间:2011-11-18 21:15:40
  •  标签:
  • wiql

我们正在利用TFS2010进行源源控制,来源存放处有3个主要分支;MAIN、REL和DEV。

Consider this scenario: Several developers are working in the REL branch (fixing shipping issues). As they work their changes are checked into the REL branch tested and subsiquently merged back into the MAIN branch.

如果开发商选择“选择改动”办法,则进行合并(在VS2010年使用源代码勘探器),则方言会进行某种质问,并列出源(REL)分行存在但尚未并入目标(MAIN)分行的候选人变更表。

Given that there may be a delay between the DEV commit and the subsiquent merge we are finding people "forgetting" some changesets.

What I would like to do is create a work item query or Excel report that can reproduce the dialogs query results so we can add this to the projects SharePoint portal.

www.un.org/Depts/DGACM/index_spanish.htm 具体来说:鉴于目前的用户,而且源头和具体目标的分支名称,我可以使用WIQL或Excel文件检索目前未并入目标部门的变化表。

谁能告诉这是否可行? 更确切地说,我怎么做!

TFS: 尚未合并的清单改动 我要问一个类似的问题,但“你自己的法典”解决办法的答案是,我要用“脱包”工具把这个问题拉开;Excel或WIQL.。

最佳回答

看一看......

https://stackoverflow.com/questions/2687789/how-can-i-check-en-a-tfs-2008-changeset-has-been-jointd-into/2687828#2687828>。

They outline the tf merge command to list the changesets that need to be merged.

当我不得不做像我这样的事情时,我指挥的指挥与上述答复中的指挥相似,并把它编成一个文字档案,其中几乎没有点 t,你可能把它变成一个先令,然后由用户过滤。

问题回答

据我所知,妇女、青年和体育部全心全意地恢复工作项目,因此,这一方面已告终。





相关问题
WIQL and other languages

Is WIQL specific to the TFS SDK or can it be used in other languages? For example if I have built a client using TFS SDK that gets info about projects on the tfs, is it possible to somehow reuse the ...

Where to get started with querying TFS database/warehouse?

Right now all I have is a link to the tfs portal http://... I d like to either write an app that queries directly or write a SQL query that queries the database (which I do not know the server ...

Find WorkItems that were assigned to X in the last 30 days

I m trying to find all WorkItems that were assigned to a person X in the last 30 days. The big problem I have is the "in the last 30 days"-part. I thought about using the "ever" or "asof" keywords, ...

热门标签