Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Git or Mercurial usage in Java projects

Just wondering if any of you are using Git or Mercurial for your Java projects, or is Subversion still the most popular choice? I've been looking at github.com and bitbucket.org lately, but because the repositories might be private, I can't get a good indication of actual usage.

like image 252
Sean Cull Avatar asked Jul 03 '09 21:07

Sean Cull


2 Answers

Be careful.

Do you remember how you felt about CVS after you used subversion?

You'll feel exactly the same way about subversion if you use git/mercurial.

Yeah, sure, you drop in for Christmas and the odd weekend,
but you can never go home again.

like image 118
Rhythmic Fistman Avatar answered Sep 21 '22 03:09

Rhythmic Fistman


I don't think language should come into the equation. Both Mercurial and Git are functionally similar and conceptually very different than Subversion. It's more important that you select the right flavour of version control for the way you want to work.

As it happens, I use Mercurial with Java. I use Netbeans as my IDE which has built in support for both Mercurial and Subversion - both work well. I can highly recommend Bitbucket too.

like image 20
Miles D Avatar answered Sep 23 '22 03:09

Miles D