0

We recently upgraded from TFS 2008 to 2010. The upgrader attempts to "guess" which folders should be branches, and which should be branched folders. We had some cases in our structure where we had nested branches, and the upgrader guessed incorrectly.

I would like to reset some hiearchies of branches back to "branched folders" status, and then manually apply the "Convert to Branch" operation in the appropriate locations. However, it's really tedious to navigate through the menues for every folder, and select "convert to folder" (there are a lot of them).

So, is there a way to do this in a batch?

JMarsch
  • 21,484
  • 15
  • 77
  • 125

1 Answers1

1

You could write a batch or a powershell script using the tfpt tool from TFS Powertools as explained here.

Community
  • 1
  • 1
Lars Truijens
  • 42,837
  • 6
  • 126
  • 143