Mesh
Mesh

Reputation: 6442

How/can do you connect VS2010 to Codeplex's TFS?

I've gone to Team-->Connect and tried to enter the details for the TFS on the CddePlex site:

https://tfs05.codeplex.com

Then it asks for the user name and password - which I assume is something like

[email protected] + my codeplex password.

But is doesn't let me sign in?

What assumption is making an ass of me?

Upvotes: 11

Views: 5972

Answers (4)

Edwin O.
Edwin O.

Reputation: 5276

This worked !

Register here to obtain acccount https://inventory.codeplex.com/site/register

Then concatente your usernme like so in the visual studio sign in

snd\username_cp

Upvotes: -1

Ahmed
Ahmed

Reputation: 61

I blogged about this subject using vs2010 http://lajak.wordpress.com/2011/02/10/how-to-use-team-explorer-with-codeplex/

Upvotes: 6

Mark Heath
Mark Heath

Reputation: 49482

brickner's answer is correct. (snd\username_cp)

You can see the instructions to connect by clicking on the project's Source Code tab. Then on the right, click on the appropriate link under "Source Control Setup". This includes instructions for Visual Studio Team Explorer, Subversion and various other source control clients.

Upvotes: 3

brickner
brickner

Reputation: 6585

Your username is probably

snd\username_cp

Replace username with your username

Upvotes: 15

Related Questions