<?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: How to apply changes in a framework to a versioned copy of it</title>
	<atom:link href="http://boredzo.org/blog/archives/2006-11-14/how-to-apply-changes-in-a-framework-to-a-versioned-copy-of-it/feed" rel="self" type="application/rss+xml" />
	<link>http://boredzo.org/blog/archives/2006-11-14/how-to-apply-changes-in-a-framework-to-a-versioned-copy-of-it</link>
	<description>The personal weblog of Peter Hosey.</description>
	<pubDate>Thu, 20 Nov 2008 15:46:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Daryle Walker</title>
		<link>http://boredzo.org/blog/archives/2006-11-14/how-to-apply-changes-in-a-framework-to-a-versioned-copy-of-it#comment-2316</link>
		<dc:creator>Daryle Walker</dc:creator>
		<pubDate>Wed, 06 Dec 2006 14:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/archives/2006-11-14/how-to-apply-changes-in-a-framework-to-a-versioned-copy-of-it#comment-2316</guid>
		<description>There's no kewl UN*X command that can sync two directories?  I think there are GUI-level programs that can do this, but I can't recall them right now.  For the CLI side, could rsync do it?  Looking around with Google, there's "rsync --archive --verbose /path/to/source /path/to/destination", with an optional "--delete" to propagate removals.</description>
		<content:encoded><![CDATA[<p>There's no kewl UN*X command that can sync two directories?  I think there are GUI-level programs that can do this, but I can't recall them right now.  For the CLI side, could rsync do it?  Looking around with Google, there's "rsync --archive --verbose /path/to/source /path/to/destination", with an optional "--delete" to propagate removals.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ken</title>
		<link>http://boredzo.org/blog/archives/2006-11-14/how-to-apply-changes-in-a-framework-to-a-versioned-copy-of-it#comment-602</link>
		<dc:creator>ken</dc:creator>
		<pubDate>Wed, 15 Nov 2006 23:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/archives/2006-11-14/how-to-apply-changes-in-a-framework-to-a-versioned-copy-of-it#comment-602</guid>
		<description>Ah, so.  ditto'd probably do the trick too.</description>
		<content:encoded><![CDATA[<p>Ah, so.  ditto'd probably do the trick too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Hosey</title>
		<link>http://boredzo.org/blog/archives/2006-11-14/how-to-apply-changes-in-a-framework-to-a-versioned-copy-of-it#comment-601</link>
		<dc:creator>Peter Hosey</dc:creator>
		<pubDate>Wed, 15 Nov 2006 19:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/archives/2006-11-14/how-to-apply-changes-in-a-framework-to-a-versioned-copy-of-it#comment-601</guid>
		<description>Ken: That's talking about versioning the tar archive, which is &lt;em&gt;not&lt;/em&gt; what I'm doing here.</description>
		<content:encoded><![CDATA[<p>Ken: That's talking about versioning the tar archive, which is <em>not</em> what I'm doing here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ken</title>
		<link>http://boredzo.org/blog/archives/2006-11-14/how-to-apply-changes-in-a-framework-to-a-versioned-copy-of-it#comment-598</link>
		<dc:creator>ken</dc:creator>
		<pubDate>Wed, 15 Nov 2006 06:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/archives/2006-11-14/how-to-apply-changes-in-a-framework-to-a-versioned-copy-of-it#comment-598</guid>
		<description>Bill Bumgarner has written about the use of tar with version control a whole bunch.  

http://svn.haxx.se/dev/archive-2003-02/1485.shtml
http://www.friday.com/bbum/2006/08/14/tar-wrappers-in-subversion/

Synopsis: Danger, danger!</description>
		<content:encoded><![CDATA[<p>Bill Bumgarner has written about the use of tar with version control a whole bunch.  </p>
<p><a href="http://svn.haxx.se/dev/archive-2003-02/1485.shtml" rel="nofollow">http://svn.haxx.se/dev/archive-2003-02/1485.shtml</a><br />
<a href="http://www.friday.com/bbum/2006/08/14/tar-wrappers-in-subversion/" rel="nofollow">http://www.friday.com/bbum/2006/08/14/tar-wrappers-in-subversion/</a></p>
<p>Synopsis: Danger, danger!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Harrington</title>
		<link>http://boredzo.org/blog/archives/2006-11-14/how-to-apply-changes-in-a-framework-to-a-versioned-copy-of-it#comment-592</link>
		<dc:creator>Tom Harrington</dc:creator>
		<pubDate>Tue, 14 Nov 2006 21:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/archives/2006-11-14/how-to-apply-changes-in-a-framework-to-a-versioned-copy-of-it#comment-592</guid>
		<description>The link to SparklePlus is incorrect, the Google Code page is actually just a set of links back to the actual project home.  SparklePlus is hosted by ironcoder.org and its home is at &lt;a href="http://macsb.ironcoder.org/wiki/index.php?title=SparklePlus" rel="nofollow"&gt;http://macsb.ironcoder.org/wiki/index.php?title=SparklePlus&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>The link to SparklePlus is incorrect, the Google Code page is actually just a set of links back to the actual project home.  SparklePlus is hosted by ironcoder.org and its home is at <a href="http://macsb.ironcoder.org/wiki/index.php?title=SparklePlus" rel="nofollow">http://macsb.ironcoder.org/wiki/index.php?title=SparklePlus</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.195 seconds -->
