IronicMuffin
IronicMuffin

Reputation: 4192

Is it possible to create a new Team Project from Source Explorer in TFS?

We are using Team Foundation Server 2010 for source control only. We don't really use the application lifecycle management aspects of it.

Therefore, we pretty much live in Source Explorer. What I find annoying is that I can't create a new project from there, but instead have to open Team Explorer and go through the wizard there to create a top level folder.

I'd like to know if there is someway to skip the Team Explorer step and just create a top level project quickly (default settings), preferably from Source Explorer.

Thanks!

Upvotes: 1

Views: 137

Answers (2)

Duat Le
Duat Le

Reputation: 3596

No, I don't believe you can create a new team project from Source Control Explorer.

However, you can do it from the command-line, or using the power tool.

Upvotes: 2

pantelif
pantelif

Reputation: 8544

If you are looking for a way to achieve this via VStudio, I think you are out of luck.

It's possible to construct programmatically a TeamProject, check here if this fits your needs.

Upvotes: 2

Related Questions