<?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>My Science Is Better &#187; zf</title>
	<atom:link href="http://www.myscienceisbetter.info/tag/zf/feed" rel="self" type="application/rss+xml" />
	<link>http://www.myscienceisbetter.info</link>
	<description></description>
	<lastBuildDate>Sat, 20 Mar 2010 16:16:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Setup ZF using svn externals</title>
		<link>http://www.myscienceisbetter.info/setup-zf-using-svn-externals.html</link>
		<comments>http://www.myscienceisbetter.info/setup-zf-using-svn-externals.html#comments</comments>
		<pubDate>Tue, 19 Jan 2010 10:33:23 +0000</pubDate>
		<dc:creator>Romeo Adrian Cioaba</dc:creator>
				<category><![CDATA[subversion]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[zend framework]]></category>
		<category><![CDATA[svn:externals]]></category>
		<category><![CDATA[zf]]></category>

		<guid isPermaLink="false">http://www.myscienceisbetter.info/?p=131</guid>
		<description><![CDATA[After you create a project with zf tool, put it on SVN, you might want to include inside /library the ZF, but you want to have the bleeding edge all the time. You can include it as a svn external like this:

cd library/
svn propset svn:externals 'Zend http://framework.zend.com/svn/framework/standard/trunk/library/Zend/' .

Next time when you run svn up, your [...]]]></description>
			<content:encoded><![CDATA[<p>After you create a project with zf tool, put it on SVN, you might want to include inside /library the ZF, but you want to have the bleeding edge all the time. You can include it as a svn external like this:</p>
<pre class="brush: bash;">
cd library/
svn propset svn:externals 'Zend http://framework.zend.com/svn/framework/standard/trunk/library/Zend/' .
</pre>
<p>Next time when you run svn up, your project will fetch the latest ZF from it's repo.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.myscienceisbetter.info/setup-zf-using-svn-externals.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
