Can a branch be made from a previous changeset?

2019-01-19 10:11发布

I need to create a branch at a specific Changeset in TFS. Is this doable?

For example, I have changeset 1528 that was the last check in on my project. But I want to branch from changeset 1487. Can this be done?

If so, how?

Note: I am using TFS 2008

2条回答
倾城 Initia
2楼-- · 2019-01-19 10:45

The newer Visual Studio 2010 and later added support for this functionality.

Branch dialog

查看更多
走好不送
3楼-- · 2019-01-19 10:55

Yes. When a branch is created you can choose the historical point in time when it takes effect (date, changeset, etc).

See Visual Studio TFS Branching and Merging Guide for some great information on recommended branching practices.

Or How to: Branch Files and Folders (MSDN) for more explicit instructions on getting this dialog up to create a branch.

查看更多
登录 后发表回答