Answered by:
migrate VS2013 solution to VSO

Question
-
hello,
i have not been able to find out how to migrate a website solution from my local machine (VS2013) to VSO. is there a procedure posted anywhere? i am not using any version tracking or TFS.
thanks!
Sunday, June 21, 2015 6:07 AM
Answers
-
Hi,
Please go through the below links which helps you to solve your problem.
http://www.codeease.com/add-local-project-to-visual-studio-online.html
Regards,
- Proposed as answer by Sunil Hurkadli Saturday, June 27, 2015 8:28 AM
- Marked as answer by desertchief Monday, June 29, 2015 12:42 AM
Saturday, June 27, 2015 8:28 AM
All replies
-
Hi usphilos,
Thanks for posting here.
You can migrate using TFS to VSO tool. Please follow the below article for details
https://visualstudiomagazine.com/articles/2014/05/13/tfs-to-vso--migration-tool.aspx
Hope this helps you.
Girish Prajwal
Sunday, June 21, 2015 5:56 PM -
i am not using tfs, it is a website on a standalone personal machine.
i would like to add Git and Scrum/Agile once it is added to the VSO server.
Sunday, June 21, 2015 10:20 PM -
Hi usphilos,
Please refer the link it may provide you the information on migrating the web application from vs 2013 to VSO.
Tuesday, June 23, 2015 9:40 AMModerator -
this link provides information for migration to Azure. i am not using Azure, but may in the future.
for now, i would like to use VSO for development and maintain my current hosting provider using Web Deploy to publish the website.
Tuesday, June 23, 2015 10:38 PM -
VSO is more like TFS online. This is not an IDE and more like TFS + few extra features to enable collaboration for Cloud based development. You will not be migrating stuff from Visual Studio 2013 to VSO instead you will be connecting to VSO and then add your Visual Studio Code to VSO. Below link will help you connect VSO.
https://www.visualstudio.com/en-us/get-started/setup/connect-to-visual-studio-online-vs
Best Regards, Vishnu
Tuesday, June 23, 2015 10:53 PM -
yes, i would like to use VSO as my Git/Scrum version control system. i will still be using VS2013 for local coding, etc.
please refer back to my original question: how do i migrate an existing, locally developed website to VSO?
- Edited by desertchief Tuesday, June 23, 2015 11:30 PM
Tuesday, June 23, 2015 11:26 PM -
Hi usphilos,
As my understanding from your question, you want to migrate your local project to git VSO.
If I am not wrong. First you need to create git repository in VSO and clone your local repository to git VSO repository.
Please go through the below link for more information:
http://nakedalm.com/migrating-source-perforce-git-vso/
Regards,
Sunil.HP- Proposed as answer by Sunil Hurkadli Wednesday, June 24, 2015 11:10 AM
- Unproposed as answer by desertchief Wednesday, June 24, 2015 9:18 PM
Wednesday, June 24, 2015 11:10 AM -
this link is somewhat helpful, but i run into and error and it is missing some steps, on task #2:
2. Clone the Git repository – This puts a local copy of the new and empty repository on disk. If you connect to the repository in Visual Studio then you will be offered a clone button.
i receive and error that there is an existing solution already in a local directory with same name when i try to clone the VSO solution to local repository.
also on task #3:
3. Copy/Create Solution and Projects – Getting the files into Git is as easy as copying t hem in. In this case we were picking about 10 of the 30 projects to go into a new Core solution.
i do not want to create a solution, and it is not clear how to "copy" an existing solution to the VSO repository.
it also does not address whether or not or when to "Add solution to source control" in VS2013.
i found this link that helps, but still nothing that directly addresses my question.
https://www.visualstudio.com/en-us/get-started/code/share-your-code-in-git-vs
- Edited by desertchief Wednesday, June 24, 2015 9:42 PM
Wednesday, June 24, 2015 9:40 PM -
Hi,
Please go through the below links which helps you to solve your problem.
http://www.codeease.com/add-local-project-to-visual-studio-online.html
Regards,
- Proposed as answer by Sunil Hurkadli Saturday, June 27, 2015 8:28 AM
- Marked as answer by desertchief Monday, June 29, 2015 12:42 AM
Saturday, June 27, 2015 8:28 AM -
the first link demonstrates the opposite (remote to local) direction of my question (local to remote).
the second link, as it relates to my problem, explains how to add a local app to Git source control, but the remaining text does not help with the original question.
the third link is the winner! it is missing a few steps, but i was able to follow the procedure and migrate a local website to Visual Studio Online.
Monday, June 29, 2015 12:42 AM