<?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>Voidnothings &#187; cakephp</title>
	<atom:link href="http://www.voidnothings.com/tag/cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.voidnothings.com</link>
	<description>From pixel to markup.</description>
	<lastBuildDate>Thu, 02 Sep 2010 02:30:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>SVN Ignore</title>
		<link>http://www.voidnothings.com/2010/02/subversion-ignore/</link>
		<comments>http://www.voidnothings.com/2010/02/subversion-ignore/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 19:36:12 +0000</pubDate>
		<dc:creator>Lance</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[1]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.voidnothings.com/?p=195</guid>
		<description><![CDATA[Chance is if you&#8217;re working on a source controlled project, you&#8217;ll have this annoying garbage files somewhere. Its no big deal at first but over time, it can kill your productivity, especially when you&#8217;re isolating some changes whenever you commit. In my case since I&#8217;m working on a CakePHP application, that would be the tmp [...]]]></description>
			<content:encoded><![CDATA[<p>Chance is if you&#8217;re working on a source controlled project, you&#8217;ll have  this annoying garbage files somewhere. Its no big deal at first but over time, it can kill your productivity, especially when you&#8217;re isolating some changes whenever you commit. In my case since I&#8217;m working on a <a href="http://cakephp.org/">CakePHP</a> application, that would be the <strong>tmp</strong> folder.</p>
<p>So here&#8217;s what I did:</p>
<ul>
<li>Set VIM as editor for svn property files by running <span style="color: #99cc00;">export   SVN_EDITOR=vim <span style="color: #333333;">on the terminal</span><br />
</span></li>
<li>then run <span style="color: #99cc00;">svn propedit svn:ignore ./tmp</span></li>
<li>Insert <span style="color: #99cc00;"><strong>*</strong></span> (asterisk) in the VIM editor, to &#8220;Ignore everything insider the tmp folder&#8221;</li>
<li>Save it, Commit and that&#8217;s it!</li>
</ul>
<p>I think VIM is really a handy editor for cases like this, I actually failed to set Coda, TextEdit, and TextMate as my SVN editor. So it really saved me a lot of time.</p>
<p><strong>Update</strong>: It seems I still have to manually ignore each directory inside <span style="color: #99cc00;">tmp</span> for it to work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.voidnothings.com/2010/02/subversion-ignore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
