<?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: Make old svn revision the current revision</title>
	<atom:link href="http://www.protocolostomy.com/2008/05/29/make-old-svn-revision-the-current-revision/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.protocolostomy.com/2008/05/29/make-old-svn-revision-the-current-revision/</link>
	<description>Made with only the finest 1's and 0's</description>
	<pubDate>Thu, 08 Jan 2009 11:29:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David Mellor</title>
		<link>http://www.protocolostomy.com/2008/05/29/make-old-svn-revision-the-current-revision/comment-page-1/#comment-1301</link>
		<dc:creator>David Mellor</dc:creator>
		<pubDate>Fri, 30 May 2008 21:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.protocolostomy.com/?p=302#comment-1301</guid>
		<description>svn cat -r old_revision myfile.php &#62; myfile.php
svn commit myfile.php</description>
		<content:encoded><![CDATA[<p>svn cat -r old_revision myfile.php &gt; myfile.php<br />
svn commit myfile.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mercurial fanboy</title>
		<link>http://www.protocolostomy.com/2008/05/29/make-old-svn-revision-the-current-revision/comment-page-1/#comment-1297</link>
		<dc:creator>Mercurial fanboy</dc:creator>
		<pubDate>Fri, 30 May 2008 12:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.protocolostomy.com/?p=302#comment-1297</guid>
		<description>If you're trying to get into distributed VCS just take a look at Mercurial, it's a lot simpler then Git and powerful enough for hardcore uses ;)</description>
		<content:encoded><![CDATA[<p>If you&#8217;re trying to get into distributed VCS just take a look at Mercurial, it&#8217;s a lot simpler then Git and powerful enough for hardcore uses <img src='http://www.protocolostomy.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: m0j0</title>
		<link>http://www.protocolostomy.com/2008/05/29/make-old-svn-revision-the-current-revision/comment-page-1/#comment-1291</link>
		<dc:creator>m0j0</dc:creator>
		<pubDate>Thu, 29 May 2008 15:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.protocolostomy.com/?p=302#comment-1291</guid>
		<description>Thanks, Bill -- nice to know I'm not alone :) 

As for old directories, I actually keep a disgustingly large archive of full svn backups, so maybe that could help me out. So far, test restores of those repositories seem to pass muster.</description>
		<content:encoded><![CDATA[<p>Thanks, Bill &#8212; nice to know I&#8217;m not alone <img src='http://www.protocolostomy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>As for old directories, I actually keep a disgustingly large archive of full svn backups, so maybe that could help me out. So far, test restores of those repositories seem to pass muster.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Mill</title>
		<link>http://www.protocolostomy.com/2008/05/29/make-old-svn-revision-the-current-revision/comment-page-1/#comment-1290</link>
		<dc:creator>Bill Mill</dc:creator>
		<pubDate>Thu, 29 May 2008 15:38:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.protocolostomy.com/?p=302#comment-1290</guid>
		<description>&#62; svn merge, but I guess it just didnâ€™t seem intuitive to me

You and nearly everyone else who's ever used svn. I hope you never have to resurrect a file (or, god forbid, a directory) that you used a long time ago. Especially if you've ever used locks at any point ever.</description>
		<content:encoded><![CDATA[<p>&gt; svn merge, but I guess it just didnâ€™t seem intuitive to me</p>
<p>You and nearly everyone else who&#8217;s ever used svn. I hope you never have to resurrect a file (or, god forbid, a directory) that you used a long time ago. Especially if you&#8217;ve ever used locks at any point ever.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: m0j0</title>
		<link>http://www.protocolostomy.com/2008/05/29/make-old-svn-revision-the-current-revision/comment-page-1/#comment-1289</link>
		<dc:creator>m0j0</dc:creator>
		<pubDate>Thu, 29 May 2008 14:43:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.protocolostomy.com/?p=302#comment-1289</guid>
		<description>Thanks, everyone, for the helpful comments. I'll now have a point of reference for when I forget how to do this next time ;-P 

I had checked out svn merge, but I guess it just didn't seem intuitive to me, but then it's also not intuitive to me to use 'update' to revert back to an old version instead of, I dunno... 'svn revert'? 

Live and learn. Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks, everyone, for the helpful comments. I&#8217;ll now have a point of reference for when I forget how to do this next time ;-P </p>
<p>I had checked out svn merge, but I guess it just didn&#8217;t seem intuitive to me, but then it&#8217;s also not intuitive to me to use &#8216;update&#8217; to revert back to an old version instead of, I dunno&#8230; &#8217;svn revert&#8217;? </p>
<p>Live and learn. Thanks again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
