使用Visual Studio 2015 / TFS 2015从Codeplex / TFS到SourceForge / Git的Transfert项目

时间:2016-01-27 16:49:14

标签: git tfs codeplex sourceforge myprettycms

我需要将Codeplex中的开源cms MyPrettyCMS源代码转换为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存储库中保留源代码?

1 个答案:

答案 0 :(得分:0)

你在找这个:

  

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