Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有人使用 TFS 的 API 来同步不同类型的存储库?我有一个 SVN 存储库,我想与 TFS 存储库同步。更准确地说,我只想偶尔(每晚)从 SVN 获取最新的所有内容,并将其作为最新版本转储到 TFS。
有什么建议吗?
运行 CodePlex 的人在 TFS 和 SVN 之间架起了一座桥梁。它被称为 SvnBridge。他们有 2 个版本的应用程序。一个版本在 IIS 中运行,另一个版本是客户端。
您也许可以与该项目交谈,看看您是否可以做您想做的事。我相信现在的实际流程是 SVN 到 TFS,但我不认为它不能走另一条路。
http://www.codeplex.com/SvnBridge