Archive for the ‘project management’ Category

Google code issue tracker integration with version control using git commit template

Saturday, October 17th, 2009

I'm using google code for one of my open source project. And I think it is definitively a good code site. All open source community code site have its pros and cons (I've tried a lot of them sourceforge, github, jboss.org, google code etc), and every one have some beautiful unique ...

Writing an irc bot for svn commit notification

Thursday, October 15th, 2009

Recently I've started working with a new team. Since we are based in 2 different site a bit far each other we are using extensively an IRC channel to communicate. We are using subversion as SCM and we need to keep all members of the team up to date about svn ...

Subversion branching in my experience

Monday, May 19th, 2008

In my working life I have lead teams developing some big projects and products. In all these development we had to control versions, releases, some QA dedicated version and so on. Of course we used SCM for these stuffs, and I focused ,as usual for me, on open source solutions. So ...