<?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: SVN as a &#8220;Package Management&#8221; Tool</title>
	<atom:link href="http://alexking.org/blog/2007/04/06/svn-for-package-management/feed" rel="self" type="application/rss+xml" />
	<link>http://alexking.org/blog/2007/04/06/svn-for-package-management</link>
	<description>Alex King, Denver Web Developer</description>
	<lastBuildDate>Thu, 24 May 2012 05:06:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: tecosystems &#187; Utter Crap?: Matt Asay and The Linux Desktop Q&#38;A (and Video)</title>
		<link>http://alexking.org/blog/2007/04/06/svn-for-package-management#comment-61740</link>
		<dc:creator>tecosystems &#187; Utter Crap?: Matt Asay and The Linux Desktop Q&#38;A (and Video)</dc:creator>
		<pubDate>Sat, 01 Mar 2008 23:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2007/04/06/svn-for-package-management#comment-61740</guid>
		<description>[...] the application installation process on Linux as superior to that found on Macs or PCs - though I debate the subject regularly with friends on other [...]</description>
		<content:encoded><![CDATA[<p>[...] the application installation process on Linux as superior to that found on Macs or PCs &#8211; though I debate the subject regularly with friends on other [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Package management for web apps? - Eugen Pyvovarov</title>
		<link>http://alexking.org/blog/2007/04/06/svn-for-package-management#comment-61597</link>
		<dc:creator>Package management for web apps? - Eugen Pyvovarov</dc:creator>
		<pubDate>Sun, 24 Feb 2008 23:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2007/04/06/svn-for-package-management#comment-61597</guid>
		<description>[...] -Â  Ð´ÐµÑÐºÑ– Ð»ÑŽÐ´Ð¸ Ð¿Ñ€Ð¾Ð¿Ð¾Ð½ÑƒÑŽÑ‚ÑŒ Ð²Ð¸ÐºÐ¾Ñ€Ð¸ÑÑ‚Ð¾Ð²ÑƒÐ²Ð°Ñ‚Ð¸ ÑÐ¸ÑÑ‚ÐµÐ¼Ñƒ ÐºÐ¾Ð½Ñ‚Ñ€Ð¾Ð»ÑŽ Ð²ÐµÑ€ÑÑ–Ð¹ Ð´Ð»Ñ Ñ†Ð¸Ñ… [...]</description>
		<content:encoded><![CDATA[<p>[...] -Â  Ð´ÐµÑÐºÑ– Ð»ÑŽÐ´Ð¸ Ð¿Ñ€Ð¾Ð¿Ð¾Ð½ÑƒÑŽÑ‚ÑŒ Ð²Ð¸ÐºÐ¾Ñ€Ð¸ÑÑ‚Ð¾Ð²ÑƒÐ²Ð°Ñ‚Ð¸ ÑÐ¸ÑÑ‚ÐµÐ¼Ñƒ ÐºÐ¾Ð½Ñ‚Ñ€Ð¾Ð»ÑŽ Ð²ÐµÑ€ÑÑ–Ð¹ Ð´Ð»Ñ Ñ†Ð¸Ñ… [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://alexking.org/blog/2007/04/06/svn-for-package-management#comment-55494</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 12 Apr 2007 22:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2007/04/06/svn-for-package-management#comment-55494</guid>
		<description>Yep. For example, I&#039;ve got WordPress as svn external for my alexking.org SVN repo and PHP Tag Engine as an svn external for Tasks Pro&#8482; and Tasks&#8482;. I&#039;ve linked to a great svn externals tutorial on phptagengine.com.</description>
		<content:encoded><![CDATA[<p>Yep. For example, I&#8217;ve got WordPress as svn external for my alexking.org SVN repo and PHP Tag Engine as an svn external for Tasks Pro&trade; and Tasks&trade;. I&#8217;ve linked to a great svn externals tutorial on phptagengine.com.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Hildebrand</title>
		<link>http://alexking.org/blog/2007/04/06/svn-for-package-management#comment-55493</link>
		<dc:creator>Joe Hildebrand</dc:creator>
		<pubDate>Thu, 12 Apr 2007 22:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2007/04/06/svn-for-package-management#comment-55493</guid>
		<description>For added points, use SVN as a meta-package tool.  Create a local svn repository, check out the root.  Next create a file called &quot;externals&quot; that looks like this:

django  http://code.djangoproject.com/svn/django/trunk

with one line per project you want to track.  Next, create a bash script with something like this in it:

svn propset svn:externals . -F externals

Check both the script and your externals file in.  Now, the magic.  &quot;svn up&quot;.  This will checkout all of the projects you want to track.  When you want to update all of the projects, just &quot;svn up&quot; again.</description>
		<content:encoded><![CDATA[<p>For added points, use SVN as a meta-package tool.  Create a local svn repository, check out the root.  Next create a file called &#8220;externals&#8221; that looks like this:</p>
<p>django  <a href="http://code.djangoproject.com/svn/django/trunk" rel="nofollow">http://code.djangopr[...]django/trunk</a></p>
<p>with one line per project you want to track.  Next, create a bash script with something like this in it:</p>
<p>svn propset svn:externals . -F externals</p>
<p>Check both the script and your externals file in.  Now, the magic.  &#8220;svn up&#8221;.  This will checkout all of the projects you want to track.  When you want to update all of the projects, just &#8220;svn up&#8221; again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://alexking.org/blog/2007/04/06/svn-for-package-management#comment-55449</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Tue, 10 Apr 2007 01:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2007/04/06/svn-for-package-management#comment-55449</guid>
		<description>Sounds great :)</description>
		<content:encoded><![CDATA[<p>Sounds great <img src='http://alexking.org/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.573 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-24 08:48:20 -->
<!-- Compression = gzip -->
