【问题标题】:Transfert project from Codeplex/TFS to SourceForge/Git with Visual Studio 2015 / TFS 2015使用 Visual Studio 2015 / TFS 2015 将项目从 Codeplex/TFS 转移到 SourceForge/Git
【发布时间】:2016-05-04 18:06:57
【问题描述】:

我需要将开源 cms MyPrettyCMS 源代码从 Codeplex 转移到 Source forge。

MyPrettyCMS 源 (http://myprettycms.codeplex.com/SourceControl/latest) 由直接连接到 CodePlex TFS 的 Visual Studio 2013 处理。

现在我有 Visual Studio 2015 和 TFS 2015。我知道趋势是 Git 和 Sourceforge,所以我决定移动我的项目。

我会使用我的 TFS 和 Sourceforge 来管理源代码。

我在我的 TFS 中创建了一个团队项目,在 sourceforge https://sourceforge.net/p/myprettycms2016/code/ref/master/ 中创建了一个项目,我选择了 Git 作为源代码管理系统。

我在本地克隆了我的空 tem 项目,并复制了从 Codeplex 下载的源代码。

我的问题是如何在 TFS 和 Sourceforge 存储库中保留源代码?

【问题讨论】:

    标签: git tfs codeplex sourceforge myprettycms


    【解决方案1】:

    你在找这个吗:

    git-tfs 是 TFS(Team Foundation Server)和 git 之间的双向桥梁,类似于 git-svn。它将 TFS 提交获取到 git 存储库,并允许您将更新推送回 TFS。更多细节 关于它:https://github.com/git-tfs/git-tfs

    【讨论】:

      猜你喜欢
      • 2016-01-02
      • 2017-07-31
      • 2015-11-26
      • 1970-01-01
      • 2015-12-29
      • 1970-01-01
      • 1970-01-01
      • 2016-08-14
      • 2023-03-09
      相关资源
      最近更新 更多