简体   繁体   中英

How can I find out which branches a TFS changeset has been merged into

If I have a TFS changeset ID, can I find out which other branches that changeset has been merged into? (using VS2008)

I'm not familiar with 2008 since we're only using 2010 here.

To do this in 2010, you can find the changeset in the branch it was created in (history view etc), right click and select Track Changeset, you can then select all the branches you want to see such as dev, prod, release etc. This should then show where the changeset was merged from and to (personally I find it easier to go to the Timeline Tracking to visualise it better).

Shows the original changeset, and any changeset that it has been merged as part of.

Hope this helps, sorry I can't check against 2008!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM