Re: Local vs Live Config for sites without root control
From: Ryan Schmidt <subversion-2006q2_at_ryandesign.com>
Date: 2006-06-29 23:57:59 CEST
On Jun 29, 2006, at 23:06, Tom Lancaster wrote:
> I'm sure this must have been discussed before, but I obviously
I do this in my sites:
<?php
And the LIVE_SERVER constant is defined to true only on the
If you wanted to avoid such a check, one alternative would be this way:
http://subversion.tigris.org/faq.html#ignore-commit
The PHP code could be:
require_once('config.local.php');
where config.local.php is a file that's not in your repository (in
---------------------------------------------------------------------
|
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.