<?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: Howto start your CakePHP project in Subversion</title>
	<atom:link href="http://nerdnotes.org/2007/12/howto-start-your-cakephp-project-in-subversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://nerdnotes.org/2007/12/howto-start-your-cakephp-project-in-subversion/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 30 Aug 2010 21:19:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sebi</title>
		<link>http://nerdnotes.org/2007/12/howto-start-your-cakephp-project-in-subversion/comment-page-1/#comment-4016</link>
		<dc:creator>Sebi</dc:creator>
		<pubDate>Wed, 18 Aug 2010 19:26:45 +0000</pubDate>
		<guid isPermaLink="false">91#comment-4016</guid>
		<description>You can use svn export to exclude the svn directories when you grab the app directory.</description>
		<content:encoded><![CDATA[<p>You can use svn export to exclude the svn directories when you grab the app directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bram</title>
		<link>http://nerdnotes.org/2007/12/howto-start-your-cakephp-project-in-subversion/comment-page-1/#comment-41</link>
		<dc:creator>Bram</dc:creator>
		<pubDate>Mon, 17 Dec 2007 22:53:03 +0000</pubDate>
		<guid isPermaLink="false">91#comment-41</guid>
		<description>When gluing the cakephp directory structure by all those symlinks. The cake bake script might not correctly determine your app directory. Use the -app option to point the bake script to the correct app dir, like this:
&lt;code&gt;
./cake bake -app /var/www/cakephpproject/app
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>When gluing the cakephp directory structure by all those symlinks. The cake bake script might not correctly determine your app directory. Use the -app option to point the bake script to the correct app dir, like this:<br />
<code><br />
./cake bake -app /var/www/cakephpproject/app<br />
</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
