<?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 Roll Back Changes using Subversion</title>
	<atom:link href="http://jacwright.com/blog/75/how-to-roll-back-changes-using-subversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://jacwright.com/blog/75/how-to-roll-back-changes-using-subversion/</link>
	<description>Flex, AIR, PHP, etc.</description>
	<lastBuildDate>Thu, 29 Jul 2010 18:05:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: scott</title>
		<link>http://jacwright.com/blog/75/how-to-roll-back-changes-using-subversion/comment-page-1/#comment-9506</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Tue, 29 Jun 2010 16:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://jacwright.com/blog/75/how-to-roll-back-changes-using-subversion/#comment-9506</guid>
		<description>Thanks for the tips, but this didn&#039;t work for me. Here&#039;s the workaround I used that did work:

1) Get the desired version. That&#039;s not the head version.

2) Copy the desired version outside of an svn managed local directory.

3) Update to head revision.

4) Delete all the bad files in the subfolder of the head version

5) Commit it.

4) Change the directory to the version in step 2, the non head version. 

5) Delete all the .svn directories and files in the non head version.

6) Copy the non head version into the svn managedirectory.

5) Add and commit the files to SVN.

I know this is cloogy but I couldn&#039;t get your directions to work.</description>
		<content:encoded><![CDATA[<p>Thanks for the tips, but this didn&#8217;t work for me. Here&#8217;s the workaround I used that did work:</p>
<p>1) Get the desired version. That&#8217;s not the head version.</p>
<p>2) Copy the desired version outside of an svn managed local directory.</p>
<p>3) Update to head revision.</p>
<p>4) Delete all the bad files in the subfolder of the head version</p>
<p>5) Commit it.</p>
<p>4) Change the directory to the version in step 2, the non head version. </p>
<p>5) Delete all the .svn directories and files in the non head version.</p>
<p>6) Copy the non head version into the svn managedirectory.</p>
<p>5) Add and commit the files to SVN.</p>
<p>I know this is cloogy but I couldn&#8217;t get your directions to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://jacwright.com/blog/75/how-to-roll-back-changes-using-subversion/comment-page-1/#comment-9072</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Fri, 26 Feb 2010 17:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://jacwright.com/blog/75/how-to-roll-back-changes-using-subversion/#comment-9072</guid>
		<description>This helped me. Thanks for the arg details in the command-line example, specifically the revision syntax ( &quot;@HEAD&quot; and &quot;@XXXX&quot; ).</description>
		<content:encoded><![CDATA[<p>This helped me. Thanks for the arg details in the command-line example, specifically the revision syntax ( &#8220;@HEAD&#8221; and &#8220;@XXXX&#8221; ).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janell</title>
		<link>http://jacwright.com/blog/75/how-to-roll-back-changes-using-subversion/comment-page-1/#comment-9038</link>
		<dc:creator>Janell</dc:creator>
		<pubDate>Tue, 09 Feb 2010 21:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://jacwright.com/blog/75/how-to-roll-back-changes-using-subversion/#comment-9038</guid>
		<description>Thanks for posting this up on the web. Very helpful =D</description>
		<content:encoded><![CDATA[<p>Thanks for posting this up on the web. Very helpful =D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias</title>
		<link>http://jacwright.com/blog/75/how-to-roll-back-changes-using-subversion/comment-page-1/#comment-8982</link>
		<dc:creator>Mathias</dc:creator>
		<pubDate>Wed, 06 Jan 2010 22:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://jacwright.com/blog/75/how-to-roll-back-changes-using-subversion/#comment-8982</guid>
		<description>SmartSVN is the way to go on a Mac.</description>
		<content:encoded><![CDATA[<p>SmartSVN is the way to go on a Mac.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; Fun with Subversion Geek Mama</title>
		<link>http://jacwright.com/blog/75/how-to-roll-back-changes-using-subversion/comment-page-1/#comment-8822</link>
		<dc:creator>&#187; Fun with Subversion Geek Mama</dc:creator>
		<pubDate>Wed, 09 Dec 2009 19:36:42 +0000</pubDate>
		<guid isPermaLink="false">http://jacwright.com/blog/75/how-to-roll-back-changes-using-subversion/#comment-8822</guid>
		<description>[...] A frantic Google search on roll back and revert revealed that what  I needed to do is merge. Jacob Wright goes into detail in his blog How to Roll Back Changes Using Subversion. [...]</description>
		<content:encoded><![CDATA[<p>[...] A frantic Google search on roll back and revert revealed that what  I needed to do is merge. Jacob Wright goes into detail in his blog How to Roll Back Changes Using Subversion. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cory House</title>
		<link>http://jacwright.com/blog/75/how-to-roll-back-changes-using-subversion/comment-page-1/#comment-8679</link>
		<dc:creator>Cory House</dc:creator>
		<pubDate>Mon, 23 Nov 2009 21:22:43 +0000</pubDate>
		<guid isPermaLink="false">http://jacwright.com/blog/75/how-to-roll-back-changes-using-subversion/#comment-8679</guid>
		<description>Stefan&#039;s post (the first) describes the easiest method I&#039;m aware of, but note that if you don&#039;t see the “revert changes from this revision” option in the context menu, it&#039;s because you need to right click on your working copy file and select show log. If you navigate to showing the log any other way the option isn&#039;t available.</description>
		<content:encoded><![CDATA[<p>Stefan&#8217;s post (the first) describes the easiest method I&#8217;m aware of, but note that if you don&#8217;t see the “revert changes from this revision” option in the context menu, it&#8217;s because you need to right click on your working copy file and select show log. If you navigate to showing the log any other way the option isn&#8217;t available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Artoos</title>
		<link>http://jacwright.com/blog/75/how-to-roll-back-changes-using-subversion/comment-page-1/#comment-8667</link>
		<dc:creator>Tom Artoos</dc:creator>
		<pubDate>Mon, 09 Nov 2009 09:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://jacwright.com/blog/75/how-to-roll-back-changes-using-subversion/#comment-8667</guid>
		<description>In T-SVN you can also use the merge dialog and use a revers merge. There you can specify the revs that contain the changes that need to be undone.

Right-click your work folder and select Merge in the T-SVN context menu.

Select the Merge a range of revision option
In the dialog that is displayed:
- Select the trunk in your repository
- Enter the revision (or range of revs) that you want to undo.
- Select the &#039;Reverse merge&#039; option
- Press OK and the changes from the selected revs will be removed in your working copy.

To finalize the operation just commit your working copy to the repository again.

Hopefully this is helpful.

BTW: I&#039;m using TortoiseSVN 1.6.1, Build 16129 - 32 Bit , 2009/04/10 08:14:05
Subversion 1.6.1</description>
		<content:encoded><![CDATA[<p>In T-SVN you can also use the merge dialog and use a revers merge. There you can specify the revs that contain the changes that need to be undone.</p>
<p>Right-click your work folder and select Merge in the T-SVN context menu.</p>
<p>Select the Merge a range of revision option<br />
In the dialog that is displayed:<br />
- Select the trunk in your repository<br />
- Enter the revision (or range of revs) that you want to undo.<br />
- Select the &#8216;Reverse merge&#8217; option<br />
- Press OK and the changes from the selected revs will be removed in your working copy.</p>
<p>To finalize the operation just commit your working copy to the repository again.</p>
<p>Hopefully this is helpful.</p>
<p>BTW: I&#8217;m using TortoiseSVN 1.6.1, Build 16129 &#8211; 32 Bit , 2009/04/10 08:14:05<br />
Subversion 1.6.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kat</title>
		<link>http://jacwright.com/blog/75/how-to-roll-back-changes-using-subversion/comment-page-1/#comment-8662</link>
		<dc:creator>Kat</dc:creator>
		<pubDate>Thu, 22 Oct 2009 20:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://jacwright.com/blog/75/how-to-roll-back-changes-using-subversion/#comment-8662</guid>
		<description>Thank you for a great explanation. It is definitely memorable, especially when you refer to ninjas :)</description>
		<content:encoded><![CDATA[<p>Thank you for a great explanation. It is definitely memorable, especially when you refer to ninjas :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bryce</title>
		<link>http://jacwright.com/blog/75/how-to-roll-back-changes-using-subversion/comment-page-1/#comment-8659</link>
		<dc:creator>bryce</dc:creator>
		<pubDate>Tue, 20 Oct 2009 16:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://jacwright.com/blog/75/how-to-roll-back-changes-using-subversion/#comment-8659</guid>
		<description>I like you explinations. It help me with many problems given other developments. Many thanks for great assistance provided.

Please continue doing this helps for many who are thanking you kindly.

--Bryce</description>
		<content:encoded><![CDATA[<p>I like you explinations. It help me with many problems given other developments. Many thanks for great assistance provided.</p>
<p>Please continue doing this helps for many who are thanking you kindly.</p>
<p>&#8211;Bryce</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: swo</title>
		<link>http://jacwright.com/blog/75/how-to-roll-back-changes-using-subversion/comment-page-1/#comment-8473</link>
		<dc:creator>swo</dc:creator>
		<pubDate>Wed, 26 Aug 2009 16:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://jacwright.com/blog/75/how-to-roll-back-changes-using-subversion/#comment-8473</guid>
		<description>Very nicely done. This has got to be one of the best explanations of subversion merge operations I have ever ran across. The author even gives the reader context *gasp*. 

Well done sir.</description>
		<content:encoded><![CDATA[<p>Very nicely done. This has got to be one of the best explanations of subversion merge operations I have ever ran across. The author even gives the reader context *gasp*. </p>
<p>Well done sir.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
