简体   繁体   中英

Migrating Github Git repo to Azure DevOps TFVC

I have an existing repository on Github and want to move it to Azure DevOps, but I want to switch version control to TFVC. Is there a good way to do this, and/or is it possible?

I tried using git-tf to check-in my git repository into Azure DevOps, but I keep getting an access denied error.

Yes, it is possible. AFAIK, you can create a new project with TFVC as your version control system and then import your git repository there.

新TFVC项目

As quoted in the docs , you might need to rework the permissions to enable access if the TFVC project has been there and was created prior to TFS 2015 Update 1.

Also, as Daniel says, git-tf has reached its EOL, so it is recommended to go with git-tfs instead.

Hope this helps!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM