<?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: using svn for development in symfony</title>
	<atom:link href="http://blog.rajatpandit.com/2009/02/08/using-svn-for-development-in-symfony/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rajatpandit.com/2009/02/08/using-svn-for-development-in-symfony/</link>
	<description>Thoughts on Web Development, Infrastructure and Application Scalability</description>
	<lastBuildDate>Thu, 22 Dec 2011 14:24:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: rp</title>
		<link>http://blog.rajatpandit.com/2009/02/08/using-svn-for-development-in-symfony/comment-page-1/#comment-2376</link>
		<dc:creator>rp</dc:creator>
		<pubDate>Thu, 24 Sep 2009 14:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rajatpandit.com/?p=204#comment-2376</guid>
		<description>thanks! that is obviously a shorter way of doing that.</description>
		<content:encoded><![CDATA[<p>thanks! that is obviously a shorter way of doing that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominique</title>
		<link>http://blog.rajatpandit.com/2009/02/08/using-svn-for-development-in-symfony/comment-page-1/#comment-2375</link>
		<dc:creator>Dominique</dc:creator>
		<pubDate>Wed, 23 Sep 2009 22:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rajatpandit.com/?p=204#comment-2375</guid>
		<description>of course, same goes for the symfony external reference.

run from project root, after adding lib/vendor :

svn propset svn:externals &quot;symfony http://svn.symfony-project.com/tags/RELEASE_1_2_8&quot; lib/vendor</description>
		<content:encoded><![CDATA[<p>of course, same goes for the symfony external reference.</p>
<p>run from project root, after adding lib/vendor :</p>
<p>svn propset svn:externals &#8220;symfony <a href="http://svn.symfony-project.com/tags/RELEASE_1_2_8" rel="nofollow">http://svn.symfony-project.com/tags/RELEASE_1_2_8</a>&#8221; lib/vendor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominique</title>
		<link>http://blog.rajatpandit.com/2009/02/08/using-svn-for-development-in-symfony/comment-page-1/#comment-2374</link>
		<dc:creator>Dominique</dc:creator>
		<pubDate>Wed, 23 Sep 2009 22:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rajatpandit.com/?p=204#comment-2374</guid>
		<description>you may want to use this :

svn propset svn:ignore &quot;*&quot; log
svn propset svn:ignore &quot;*&quot; cache

it simply avoids having to type the * by hand...

(works for me on OS X, haven&#039;t other platform to test the command)</description>
		<content:encoded><![CDATA[<p>you may want to use this :</p>
<p>svn propset svn:ignore &#8220;*&#8221; log<br />
svn propset svn:ignore &#8220;*&#8221; cache</p>
<p>it simply avoids having to type the * by hand&#8230;</p>
<p>(works for me on OS X, haven&#8217;t other platform to test the command)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

