InfoQ

Topic/Tag specific view

All content and news on InfoQ about Configuration Management


Latest featured content about Configuration Management

Version Control for Multiple Agile Teams

Community
Agile
Topics
Artifacts & Tools,
Configuration Management

When several agile development teams work on the same codebase, how do we minimize chaos, and ensure there's a clean, releasable version at the end of every iteration? Here Henrik Kniberg outlines the scheme used in "Scrum and XP from the Trenches". This paper is not so much for version control experts as for the rest of us, who just want to learn simple and useful ways to collaborate.

News about Configuration Management

Kenai: Project Hosting Built on JRuby on Rails

Community
Ruby
Topics
JRuby,
Portal/CMS,
Open Source,
Ruby on Rails,
Configuration Management

Kenai is a new project hosting platform from Sun. It offers a comprehensive set of services for open source projects, including source code management and issue-tracking, and most notably, it is built with JRuby on Rails.

ThoughtWorks Releases Cruise: Continuous Integration and Release Management System

Community
Agile
Topics
Release,
Announcements,
Build systems,
Configuration Management

Continuous integration is an agile practice in which each code change committed is automatically built and tested, reducing the cost of bugs by catching many of them as soon as they are introduced. Today, ThoughtWorks released Cruise, extending continuous integration to application testing and deployment. Cruise runs on Windows, Mac OS X and Linux, and includes support for .NET, Java, and Ruby.

CM Crossroads on SCM for Small Teams

Community
Agile
Topics
Agile Techniques,
Configuration Management

Agile brings to organizations, among other things, small teams coupled with constant change. Navigating this effectively requires understanding what this means to Software Configuration Management practices. The July edition of CM Journal's "cm//crossroads" is dedicated to helping people meet this challenge successfully.

Subversion 1.5 released

Community
Agile
Topics
Versioning,
Agile Techniques,
Configuration Management

Subversion, a mature open source version control system used by many open source projects, has just released version 1.5. New features include: merge tracking, sparse checkouts, and conflict resolution in the command line client.

Does "Done" Mean "Shippable"?

Community
Agile
Topics
Delivering Quality,
Configuration Management

There has been a lot of discussion on various agile forums and blogs about the difference between 'Done' and 'Shippable'. It might sound like both mean the same, however discussions on the lists and various blogs suggest that these are still widely misunderstood, mis-used terms. Here's a roundup of recommendations about how to handle "Done."

Does Continuous Production Lead To Extreme Agility?

Community
Agile
Topics
Agile in the Enterprise,
Agile Techniques,
Configuration Management

The idea of continuous production has been around for some time, with Cal Henderson revealing in 2005 that Flickr releases code to production about every 30 minutes. InfoQ investigates continuous production and explores the effects it has on the product lifecycle, and in turn the host organisation.

Continuous Integration and Code Inspection with Hudson and FindBugs

Community
Java,
Agile
Topics
Artifacts & Tools,
Delivering Quality,
Open Source,
Configuration Management

A recent article published in IBM developerWorks talks about automating Continuous Integration and Code Inspection tasks in a build process using open source tools. It explains how to install and configure Hudson server with Subversion, Ant, and software inspection tools like FindBugs and PMD to create a build process with continuous feedback on test results and defects.

Spring 2.5: Drop-in upgrade for 2.0 with OSGi bundles, full annotation-based configuration & AspectJ

Community
Java
Topics
Open Source,
Configuration Management

The first release candidate of Spring 2.5, formerly known as version 2.1, was recently released. InfoQ spoke with Spring framework lead developer Juergen Hoeller to learn more about this release.