nw.
nw.

Reputation: 5155

Reestablishing branch relationships in TFS

I came back to work after a year at college to find out that my project which was originally hosted on a local TFS installation was moved to Visual Studio online. What remained was a flat folder structure with no branches. I converted all the former branches back to branches, but how can I reestablish the relationships between them so that I don't have to do painstaking baseless merges on a year's worth of updates?

Upvotes: 0

Views: 5449

Answers (1)

Daniel Mann
Daniel Mann

Reputation: 59055

You need to reparent the branch. You can do this under the "Branching and Merging" menu on the context-sensitive menu when you right click on a folder in the Source Control Explorer.

Upvotes: 5

Related Questions