views:

20

answers:

1

I'd like to upload a project into codeplex, but I have no idea how. I don't want to break my existing TFS + VS install. Do I need to install anything special to work with Codeplex?

+1  A: 
  1. Register on CodePlex
  2. Create a project on CodePlex
  3. Connect to your CodePlex project from Visual Studio
  4. Add your existing project to the team project
  5. Check-in
BlueCode