[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Branching Strategy

From: Ladd Angelius <langelius_at_jupitermedia.com>
Date: 2005-04-24 19:14:02 CEST

> żIs there another (and better) way to do this?

>> Sure. Add a second extension to the config files
>> (assuming they have one already) like this
>> program.cfg becomes program.cfg.dev,
>> program.cfg.test, program.cfg.prod. Have a script
>> that sets up the right files by mv'ing the right
>> file to plain and simple program.cfg

You could also have a .ini file that sits outside the codebase tree. The code reads the .ini file to set the environment. That way you can have the .ini files be server-specific.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Apr 24 19:17:18 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.