简体   繁体   中英

connect a project hosted on xyz.visualstudio.com to tfs.codeplex.com

I have multiple projects hosted on xyz.visualstudio.com, now that I would like to publish one of the projects as open-source on tfs.codeplex.com, I find it quite cumbersome. For instance:

on xyz.visualstudio.com I have:

  • ProjectA
  • ProjectB
  • ProjectC

and I would like to publish ProjectB on codeplex.

Codeplex requires the project to be hosted on tfs.codeplex.com. My initial guess was since both use tfs in back-end it must be straight-forward to connect a project to different servers.

I'm aware of "how to create a project on tfs.codeplex.com" and also " how to bind to different server ", however, none of these answer my concerns. The former one explains how to move from one server to another, which is not what I intend.

It is not strait forward to copy/connect any two server based source control systems regardless of flavour.

If you use Git in VSO instead of TFVC you can easily push code changes between any other Git repos. You can easily push between Git in VSO, Git in TFS, Github, and Git in Codeplex.

I have a number of repos that I frequently push between projects in accounts in VSO, TFS, and Codeplex.

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