<?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: How to *Actually* Revert in Subversion</title>
	<atom:link href="http://robozen.com/technology/how-to-actually-revert-in-subversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://robozen.com/technology/how-to-actually-revert-in-subversion/</link>
	<description>Web innovation, entrepreneurship, usability</description>
	<lastBuildDate>Mon, 12 Sep 2011 05:04:23 -0700</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Leif Andersen</title>
		<link>http://robozen.com/technology/how-to-actually-revert-in-subversion/comment-page-1/#comment-506</link>
		<dc:creator>Leif Andersen</dc:creator>
		<pubDate>Thu, 19 Aug 2010 17:34:46 +0000</pubDate>
		<guid isPermaLink="false">http://robozen.com/?p=109#comment-506</guid>
		<description>Thank you @Tim, that tip worked very well for me.

svn up --revision N, where N is the revision you need.</description>
		<content:encoded><![CDATA[<p>Thank you @Tim, that tip worked very well for me.</p>
<p>svn up &#8211;revision N, where N is the revision you need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subversion on OS X</title>
		<link>http://robozen.com/technology/how-to-actually-revert-in-subversion/comment-page-1/#comment-471</link>
		<dc:creator>Subversion on OS X</dc:creator>
		<pubDate>Thu, 18 Feb 2010 13:22:36 +0000</pubDate>
		<guid isPermaLink="false">http://robozen.com/?p=109#comment-471</guid>
		<description>[...] copy of the your project, or even to an earlier copy of a file in your project. Aran has a post, as does robozen telling you you to do this. It is really useful if the log files are up to date &#8211; see above. [...]</description>
		<content:encoded><![CDATA[<p>[...] copy of the your project, or even to an earlier copy of a file in your project. Aran has a post, as does robozen telling you you to do this. It is really useful if the log files are up to date &#8211; see above. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://robozen.com/technology/how-to-actually-revert-in-subversion/comment-page-1/#comment-467</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Thu, 11 Feb 2010 15:05:39 +0000</pubDate>
		<guid isPermaLink="false">http://robozen.com/?p=109#comment-467</guid>
		<description>Hmm, maybe its easier (although admittedly not straightforward) to just use 
svn update --revision N 
where N is the revision number you want to go back to. At least you don&#039;t have to look up the web address.
I agree, though, that revert should be able to take a revision number and then just do that...</description>
		<content:encoded><![CDATA[<p>Hmm, maybe its easier (although admittedly not straightforward) to just use<br />
svn update &#8211;revision N<br />
where N is the revision number you want to go back to. At least you don&#8217;t have to look up the web address.<br />
I agree, though, that revert should be able to take a revision number and then just do that&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raoul schmidiger</title>
		<link>http://robozen.com/technology/how-to-actually-revert-in-subversion/comment-page-1/#comment-441</link>
		<dc:creator>raoul schmidiger</dc:creator>
		<pubDate>Thu, 12 Nov 2009 13:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://robozen.com/?p=109#comment-441</guid>
		<description>It&#039;s a pain. These SVN people are responsible for so much wasted time. Sure it amounts to billions globally. Version control systems should *just work*. Time to consider alternatives...</description>
		<content:encoded><![CDATA[<p>It&#8217;s a pain. These SVN people are responsible for so much wasted time. Sure it amounts to billions globally. Version control systems should *just work*. Time to consider alternatives&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: laDanz</title>
		<link>http://robozen.com/technology/how-to-actually-revert-in-subversion/comment-page-1/#comment-389</link>
		<dc:creator>laDanz</dc:creator>
		<pubDate>Thu, 15 Oct 2009 13:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://robozen.com/?p=109#comment-389</guid>
		<description>Thanks. It worked.</description>
		<content:encoded><![CDATA[<p>Thanks. It worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://robozen.com/technology/how-to-actually-revert-in-subversion/comment-page-1/#comment-235</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 15 Sep 2009 10:46:46 +0000</pubDate>
		<guid isPermaLink="false">http://robozen.com/?p=109#comment-235</guid>
		<description>Nice tip! Thanks.</description>
		<content:encoded><![CDATA[<p>Nice tip! Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reddy</title>
		<link>http://robozen.com/technology/how-to-actually-revert-in-subversion/comment-page-1/#comment-174</link>
		<dc:creator>Reddy</dc:creator>
		<pubDate>Thu, 12 Feb 2009 16:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://robozen.com/?p=109#comment-174</guid>
		<description>Thanks. It worked.</description>
		<content:encoded><![CDATA[<p>Thanks. It worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gth</title>
		<link>http://robozen.com/technology/how-to-actually-revert-in-subversion/comment-page-1/#comment-173</link>
		<dc:creator>gth</dc:creator>
		<pubDate>Tue, 04 Sep 2007 13:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://robozen.com/?p=109#comment-173</guid>
		<description>Right!!</description>
		<content:encoded><![CDATA[<p>Right!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

