What alternatives I have for code hosting that can be accessed via CVS?

197 views Asked by At

I am looking for source code hosting. Until now, I used SourceForge, but recently, I had a lot of downtime, password changing, etc., that prevented me using it for long periods.
I am looking for a good alternative. I prefer the CVS client since I am using Eclipse, and this is the only built-in source control client that is bundled with Eclipse. Of course, it should be free.

Any suggestions?

4

There are 4 answers

0
Thorbjørn Ravn Andersen On BEST ANSWER

We moved about 6 months ago to git from cvs and been very pleased with the move. The latest version of eGit (Eclipse git plugin) works very nicely and does what we need to do on a daily basis. The plugin just needs to be installed once after an Eclipse upgrade. Since eclipse.org is slowly switching to git, I expect that it will eventually enter a main distribution.

The real benefit comes from the non-core functionality in terms of visualization, tooling support (in e.g. Hudson, which is many, many times faster with git than cvs) and distributedness. The daily backup is just a remote mirror in a very distant location and so on.

I really like how github works which I would suggest for your primary work place.

Unless you have very good reasons to stay with CVS, I would encourage you to look at the various modern alternatives. People recommend bzr, hg and git - which are the three I believe have critical mass these days - and which one fits you best is up to you to find out :)

0
jamesmortensen On

Check out Assembla. They currently have free SVN (Subversion) hosting right now, which comes with a code browser, email notifications, unlimited users, and other features.

It's been a really helpful addition to my toolset, and I highly recommend it.

Also, there are plug-ins for Eclipse, like Subclipse and Subversive. I use Subclipse. There is much debate about which is better, but so far Subclipse and Assembla have proved to be a good combination.

9
Toby Allen On

Use this moment in time to decide to leave CVS which is old and dangerous. There are many more modern solutions which you should try. Subversion, GIT, Fossil, Perforce, Mercurial and there are many online code hosting solutions for many of them.

There are third party plugins easily available for Eclipse for at least Subversion and Git and probably the others.

Its CVS you should move away from as well as Sourceforge.

2
Nick On

Maybe it is time to move to Subversion, there is an eclipse plugin that I use for SVN which is very easy to use, and integrates just fine with eclipse. http://subclipse.tigris.org/

There are plenty of SVN hosts out there like assembla.com which has free SVN hosting that I've used for several of my past projects