Archive for the 'Subversion' Category

Sep 05 2008

Internal Externals in SVN and Distributed Builds in Hudson

Published by tom under CruiseControl, Hudson, Subversion

Here’s a nice explanation on setting up externals withing a repository. And here’s a nice review of Cruise Control vs Hudson. One feature of Hudson which I want to check out is distributed builds.

Post to Twitter Tweet This Post

No responses yet

Oct 07 2007

More Code Review Tools

Published by tom under Code Review, Subversion, Trac

A couple more code review tools to consider

ReviewBoard

Crucible Works with Fisheye

Code Collaborator

Google Mondrian


Peer Review Plugin for Trac

Note the Trac Hacks site http://trac-hacks.org/wiki/PeerReviewPlugin is down for awhile.

jian cha

Next step is to get some work-flow setup. Possibly with Subversion so we know what code has been reviewed and ready for release. We also need to decide on whether the reviews happen pre or post commit. Ideally the change log and release notes would include links to the reviews.

Post to Twitter Tweet This Post

No responses yet

May 10 2007

Converting to SVN

Published by tom under CVS, Subversion

We are in the process of converting to SVN from both our CVS and Perforce repositories. The CVS conversion went well with the help of cvs2svn . We had to tweak the mime types a little for jar files.

We weren’t able to get Perforce converted yet using p4tosvn. Still working on getting perl extensions to compile.

Post to Twitter Tweet This Post

No responses yet