11

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

mycodeplexusername@codeplex.com + my codeplex password.

But is doesn't let me sign in?

What assumption is making an ass of me?

skaffman
  • 398,947
  • 96
  • 818
  • 769
Mesh
  • 6,262
  • 5
  • 34
  • 53
  • 1
    I'm thinking now that I have to have actually joined a project as a devloper to be granted permission - is that right? – Mesh May 14 '10 at 08:46

4 Answers4

15

Your username is probably

snd\username_cp

Replace username with your username

brickner
  • 6,595
  • 3
  • 41
  • 54
6

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

Ahmed
  • 61
  • 1
  • 1
3

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.

Mark Heath
  • 48,273
  • 29
  • 137
  • 194
  • Where did 'snd' come from? And i followed the links in the Source Control Setup - was i not seeing something because i'm not a project member? – Mesh May 14 '10 at 11:39
  • 1
    yes if you are not a project member it doesn't show you login details. I use TortoiseSVN to pull the latest code down for CodePlex projects. – Mark Heath May 14 '10 at 14:07
-1

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

Edwin O.
  • 4,998
  • 41
  • 44