<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>pikemon blog</title>
	<atom:link href="http://pikemon.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pikemon.wordpress.com</link>
	<description>the comfy middle ground between lol and wut</description>
	<lastBuildDate>Tue, 08 Jan 2008 10:19:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='pikemon.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>pikemon blog</title>
		<link>http://pikemon.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://pikemon.wordpress.com/osd.xml" title="pikemon blog" />
	<atom:link rel='hub' href='http://pikemon.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How NOT to ignore a single file in Subversion?</title>
		<link>http://pikemon.wordpress.com/2008/01/04/how-to-ignore-a-single-file-in-subversion/</link>
		<comments>http://pikemon.wordpress.com/2008/01/04/how-to-ignore-a-single-file-in-subversion/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 16:57:38 +0000</pubDate>
		<dc:creator>pikemon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pikemon.wordpress.com/2008/01/04/how-to-ignore-a-single-file-in-subversion/</guid>
		<description><![CDATA[svn propset svn:ignore "filename" You might think that&#8217;s what you want to do. However, you will get something like: ~/www/spacevictory pirkka$ svn propset svn:ignore log/call_graph.html subversion/clients/cmdline/propset-cmd.c:149: (apr_err=205001) svn: Explicit target required ('log/call_graph.html' interpreted as prop value) At which point you realise that you are confused about how svn ignore works. You will study the relevant [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pikemon.wordpress.com&amp;blog=2403551&amp;post=6&amp;subd=pikemon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><code>svn propset svn:ignore "filename"</code></p>
<p>You might think that&#8217;s what you want to do.</p>
<p>However, you will get something like:</p>
<p><code>~/www/spacevictory pirkka$ svn propset svn:ignore log/call_graph.html<br />
subversion/clients/cmdline/propset-cmd.c:149: (apr_err=205001)<br />
svn: Explicit target required ('log/call_graph.html' interpreted as prop value)</code></p>
<p>At which point you realise that you are <strong>confused about how svn ignore works</strong>.</p>
<p>You will study <a href="http://svnbook.red-bean.com/en/1.1/ch07s02.html#svn-ch-7-sect-2.3.3">the relevant section in the svn book</a> and type</p>
<p><code>svn propedit svn:ignore log</code></p>
<p>and <strong>use a default text editor</strong> to add the ignored file name/type to the ignored properties of the directory.</p>
<p>Wasn&#8217;t that easy, was it? Is there a shortcut that doesn&#8217;t involve an editor?</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pikemon.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pikemon.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pikemon.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pikemon.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pikemon.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pikemon.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pikemon.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pikemon.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pikemon.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pikemon.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pikemon.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pikemon.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pikemon.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pikemon.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pikemon.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pikemon.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pikemon.wordpress.com&amp;blog=2403551&amp;post=6&amp;subd=pikemon&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pikemon.wordpress.com/2008/01/04/how-to-ignore-a-single-file-in-subversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a17a61d26fc907d98724b101e849f9b8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pikemon</media:title>
		</media:content>
	</item>
		<item>
		<title>CakePHP</title>
		<link>http://pikemon.wordpress.com/2008/01/03/cakephp/</link>
		<comments>http://pikemon.wordpress.com/2008/01/03/cakephp/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 08:00:13 +0000</pubDate>
		<dc:creator>pikemon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://pikemon.wordpress.com/2008/01/03/cakephp/</guid>
		<description><![CDATA[CakePHP is basically Ruby On Rails written in PHP. I chose to implement CakePHP instead of RoR because I didn&#8217;t want to shop hosting for such a small client project. It&#8217;s quite functional &#8211; my friend with CakePHP experience convinced me to go for 1.2 Beta instead of the stable version because he&#8217;s already running [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pikemon.wordpress.com&amp;blog=2403551&amp;post=5&amp;subd=pikemon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cakephp.org">CakePHP</a> is basically <a href="http://www.rubyonrails.org">Ruby On Rails</a> written in PHP. I chose to implement CakePHP instead of RoR because I didn&#8217;t want to shop hosting for such a small client project.</p>
<p>It&#8217;s quite functional &#8211; my friend with CakePHP experience convinced me to go for 1.2 Beta instead of the stable version because he&#8217;s already running it on production sites. Documentation is a bit lacking, but googling can get you to places. Most of the basic tutorials are 1.1 stuff so you will have to know a couple of things to be able to use them with 1.2.</p>
<p>If you want to give CakePHP a spin, here are couple of links:</p>
<p><a href="http://cake-php.blogspot.com/2006/09/21-things-you-must-know-about-cakephp.html">21 things you must know&#8230;</a><br />
<a href="http://cakebaker.42dh.com/2007/04/05/whats-new-in-cakephp-12/">what&#8217;s new in 1.2</a> (check the links in comments also)</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pikemon.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pikemon.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pikemon.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pikemon.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pikemon.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pikemon.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pikemon.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pikemon.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pikemon.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pikemon.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pikemon.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pikemon.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pikemon.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pikemon.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pikemon.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pikemon.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pikemon.wordpress.com&amp;blog=2403551&amp;post=5&amp;subd=pikemon&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pikemon.wordpress.com/2008/01/03/cakephp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a17a61d26fc907d98724b101e849f9b8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pikemon</media:title>
		</media:content>
	</item>
		<item>
		<title>port = socket</title>
		<link>http://pikemon.wordpress.com/2007/12/28/port-socket/</link>
		<comments>http://pikemon.wordpress.com/2007/12/28/port-socket/#comments</comments>
		<pubDate>Fri, 28 Dec 2007 15:40:10 +0000</pubDate>
		<dc:creator>pikemon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://pikemon.wordpress.com/2007/12/28/port-socket/</guid>
		<description><![CDATA[I&#8217;m just in the middle of my very first CakePHP implementation. I was trying to figure out how to pass the socket to the CakePHP because I&#8217;m running MAMP and the MySQL socket is a somewhat non-standard &#8216;/Applications/MAMP/tmp/mysql/mysql.sock&#8217;. Turns out that PHP&#8217;s mysql_connect function accepts either a socket or a port interchangeably. So I used [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pikemon.wordpress.com&amp;blog=2403551&amp;post=3&amp;subd=pikemon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m just in the middle of my very first CakePHP implementation. I was trying to figure out how to pass the socket to the CakePHP because I&#8217;m running MAMP and the MySQL socket is a somewhat non-standard &#8216;/Applications/MAMP/tmp/mysql/mysql.sock&#8217;.</p>
<p>Turns out that PHP&#8217;s mysql_connect function accepts either a socket or a port interchangeably.</p>
<p>So I used this in my CakePHP database configuration file:</p>
<blockquote><p>&#8216;port&#8217; =&gt; &#8216;/Applications/MAMP/tmp/mysql/mysql.sock&#8217;</p></blockquote>
<p>CakePHP is a Ruby On Rails clone written in PHP. This far it&#8217;s promising, but naturally it has PHP in it which I happen to dislike.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pikemon.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pikemon.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pikemon.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pikemon.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pikemon.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pikemon.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pikemon.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pikemon.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pikemon.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pikemon.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pikemon.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pikemon.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pikemon.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pikemon.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pikemon.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pikemon.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pikemon.wordpress.com&amp;blog=2403551&amp;post=3&amp;subd=pikemon&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pikemon.wordpress.com/2007/12/28/port-socket/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a17a61d26fc907d98724b101e849f9b8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pikemon</media:title>
		</media:content>
	</item>
	</channel>
</rss>
