Jim Rogers

Lives in Baton Rouge, LA, with two dogs, one cat, and one lovely wife. I'm a lead developer for GCR & Associates.

Katrin and Jim

Month List

Config Merge

by Jim Jun 21, 2008 3:44 PM

Config merge is something I whipped up in response to a discussion with my colleague Jon about config files. Configuration files are always a pain in team development, and I thought this solution was interesting enough to merit a code project article. We'll see. :-)

From the introduction:

This article describes a solution to the perennial problem of config file management for multiple developers and environments. The centerpiece is a command-line tool which merges the base (default) configuration file with a truncated file (the differences or "diff" file.) This diff file contains only those elements which need to be added or changed.

You can find the article and code on code project.

Comments (1) -

1/24/2012 8:47:22 PM #

Jim

There's a nearly identical solution to this problem now built into Visual Studio.

Jim United States

Add comment

  Country flag

biuquote
  • Comment
  • Preview
Loading