Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I have an existing solution in Visual Studio 2013. How do I import it to my VS Online workspace?

I recently upgraded to VS Community 2013 and created my Visual Studio Online account.

I have connected VS to the account but I don't know how to import my local solution (which contains 5 projects) to the VS Online account.

like image 942
James Plotts Avatar asked Jan 31 '15 18:01

James Plotts


People also ask

What is the difference between a project and a solution in Visual Studio?

A project is contained within a solution. Despite its name, a solution isn't an "answer". It's simply a container for one or more related projects, along with build information, Visual Studio window settings, and any miscellaneous files that aren't associated with a particular project.

How do I clone a TFS repository in Visual Studio?

On the start window, select Clone a repository. In the Browse a repository section, select Azure DevOps. If you see a sign-in window, sign in to your account. In the Connect to a Project dialog box, choose the repo that you want to connect to, and then select Clone.

How do I create a workspace mapping in TFS?

Create a workspace and get the codeFrom Visual Studio, go to the Team Explorer Connect page (Keyboard: Ctrl + 0, C) and then connect to the project. (If the project you want to open is not listed, choose Select Projects and then connect to the project.) Map the project to a folder on your dev machine.


1 Answers

  1. Make sure your source control plugin is set to Visual Studio Team Foundation server (Tools > Options > Source Control > Plug-in selection)
  2. Connect Visual Studio with your Visual Studio Online account in the Team Explorer. (Open Team Explorer: View > Team Explorer). You will need the your VSO url (usually [your selected name].visualstudio.com
  3. Open your solution and add solution to source control (right click the solution in the solution explorer and select Add solution to source control)
like image 80
Lukkha Coder Avatar answered Nov 02 '22 07:11

Lukkha Coder