<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Dealing with configuration files in Subversion</title>
	<atom:link href="http://codeutopia.net/blog/2009/01/14/dealing-with-configuration-files-in-subversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://codeutopia.net/blog/2009/01/14/dealing-with-configuration-files-in-subversion/</link>
	<description>Software development with a focus on web-related technologies</description>
	<lastBuildDate>Sat, 04 Sep 2010 00:36:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Ciaran McNulty</title>
		<link>http://codeutopia.net/blog/2009/01/14/dealing-with-configuration-files-in-subversion/comment-page-1/#comment-16784</link>
		<dc:creator>Ciaran McNulty</dc:creator>
		<pubDate>Thu, 15 Jan 2009 09:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://codeutopia.net/blog/2009/01/14/dealing-with-configuration-files-in-subversion/#comment-16784</guid>
		<description>I do something similar with my server-specific config.

One other thing you can do is to pre-emptively set the svn:ignore property on the containing folder, so that any concrete config.php is ignored by subversion (to avoid any accidental checkins).</description>
		<content:encoded><![CDATA[<p>I do something similar with my server-specific config.</p>
<p>One other thing you can do is to pre-emptively set the svn:ignore property on the containing folder, so that any concrete config.php is ignored by subversion (to avoid any accidental checkins).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Felipe Alvarez Saldarriaga</title>
		<link>http://codeutopia.net/blog/2009/01/14/dealing-with-configuration-files-in-subversion/comment-page-1/#comment-16730</link>
		<dc:creator>Juan Felipe Alvarez Saldarriaga</dc:creator>
		<pubDate>Thu, 15 Jan 2009 03:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://codeutopia.net/blog/2009/01/14/dealing-with-configuration-files-in-subversion/#comment-16730</guid>
		<description>Nice, pretty good tip, I made that for my zf cms, I got some config xml files like:
config.example.xml
routers.example.xml
shared.example.xml
widgets.example.xml</description>
		<content:encoded><![CDATA[<p>Nice, pretty good tip, I made that for my zf cms, I got some config xml files like:<br />
config.example.xml<br />
routers.example.xml<br />
shared.example.xml<br />
widgets.example.xml</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://codeutopia.net/blog/2009/01/14/dealing-with-configuration-files-in-subversion/comment-page-1/#comment-16687</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Wed, 14 Jan 2009 23:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://codeutopia.net/blog/2009/01/14/dealing-with-configuration-files-in-subversion/#comment-16687</guid>
		<description>I do that with index.php AND/OIR development.php as well. Since they should bootstrap my own environment :)</description>
		<content:encoded><![CDATA[<p>I do that with index.php AND/OIR development.php as well. Since they should bootstrap my own environment <img src='http://codeutopia.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
