Earlier quoted context omitted.
I love DVCS and used Mercurial for a year exclusively, but one thing that TFS does really really well is lifecycle and issue management. The way you can put a project plan (essentially) into it as a collection of work items and then track burndown/earned-value as code checkins are occurring is really awesome. My stand-by joke is that TFS would be an awesome lifecycle management tool if only it had a good version cont…
I don't know TFS, but isn't it possible to just use the ALM tools for project management and keep using mercurial, git, svn or whatever else you prefer as VCS? Is the link between the two really required?
CodePlex now supports Git
21–27 of 27 posts
Re: CodePlex now supports Git
#22Earlier quoted context omitted.
I don't know TFS, but isn't it possible to just use the ALM tools for project management and keep using mercurial, git, svn or whatever else you prefer as VCS? Is the link between the two really required?
It's not required, but when you check code into TFS, you can associate it to a backlog task in the UI. You'd miss that.
I believe some of them even gone further by providing a RELEASE.txt type of output if you follow their preferred way of handling releases/versioning/milestone.
Re: CodePlex now supports Git
#23Earlier quoted context omitted.
I don't know TFS, but isn't it possible to just use the ALM tools for project management and keep using mercurial, git, svn or whatever else you prefer as VCS? Is the link between the two really required?
It's not required, but when you check code into TFS, you can associate it to a backlog task in the UI. You'd miss that.
Re: CodePlex now supports Git
#24Now if we could just get them to step away from TFS...
Re: CodePlex now supports Git
#25Earlier quoted context omitted.
How is TortioseGIT deficient compared to TortoiseHg? I would think at this point, they are sort of equivalent, but I don't have experience with Mercurial.
Well last I checked (which is now quite a while back) it seemed far less polished and stable. However I'd probably have to try it again, according to what I can see on the project's page it seems to have improved a lot.
Re: CodePlex now supports Git
#26Now if we could just get them to step away from TFS...
Re: CodePlex now supports Git
#27Earlier quoted context omitted.
Completely true, but Github still beats Codeplex by parsecs.
They do different things. Github excels when it comes to community & source management, but doesn't really do anything to help you set up a project home page, manage official releases, or anything like that. Codeplex is more of a Sourceforge-style "one stop project hosting" site.