简体   繁体   English

从特定变更集从 TFS 迁移到 Azure DevOps 服务

[英]Migration from TFS to Azure DevOps Services from a certain Changeset

I need to migrate a Project (TFVC) from TFS 2012 to Azure DevOps Service (Git).我需要将项目 (TFVC) 从 TFS 2012 迁移到 Azure DevOps 服务 (Git)。 I would also like to migrate the project history.我还想迁移项目历史记录。 The problem I have, is that the 10 newest changesets are rubbish.我的问题是,10 个最新的变更集是垃圾。 So I would like to migrate from an older changeset with all the changeset history before this changeset.因此,我想从具有此变更集之前的所有变更集历史记录的旧变更集迁移。 Is this possible?这可能吗? Has anyone got any experience with this?有没有人有这方面的经验? Thanks!谢谢!

I would like to migrate from an older changeset with all the changeset history before this changeset.我想从具有此变更集之前的所有变更集历史记录的旧变更集迁移。 Is this possible?这可能吗?

I am afraid there is such way we could migrate from TFS to Azure DevOps Services with a certain Changesets.恐怕我们可以通过某种变更集从 TFS 迁移到 Azure DevOps 服务。

As we know, the changesets/bugs/test cases/history are included when migrate TFS to Azure DevOps Services.众所周知,将 TFS 迁移到 Azure DevOps 服务时,会包含变更集/错误/测试用例/历史记录。 But all the data operates at a database level rather than data, all the data are stored in the database.但是所有的数据都运行在数据库层面而不是数据层面,所有的数据都存储在数据库中。 So, we could not exclude the date of 10 newest changesets in the database when you migrate from TFS to Azure DevOps Services.因此,当您从 TFS 迁移到 Azure DevOps 服务时,我们无法排除数据库中 10 个最新变更集的日期。

Hope this helps.希望这可以帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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