Find changeset id parent of a branch in tfs

孤街醉人 提交于 2019-12-01 07:12:47

I wrote a blog post exactly about that: http://netexp.blogspot.com/2012/11/tfs-who-is-father-of-my-branch.html

In brief:

  1. It can be done via Visual Studio GUI (Track Changeset functionality). You need to track the first changeset in your child branch and then find max changeset in the parent branch (see a screenshot in the blogpost for details).
  2. It can be done via TFS Client API.
  3. You can use a simple command line app I developed.
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!