Microsoft closing down CodePlex, tells devs to move to GitHub
1–8 of 8 posts
Re: Microsoft closing down CodePlex, tells devs to move to GitHub
#2Are there now?
Don't get me wrong, I love github but honestly, I wouldn't want everything to converge into a monoculture we're slowly moving toward.
Re: Microsoft closing down CodePlex, tells devs to move to GitHub
#3> At the time, there weren't a tremendous number of good options for hosting projects. Are there now? Don't get me wrong, I love github but honestly, I wouldn't want everything to converge into a monoculture we're slowly moving toward.
Re: Microsoft closing down CodePlex, tells devs to move to GitHub
#4> At the time, there weren't a tremendous number of good options for hosting projects. Are there now? Don't get me wrong, I love github but honestly, I wouldn't want everything to converge into a monoculture we're slowly moving toward.
Git is immensely portable at least... I mean all you need is a remote SSH and you can push to that for remote/upstream. Now that doesn't include issue tracking or work items, etc.. but then again, pretty much all the options on that side are locked in. Compared to migrating a TFS repo, for example, it's night and day.
Re: Microsoft closing down CodePlex, tells devs to move to GitHub
#5Re: Microsoft closing down CodePlex, tells devs to move to GitHub
#6> At the time, there weren't a tremendous number of good options for hosting projects. Are there now? Don't get me wrong, I love github but honestly, I wouldn't want everything to converge into a monoculture we're slowly moving toward.
Some of these aren't comparable but there are hundreds of ways to host code in 2017. GitHub's network effect is definitely a thing however people are only a git push away from moving somewhere else.
Re: Microsoft closing down CodePlex, tells devs to move to GitHub
#7Re: Microsoft closing down CodePlex, tells devs to move to GitHub
#8Earlier quoted context omitted.
Git is immensely portable at least... I mean all you need is a remote SSH and you can push to that for remote/upstream. Now that doesn't include issue tracking or work items, etc.. but then again, pretty much all the options on that side are locked in. Compared to migrating a TFS repo, for example, it's night and day.
Mercurial has better cross platform support.