3

I have the following at Source Control Explorer

TFSServer/teamCollection + teamproject

Is is possible to branch /teamproject to /teamproject-dev? The output should be

TFSServer/teamCollection/ + teamproject-dev

I tried and it gave me error:
TF10175: The team project folder $/teamproject-dev does not exist. Contact your Team Foundation Server Administrator and ask that it be created.

John Saunders
  • 160,644
  • 26
  • 247
  • 397
user79127
  • 119
  • 2
  • 4
  • 14

2 Answers2

4

Top level folders in source control are reserved for team projects. If you create a new "teamproject-dev" project you could branch the code from the existing "teamproject" into the new -dev project via the wizard.

Alternatively set up a proper branching structure inside teamproject. Read the TFS Branching Guide for more information.

Richard Banks
  • 12,456
  • 3
  • 46
  • 62
0

Yes, you can convert team project into branch.

The above error is saying that you don't have access to create branch. First you create branch by getting help from TFS admin then try what you mentioned that should work fine.

RJN
  • 696
  • 8
  • 17