<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: How to revert (roll back) to a previous revision with Subversion</title>
	<atom:link href="http://aralbalkan.com/1381/feed" rel="self" type="application/rss+xml" />
	<link>http://aralbalkan.com/1381</link>
	<description>Passionate geekisms.</description>
	<lastBuildDate>Fri, 19 Mar 2010 19:46:31 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Best of all...</title>
		<link>http://aralbalkan.com/1381/comment-page-2#comment-259702</link>
		<dc:creator>Best of all...</dc:creator>
		<pubDate>Wed, 17 Mar 2010 21:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1381#comment-259702</guid>
		<description>svn merge -c -NUM .

(svn 1.6 and onwards)</description>
		<content:encoded><![CDATA[<p>svn merge -c -NUM .</p>
<p>(svn 1.6 and onwards)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://aralbalkan.com/1381/comment-page-2#comment-259643</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Fri, 12 Mar 2010 19:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1381#comment-259643</guid>
		<description>what&#039;s wrong with...

svn update -r 73

...?</description>
		<content:encoded><![CDATA[<p>what&#8217;s wrong with&#8230;</p>
<p>svn update -r 73</p>
<p>&#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie Saunders</title>
		<link>http://aralbalkan.com/1381/comment-page-2#comment-259634</link>
		<dc:creator>Jamie Saunders</dc:creator>
		<pubDate>Thu, 11 Mar 2010 17:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1381#comment-259634</guid>
		<description>Thanks Aral, very useful.  Unbelieveably it&#039;s only after five years of using Subversion that I&#039;ve finally needed to revert to a previous reivsion.  Hopefully that say something positive about my coding.  Just to note that the above did work, although I had to remove the first semicolon from the revision argument:

svn merge -r73:68 http://my.repository.com/my/project/trunk</description>
		<content:encoded><![CDATA[<p>Thanks Aral, very useful.  Unbelieveably it&#8217;s only after five years of using Subversion that I&#8217;ve finally needed to revert to a previous reivsion.  Hopefully that say something positive about my coding.  Just to note that the above did work, although I had to remove the first semicolon from the revision argument:</p>
<p>svn merge -r73:68 <a href="http://my.repository.com/my/project/trunk" rel="nofollow">http://my.repository.com/my/project/trunk</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kalle</title>
		<link>http://aralbalkan.com/1381/comment-page-2#comment-259566</link>
		<dc:creator>Kalle</dc:creator>
		<pubDate>Wed, 03 Mar 2010 15:21:21 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1381#comment-259566</guid>
		<description>Dude, your site keeps saying my comment looks like &quot;spam&quot;.</description>
		<content:encoded><![CDATA[<p>Dude, your site keeps saying my comment looks like &#8220;spam&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lensovet</title>
		<link>http://aralbalkan.com/1381/comment-page-2#comment-259554</link>
		<dc:creator>lensovet</dc:creator>
		<pubDate>Mon, 01 Mar 2010 21:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1381#comment-259554</guid>
		<description>Thanks for the instructions!
The syntax is different for svn 1.x though. In particular:

svn merge -r 73:68 http://my.repository.com/my/project/trunk</description>
		<content:encoded><![CDATA[<p>Thanks for the instructions!<br />
The syntax is different for svn 1.x though. In particular:</p>
<p>svn merge -r 73:68 <a href="http://my.repository.com/my/project/trunk" rel="nofollow">http://my.repository.com/my/project/trunk</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danielsdesk</title>
		<link>http://aralbalkan.com/1381/comment-page-2#comment-259495</link>
		<dc:creator>danielsdesk</dc:creator>
		<pubDate>Mon, 22 Feb 2010 16:47:19 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1381#comment-259495</guid>
		<description>@pan69

Cornerstone imo is the best Mac subversion GUI.  You can do anything with it other than merging, but I prefer to do that kind of thing via cmd line anyway.  It is most useful for visualizing changes, conflicts, viewing logs, etc.  I like it a lot better than Versions and it is continually getting development updates especially now that it has a proper team working on it.</description>
		<content:encoded><![CDATA[<p>@pan69</p>
<p>Cornerstone imo is the best Mac subversion GUI.  You can do anything with it other than merging, but I prefer to do that kind of thing via cmd line anyway.  It is most useful for visualizing changes, conflicts, viewing logs, etc.  I like it a lot better than Versions and it is continually getting development updates especially now that it has a proper team working on it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shridhar</title>
		<link>http://aralbalkan.com/1381/comment-page-2#comment-259452</link>
		<dc:creator>shridhar</dc:creator>
		<pubDate>Fri, 19 Feb 2010 19:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1381#comment-259452</guid>
		<description>thanks. it helped. for me though its not 
-r:73:68 but
-r 73:68</description>
		<content:encoded><![CDATA[<p>thanks. it helped. for me though its not<br />
-r:73:68 but<br />
-r 73:68</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeff</title>
		<link>http://aralbalkan.com/1381/comment-page-2#comment-259438</link>
		<dc:creator>jeff</dc:creator>
		<pubDate>Thu, 18 Feb 2010 18:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1381#comment-259438</guid>
		<description>try this:

svn up -r[insert revision #] [insert filepath]</description>
		<content:encoded><![CDATA[<p>try this:</p>
<p>svn up -r[insert revision #] [insert filepath]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimish Shah</title>
		<link>http://aralbalkan.com/1381/comment-page-2#comment-259430</link>
		<dc:creator>Jimish Shah</dc:creator>
		<pubDate>Wed, 17 Feb 2010 13:54:32 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1381#comment-259430</guid>
		<description>Please could you update the correct commands.
svn merge --dry-run -r73:68 http://my.repository.com/my/project/trunk
svn merge -r73:68 http://my.repository.com/my/project/trunk</description>
		<content:encoded><![CDATA[<p>Please could you update the correct commands.<br />
svn merge &#8211;dry-run -r73:68 <a href="http://my.repository.com/my/project/trunk" rel="nofollow">http://my.repository.com/my/project/trunk</a><br />
svn merge -r73:68 <a href="http://my.repository.com/my/project/trunk" rel="nofollow">http://my.repository.com/my/project/trunk</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: isam</title>
		<link>http://aralbalkan.com/1381/comment-page-1#comment-259370</link>
		<dc:creator>isam</dc:creator>
		<pubDate>Tue, 09 Feb 2010 16:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1381#comment-259370</guid>
		<description>also, the syntax is -rN:N instead of -r:N:N (svn 1.6.5)</description>
		<content:encoded><![CDATA[<p>also, the syntax is -rN:N instead of -r:N:N (svn 1.6.5)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
