Vaccano
Vaccano

Reputation: 82517

Can a branch be made from a previous changeset?

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

Upvotes: 25

Views: 15572

Answers (2)

Bernard Vander Beken
Bernard Vander Beken

Reputation: 5056

Visual Studio 2010 and later added support for this functionality:

Branch dialog

Upvotes: 22

Jason Williams
Jason Williams

Reputation: 57952

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.

Upvotes: 38

Related Questions