<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>{5} Setfive - Talking to the World &#187; symfony plugin</title>
	<atom:link href="http://shout.setfive.com/tag/symfony-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://shout.setfive.com</link>
	<description></description>
	<lastBuildDate>Wed, 18 Jan 2012 21:09:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>sfSCMIgnoresTaskPlugin for Symfony released, windows compatible!</title>
		<link>http://shout.setfive.com/2010/03/19/sfscmignorestaskplugin-for-symfony-released-windows-compatible/</link>
		<comments>http://shout.setfive.com/2010/03/19/sfscmignorestaskplugin-for-symfony-released-windows-compatible/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 16:40:56 +0000</pubDate>
		<dc:creator>Matt Daum</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[symfony git]]></category>
		<category><![CDATA[symfony plugin]]></category>

		<guid isPermaLink="false">http://shout.setfive.com/?p=343</guid>
		<description><![CDATA[Recently I received an email from Davert.  He noted that the sfSCMIgnoresTaksPlugin would not work on Windows as Windows has a different directory separator.  He sent over a patch which uses PHP&#8217;s DIRECTORY_SEPARATOR instead of the coded &#8220;/&#8221;.  This makes the plugin compatible on Windows.  Thanks Davert.  You can read more about the plugin and [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I received an email from Davert.  He noted that the sfSCMIgnoresTaksPlugin would not work on Windows as Windows has a different directory separator.  He sent over a patch which uses PHP&#8217;s DIRECTORY_SEPARATOR instead of the coded &#8220;/&#8221;.  This makes the plugin compatible on Windows.  Thanks Davert.  You can read more about the plugin and download the most recent release at <a href="http://www.symfony-project.org/plugins/sfSCMIgnoresTaskPlugin">http://www.symfony-project.org/plugins/sfSCMIgnoresTaskPlugin</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://shout.setfive.com/2010/03/19/sfscmignorestaskplugin-for-symfony-released-windows-compatible/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GIT Ignores and Symfony</title>
		<link>http://shout.setfive.com/2009/03/22/git-ignores-and-symfony/</link>
		<comments>http://shout.setfive.com/2009/03/22/git-ignores-and-symfony/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 06:21:56 +0000</pubDate>
		<dc:creator>Matt Daum</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[symfony plugin]]></category>

		<guid isPermaLink="false">http://shout.setfive.com/?p=141</guid>
		<description><![CDATA[We use GIT for version control at Setfive.  However often with our Symfony projects creating all the ignore files in all the plugins model/base&#8217;s and other locations throughout the project get very tiresome.  Since on some larger projects you can end up with 10-20 plugins, having to create an ignore for the autogenerated model, forms, [...]]]></description>
			<content:encoded><![CDATA[<p>We use GIT for version control at Setfive.  However often with our Symfony projects creating all the ignore files in all the plugins model/base&#8217;s and other locations throughout the project get very tiresome.  Since on some larger projects you can end up with 10-20 plugins, having to create an ignore for the autogenerated model, forms, and filters takes a long time.  Today we really quickly just wrote a plugin that allows you to quickly just run <code>symfony util:generate-ignores git --add-ignores</code> and it will automatically place the .gitignore file throughout your project in the correct locations and add them into your next commit.  You can also just have it place them throughout the project, but not add them to the next commit if you drop the <code>--add-ignores</code> option.  The plugin also accepts &#8220;cvs&#8221; instead of git for cvs based projects.</p>
<p>The reason you do not want the base, om, etc. directories in your repository is because every time a person rebuilds the model they will be updating those files(many times just changing the timestamp at the top of the autogenerated files), which causes uncessarily large commits.</p>
<p>You can get the plugin via <a title="http://www.symfony-project.org/plugins/sfSCMIgnoresTaskPlugin" href="http://www.symfony-project.org/plugins/sfSCMIgnoresTaskPlugin">http://www.symfony-project.org/plugins/sfSCMIgnoresTaskPlugin</a> or install it via <code>symfony plugin:install sfSCMIgnoresTaskPlugin</code>.</p>
<p>If you have any questions/requests shoot us an email. </p>
]]></content:encoded>
			<wfw:commentRss>http://shout.setfive.com/2009/03/22/git-ignores-and-symfony/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

