<?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: Starting a new symfony project: Tips for sanity and bliss with SVN</title>
	<atom:link href="http://stereointeractive.com/blog/2008/12/10/starting-a-new-symfony-project/feed/" rel="self" type="application/rss+xml" />
	<link>http://stereointeractive.com/blog/2008/12/10/starting-a-new-symfony-project/</link>
	<description>Development Blog</description>
	<lastBuildDate>Thu, 17 Jun 2010 09:37:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Symfony project on (bluehost) shared hosting @ GIS and Web Tricks</title>
		<link>http://stereointeractive.com/blog/2008/12/10/starting-a-new-symfony-project/comment-page-1/#comment-440</link>
		<dc:creator>Symfony project on (bluehost) shared hosting @ GIS and Web Tricks</dc:creator>
		<pubDate>Fri, 10 Jul 2009 10:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://stereointeractive.com/blog/?p=100#comment-440</guid>
		<description>[...] based on Symfony tutorial and this blog entry [...]</description>
		<content:encoded><![CDATA[<p>[...] based on Symfony tutorial and this blog entry [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Meves</title>
		<link>http://stereointeractive.com/blog/2008/12/10/starting-a-new-symfony-project/comment-page-1/#comment-386</link>
		<dc:creator>Scott Meves</dc:creator>
		<pubDate>Tue, 10 Mar 2009 19:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://stereointeractive.com/blog/?p=100#comment-386</guid>
		<description>For a while I used svn:externals for plugins, but I&#039;ve been burned a few times from a harmless &quot;svn up&quot; that pulled down a newer version of a plugin that was incompatible with the existing app. So, now I only use svn:externals for plugins if the plugin has been tagged, and never use it when the only version in svn is the plugin trunk.</description>
		<content:encoded><![CDATA[<p>For a while I used svn:externals for plugins, but I&#8217;ve been burned a few times from a harmless &#8220;svn up&#8221; that pulled down a newer version of a plugin that was incompatible with the existing app. So, now I only use svn:externals for plugins if the plugin has been tagged, and never use it when the only version in svn is the plugin trunk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Haskins-Vaughan</title>
		<link>http://stereointeractive.com/blog/2008/12/10/starting-a-new-symfony-project/comment-page-1/#comment-377</link>
		<dc:creator>Tom Haskins-Vaughan</dc:creator>
		<pubDate>Mon, 23 Feb 2009 03:57:45 +0000</pubDate>
		<guid isPermaLink="false">http://stereointeractive.com/blog/?p=100#comment-377</guid>
		<description>I use svn:externals for plugins</description>
		<content:encoded><![CDATA[<p>I use svn:externals for plugins</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lazzaro Leonardo Blog &#187; PHP Symfony kick start</title>
		<link>http://stereointeractive.com/blog/2008/12/10/starting-a-new-symfony-project/comment-page-1/#comment-375</link>
		<dc:creator>Lazzaro Leonardo Blog &#187; PHP Symfony kick start</dc:creator>
		<pubDate>Thu, 19 Feb 2009 00:17:03 +0000</pubDate>
		<guid isPermaLink="false">http://stereointeractive.com/blog/?p=100#comment-375</guid>
		<description>[...] be updated every time you update the whole repo of your project. If you like a full guide click HERE   This entry was written by admin , posted on Wednesday February 18 2009at 09:02 pm , filed under [...]</description>
		<content:encoded><![CDATA[<p>[...] be updated every time you update the whole repo of your project. If you like a full guide click HERE   This entry was written by admin , posted on Wednesday February 18 2009at 09:02 pm , filed under [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tsmTom</title>
		<link>http://stereointeractive.com/blog/2008/12/10/starting-a-new-symfony-project/comment-page-1/#comment-374</link>
		<dc:creator>tsmTom</dc:creator>
		<pubDate>Thu, 19 Feb 2009 00:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://stereointeractive.com/blog/?p=100#comment-374</guid>
		<description>@cpr: I tend to use svn:externals for including plugins instead of the native symfony plugin install feature. I find it a lot easier/cleaner this way. The only drawback is that often, a plugin isn&#039;t available in the symfony svn repo, or at least the latest versions isn&#039;t.</description>
		<content:encoded><![CDATA[<p>@cpr: I tend to use svn:externals for including plugins instead of the native symfony plugin install feature. I find it a lot easier/cleaner this way. The only drawback is that often, a plugin isn&#8217;t available in the symfony svn repo, or at least the latest versions isn&#8217;t.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: using svn for development in symfony &#124; Connecting the dots...</title>
		<link>http://stereointeractive.com/blog/2008/12/10/starting-a-new-symfony-project/comment-page-1/#comment-363</link>
		<dc:creator>using svn for development in symfony &#124; Connecting the dots...</dc:creator>
		<pubDate>Sun, 08 Feb 2009 15:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://stereointeractive.com/blog/?p=100#comment-363</guid>
		<description>[...] trolled through the svn manuals and some really interesting blog posts and summarizing the steps that I took to put my code base back into control. Its rather unusual [...]</description>
		<content:encoded><![CDATA[<p>[...] trolled through the svn manuals and some really interesting blog posts and summarizing the steps that I took to put my code base back into control. Its rather unusual [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cpr</title>
		<link>http://stereointeractive.com/blog/2008/12/10/starting-a-new-symfony-project/comment-page-1/#comment-358</link>
		<dc:creator>cpr</dc:creator>
		<pubDate>Sun, 04 Jan 2009 19:28:37 +0000</pubDate>
		<guid isPermaLink="false">http://stereointeractive.com/blog/?p=100#comment-358</guid>
		<description>How do you deal with plugins? Do you not add them to subversion at all?</description>
		<content:encoded><![CDATA[<p>How do you deal with plugins? Do you not add them to subversion at all?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
