<?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>Sun, 12 Feb 2012 17:52:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mitch Robertson</title>
		<link>http://aralbalkan.com/1381/comment-page-4#comment-265572</link>
		<dc:creator>Mitch Robertson</dc:creator>
		<pubDate>Wed, 01 Feb 2012 00:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1381#comment-265572</guid>
		<description>Error in your code:

svn merge --dry-run -r:73:68 

should be

svn merge --dry-run -r73:68</description>
		<content:encoded><![CDATA[<p>Error in your code:</p>
<p>svn merge &#8211;dry-run -r:73:68 </p>
<p>should be</p>
<p>svn merge &#8211;dry-run -r73:68</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: illo</title>
		<link>http://aralbalkan.com/1381/comment-page-4#comment-265539</link>
		<dc:creator>illo</dc:creator>
		<pubDate>Wed, 25 Jan 2012 18:38:08 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1381#comment-265539</guid>
		<description>Thanks for this hint :)

I know this post is a few years old, but there is still one thing to correct: There has to be a space after &quot;-r&quot;.
So it would be &quot;svn merge -r 73:68...&quot;</description>
		<content:encoded><![CDATA[<p>Thanks for this hint :)</p>
<p>I know this post is a few years old, but there is still one thing to correct: There has to be a space after &#8220;-r&#8221;.<br />
So it would be &#8220;svn merge -r 73:68&#8230;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://aralbalkan.com/1381/comment-page-4#comment-265525</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Mon, 23 Jan 2012 22:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1381#comment-265525</guid>
		<description>i think you have a syntax error.

the -r flag shouldn&#039;t have a &#039;:&#039; right after it.
i think it should be -r 73:68</description>
		<content:encoded><![CDATA[<p>i think you have a syntax error.</p>
<p>the -r flag shouldn&#8217;t have a &#8216;:&#8217; right after it.<br />
i think it should be -r 73:68</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oyvind</title>
		<link>http://aralbalkan.com/1381/comment-page-4#comment-265511</link>
		<dc:creator>Oyvind</dc:creator>
		<pubDate>Fri, 20 Jan 2012 07:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1381#comment-265511</guid>
		<description>If I had not found this I would have ended up trying all kinds of functions in SVN before even considering to use merge in reverse. 

Thank you for the precise and to the point blog post.</description>
		<content:encoded><![CDATA[<p>If I had not found this I would have ended up trying all kinds of functions in SVN before even considering to use merge in reverse. </p>
<p>Thank you for the precise and to the point blog post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://aralbalkan.com/1381/comment-page-4#comment-265506</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Thu, 19 Jan 2012 10:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1381#comment-265506</guid>
		<description>Thanks for this post, it&#039;s indeed quite weird to use the merge for this, but it works fine!

Little syntax error: remove the &#039;:&#039; after the -r, it should just be a space.</description>
		<content:encoded><![CDATA[<p>Thanks for this post, it&#8217;s indeed quite weird to use the merge for this, but it works fine!</p>
<p>Little syntax error: remove the &#8216;:&#8217; after the -r, it should just be a space.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tolga AKIN</title>
		<link>http://aralbalkan.com/1381/comment-page-4#comment-265499</link>
		<dc:creator>Tolga AKIN</dc:creator>
		<pubDate>Wed, 18 Jan 2012 18:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1381#comment-265499</guid>
		<description>Thank you for the nice article, but I do believe there is a typo in it. It should be &quot;-r 73:68&quot;, not &quot;-r:73:68&quot;.</description>
		<content:encoded><![CDATA[<p>Thank you for the nice article, but I do believe there is a typo in it. It should be &#8220;-r 73:68&#8243;, not &#8220;-r:73:68&#8243;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ionut</title>
		<link>http://aralbalkan.com/1381/comment-page-4#comment-265494</link>
		<dc:creator>ionut</dc:creator>
		<pubDate>Mon, 16 Jan 2012 15:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1381#comment-265494</guid>
		<description>btw didn&#039;t see the comments on the right, thought there were no comments :)</description>
		<content:encoded><![CDATA[<p>btw didn&#8217;t see the comments on the right, thought there were no comments :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ionut</title>
		<link>http://aralbalkan.com/1381/comment-page-4#comment-265493</link>
		<dc:creator>ionut</dc:creator>
		<pubDate>Mon, 16 Jan 2012 15:57:01 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1381#comment-265493</guid>
		<description>i think the correct command is 
svn merge -r 73:68 http://my.repository.com/my/project/trunk</description>
		<content:encoded><![CDATA[<p>i think the correct command is<br />
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: David</title>
		<link>http://aralbalkan.com/1381/comment-page-3#comment-265492</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 16 Jan 2012 13:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1381#comment-265492</guid>
		<description>Thanks, saves me time figuring out how to do just this...

However, at least on my version of SVN, the &quot;-r&quot; command should look like &quot;-r 73:68&quot; not &quot;-r:73:68&quot;</description>
		<content:encoded><![CDATA[<p>Thanks, saves me time figuring out how to do just this&#8230;</p>
<p>However, at least on my version of SVN, the &#8220;-r&#8221; command should look like &#8220;-r 73:68&#8243; not &#8220;-r:73:68&#8243;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shankari</title>
		<link>http://aralbalkan.com/1381/comment-page-3#comment-265466</link>
		<dc:creator>Shankari</dc:creator>
		<pubDate>Fri, 13 Jan 2012 06:36:16 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1381#comment-265466</guid>
		<description>Great !. Very good explanation. Thanks.
( A small correction in the following line
  &quot;svn merge --dry-run -r:73:68&quot; 
I think the &quot;:&quot; will not follow &quot;-r&quot; )</description>
		<content:encoded><![CDATA[<p>Great !. Very good explanation. Thanks.<br />
( A small correction in the following line<br />
  &#8220;svn merge &#8211;dry-run -r:73:68&#8243;<br />
I think the &#8220;:&#8221; will not follow &#8220;-r&#8221; )</p>
]]></content:encoded>
	</item>
</channel>
</rss>

