user79127
user79127

Reputation: 119

branching team project

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.

Upvotes: 3

Views: 3637

Answers (2)

RJN
RJN

Reputation: 736

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.

Upvotes: 0

Richard Banks
Richard Banks

Reputation: 12546

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.

Upvotes: 4

Related Questions