Category Archives: Automation

Pragmatic Project Automation

In a previous post, I wrote a review of Pragmatic Version Control Using Subversion which covers effectively using version control systems on software development projects. This entry covers another book by the Pragmatic Programmers in their Pragmatic Starter Series. Pragmatic … Continue reading

Posted in Automation, Book Review | Tagged , , , | Leave a comment

Pragmatic Version Control Using Subversion

My first book review. I’ve recently read Pragmatic Version Control using Subversion by Mike Mason. It’s not a comprehensive Subversion reference but more of a manual about how to use Subversion in the real world. Continue reading

Posted in Automation, Book Review | Tagged , | 1 Comment

Subversion Maintenance Scripts

With the recent release of Subversion 1.4 I’m going through the process of updating repositories. I often like to use multiple repositories because Subversion versions the entire repository with each checkin (Atomic commits rule!). When I do that, I group … Continue reading

Posted in Automation, Code | Tagged , , , | 5 Comments

Relentless Build Automation

How far is going to far when you are doing build automation? My answer to that question, is that it’s basically not possible to go to far. Any task that you need to do more than three times deserves automation. … Continue reading

Posted in Automation, Code, Java, Unit Testing | 7 Comments