[thelist] synchronizing test and production

Chris at globet.com Chris at globet.com
Thu Mar 2 11:54:36 CST 2006


Joel

> > Finally have a test environment for our intranet. I've shot 
> myself in 
> > the foot by how I've been trying to synchronize changes.
> 
> So, a little clarification: two servers with different names, 
> therefore different link references, etc. in many places. 
> Can't just grab what's in test and move to production; have 
> to search/replace. And can't just let VSS diff the 
> directories, 'cause I've made 'changes' to many files by 
> simply mass changing the server name in linkage, whether or 
> not any functionality changed.

Making changes to the codebase *after* testing and *before* you release
means that you are releasing untested code. My preference would be to
invest some time in ensuring that the links are all relative, and to
remove all server-specific items to a config file of some sort;
depending on which technology you're using. This will probably save time
(and stress) in the long term.

HTH

Chris Marsh
Web Developer
http://www.globet.com/
Tel: +44 20 8246 4804 Ext 828
Fax: +44 20 8246 4808

Any opinions expressed in this email are those of the individual and not
necessarily the Company. This message is intended for the use of the
individual or entity to which it is addressed and may contain
information that is confidential and privileged and exempt from
disclosure under applicable law. If the reader of this message is not
the intended recipient, you are hereby notified that any dissemination,
distribution, or copying of this communication is strictly prohibited.
If you have received this communication in error, please contact the
sender immediately and delete it from your system. 



More information about the thelist mailing list