<?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"
	>
<channel>
	<title>Comments on: Subversion&#8217;s svn:externals</title>
	<atom:link href="http://akrabat.com/2007/01/20/subversions-svnexternals/feed/" rel="self" type="application/rss+xml" />
	<link>http://akrabat.com/2007/01/20/subversions-svnexternals/</link>
	<description>Developing PHP and XUL Software in the Real World</description>
	<pubDate>Thu, 20 Nov 2008 08:24:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Will Prater</title>
		<link>http://akrabat.com/2007/01/20/subversions-svnexternals/#comment-7751</link>
		<dc:creator>Will Prater</dc:creator>
		<pubDate>Mon, 22 Jan 2007 04:09:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/2007/01/20/subversions-svnexternals/#comment-7751</guid>
		<description>I did the very same thing on Friday.  I just never blog about this stuff :).  Thanks for the post.</description>
		<content:encoded><![CDATA[<p>I did the very same thing on Friday.  I just never blog about this stuff :).  Thanks for the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/2007/01/20/subversions-svnexternals/#comment-7725</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Sat, 20 Jan 2007 19:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/2007/01/20/subversions-svnexternals/#comment-7725</guid>
		<description>Hi David,

Pinning to a specific revision is a good idea for production. At the moment, I want to follow bleeding edge, so I'm ok :)

Vendor branches are also cool, but require me to have all the code in my local subversion server. The nice thing about the Zend Framework bits that I've used so far is that overriding what I don't like is as easy to do with a new class.

Regards,

Rob...</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>Pinning to a specific revision is a good idea for production. At the moment, I want to follow bleeding edge, so I'm ok :)</p>
<p>Vendor branches are also cool, but require me to have all the code in my local subversion server. The nice thing about the Zend Framework bits that I've used so far is that overriding what I don't like is as easy to do with a new class.</p>
<p>Regards,</p>
<p>Rob&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DG</title>
		<link>http://akrabat.com/2007/01/20/subversions-svnexternals/#comment-7723</link>
		<dc:creator>DG</dc:creator>
		<pubDate>Sat, 20 Jan 2007 18:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/2007/01/20/subversions-svnexternals/#comment-7723</guid>
		<description>Other random related things :

1) Remember you can lock the external against a particular revision such as :

zf -r 555555 http://framework.zend.com/svn/framework/trunk

so ensuring it doesn't break when someone at Zend changes something

2) You might instead be better looking at :
http://svnbook.red-bean.com/en/1.2/svn.advanced.vendorbr.html

which probably provides a better approach in many circumstances; especially if you're likely to patch the ZF for your own internal usage.

David.</description>
		<content:encoded><![CDATA[<p>Other random related things :</p>
<p>1) Remember you can lock the external against a particular revision such as :</p>
<p>zf -r 555555 <a href="http://framework.zend.com/svn/framework/trunk" rel="nofollow">http://framework.zend.com/svn/framework/trunk</a></p>
<p>so ensuring it doesn't break when someone at Zend changes something</p>
<p>2) You might instead be better looking at :<br />
<a href="http://svnbook.red-bean.com/en/1.2/svn.advanced.vendorbr.html" rel="nofollow">http://svnbook.red-bean.com/en/1.2/svn.advanced.vendorbr.html</a></p>
<p>which probably provides a better approach in many circumstances; especially if you're likely to patch the ZF for your own internal usage.</p>
<p>David.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
