projects category archive

9 October 2007

Hodgepodge of Miscellany, part 2 of 2: Google Code, Subversion, Meld

(Continued from part one.)

Google Code Project Hosting

I mentioned this in my YARQ post and have since explored it further (although not much further). It’s a pretty cool free (as in beer) service. I like that they offer a Subversion (SVN) respository and it is easy to start up new projects. I had briefly looked at how to start a SourceForge project and it seemed more involved. This isn’t necessarily a bad thing and maybe it helps ensure people are more serious about their project, but there are a lot of little projects you might want to host and not spend so much effort up front.

To experiment, I created the bash cpafter project for my bash cpafter.sh and copy_it.sh scripts. An …