Peter M
Peter M

Reputation: 3

How to maintain history when TFS branch is created

I am creating an new branch from existing branch using Source Control Explorer (TFS) in Visual Studio 2012. I can't see any history from the original branch in the new branch. Is there any way to force copy of original branch history?

Upvotes: 0

Views: 263

Answers (1)

Cece Dong - MSFT
Cece Dong - MSFT

Reputation: 31075

The new branch contains the history of original branch. You need to check history for a single file (not a folder), then you should see the history:

enter image description here

Upvotes: 1

Related Questions