<?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: Module Manager &#8211; for when svn:externals just doesn&#8217;t cut it.</title>
	<atom:link href="http://colin.mollenhour.com/2009/10/17/module-manager-for-when-svnexternals-just-doesnt-cut-it/feed/" rel="self" type="application/rss+xml" />
	<link>http://colin.mollenhour.com/2009/10/17/module-manager-for-when-svnexternals-just-doesnt-cut-it/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 18 Aug 2010 18:42:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Colin Mollenhour&#8217;s Technical Blog &#187; Module Manager Update, now on Google Code!</title>
		<link>http://colin.mollenhour.com/2009/10/17/module-manager-for-when-svnexternals-just-doesnt-cut-it/comment-page-1/#comment-56</link>
		<dc:creator>Colin Mollenhour&#8217;s Technical Blog &#187; Module Manager Update, now on Google Code!</dc:creator>
		<pubDate>Sun, 31 Jan 2010 04:15:42 +0000</pubDate>
		<guid isPermaLink="false">http://colin.mollenhour.com/?p=96#comment-56</guid>
		<description>[...] recently updated Module Manager (first post) to support nested modules and renamed the .modman definitions file to simply modman for easier [...]</description>
		<content:encoded><![CDATA[<p>[...] recently updated Module Manager (first post) to support nested modules and renamed the .modman definitions file to simply modman for easier [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: colin</title>
		<link>http://colin.mollenhour.com/2009/10/17/module-manager-for-when-svnexternals-just-doesnt-cut-it/comment-page-1/#comment-47</link>
		<dc:creator>colin</dc:creator>
		<pubDate>Thu, 07 Jan 2010 23:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://colin.mollenhour.com/?p=96#comment-47</guid>
		<description>That is great, but the purpose of externals in this case is to separate your code from core code. With svn:externals you would have to mirror the Magento directory structure in your repository which would mean using more than one repository in your installation would most likely not work (can&#039;t have two subdirectories checked out in one subdirectory), and you would either have to use svn:ignore *extremely heavily* or your svn status output would be ridiculous (not to mention, slow). The use of softlinks allows you to version only the code that is yours, organize it cleanly, edit it without wading through thousands of core files, and keep svn commands quick. Since intermediate directories are created automatically but not versioned (unlike with svn:externals with files) there is no problem when using multiple modules from different repositories.</description>
		<content:encoded><![CDATA[<p>That is great, but the purpose of externals in this case is to separate your code from core code. With svn:externals you would have to mirror the Magento directory structure in your repository which would mean using more than one repository in your installation would most likely not work (can&#8217;t have two subdirectories checked out in one subdirectory), and you would either have to use svn:ignore *extremely heavily* or your svn status output would be ridiculous (not to mention, slow). The use of softlinks allows you to version only the code that is yours, organize it cleanly, edit it without wading through thousands of core files, and keep svn commands quick. Since intermediate directories are created automatically but not versioned (unlike with svn:externals with files) there is no problem when using multiple modules from different repositories.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: melicerte</title>
		<link>http://colin.mollenhour.com/2009/10/17/module-manager-for-when-svnexternals-just-doesnt-cut-it/comment-page-1/#comment-46</link>
		<dc:creator>melicerte</dc:creator>
		<pubDate>Wed, 06 Jan 2010 13:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://colin.mollenhour.com/?p=96#comment-46</guid>
		<description>Subversion  1.6 support svn:externals on a single file.</description>
		<content:encoded><![CDATA[<p>Subversion  1.6 support svn:externals on a single file.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
