PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, July 16, 2022

[FIXED] How can I import an existing TFVC repository into Azure DevOps project?

 July 16, 2022     azure, continuous-deployment, tfvc, web-deployment     No comments   

Issue

I would like to deploy my ASP.NET Web App into Azure. I signed up for a free account on Azure and created a new DevOps Project, but when I select the option "bring your own code", I can only chose to get the code from Git repositories.

enter image description here

Is there an option to import the code from TFVC, or do I have to migrate my repo to Git?

It seems weird that Microsoft did not include their own technologies (TFVC) into the deployment process, or other popular version control tools (SVN, Mercurial...)


Solution

In the initial release of Azure DevOps Projects only supports Git repositories. Although Azure DevOps Projects do support building a CI/CD pipeline into Azure using existing projects, this version is primarily meant for bootstrapping new projects, and many new projects are started using Git as the version control system.

Supporting other version control types - especially TFVC - is on the backlog for future improvements.



Answered By - Edward Thomson
Answer Checked By - Robin (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing