<?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: Reverting All Local Changes in SVN</title>
	<atom:link href="http://fredericiana.com/2008/06/11/reverting-all-local-changes-in-svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://fredericiana.com/2008/06/11/reverting-all-local-changes-in-svn/</link>
	<description>Open Source, The Web, And German-American Oddities</description>
	<lastBuildDate>Sat, 31 Mar 2012 00:13:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sandy</title>
		<link>http://fredericiana.com/2008/06/11/reverting-all-local-changes-in-svn/comment-page-1/#comment-173189</link>
		<dc:creator>Sandy</dc:creator>
		<pubDate>Tue, 22 Jul 2008 20:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/?p=1300#comment-173189</guid>
		<description>@mrrau: No, there is no way to revert revert.  When I have any doubts, I run svn diff &gt; current-work.diff from the top of my working copy before reverting.  Then you have a patch you can re-apply if you are missing something.</description>
		<content:encoded><![CDATA[<p>@mrrau: No, there is no way to revert revert.  When I have any doubts, I run svn diff &gt; current-work.diff from the top of my working copy before reverting.  Then you have a patch you can re-apply if you are missing something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrrau</title>
		<link>http://fredericiana.com/2008/06/11/reverting-all-local-changes-in-svn/comment-page-1/#comment-172612</link>
		<dc:creator>mrrau</dc:creator>
		<pubDate>Mon, 21 Jul 2008 10:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/?p=1300#comment-172612</guid>
		<description>And maybe somebody know how to revert revert?
I have lost my all uncommited changes because of accidentally using revert :(</description>
		<content:encoded><![CDATA[<p>And maybe somebody know how to revert revert?<br />
I have lost my all uncommited changes because of accidentally using revert <img src='http://fredericiana.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://fredericiana.com/2008/06/11/reverting-all-local-changes-in-svn/comment-page-1/#comment-159848</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Wed, 11 Jun 2008 23:37:15 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/?p=1300#comment-159848</guid>
		<description>Heh, thanks. I could toootally swear last time I checked svn revert&#039;s syntax it didn&#039;t have a recursive switch yet, but that&#039;d probably turn out to be wrong. Maybe I wasn&#039;t wearing my glasses or something.

I think, actually I was just looking for an excuse to use awk in public. :-D</description>
		<content:encoded><![CDATA[<p>Heh, thanks. I could toootally swear last time I checked svn revert&#8217;s syntax it didn&#8217;t have a recursive switch yet, but that&#8217;d probably turn out to be wrong. Maybe I wasn&#8217;t wearing my glasses or something.</p>
<p>I think, actually I was just looking for an excuse to use awk in public. <img src='http://fredericiana.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandy</title>
		<link>http://fredericiana.com/2008/06/11/reverting-all-local-changes-in-svn/comment-page-1/#comment-159847</link>
		<dc:creator>Sandy</dc:creator>
		<pubDate>Wed, 11 Jun 2008 23:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/?p=1300#comment-159847</guid>
		<description>Eevee beat me to it, but I think it&#039;s awesome that this is the first solution that occurred to you, even though &quot;svn help revert&quot; or even just Google would have made your job easier.  This implies that you&#039;re a leader, or something.  :-P  Also, I&#039;m impressed at your awk skillz.</description>
		<content:encoded><![CDATA[<p>Eevee beat me to it, but I think it&#8217;s awesome that this is the first solution that occurred to you, even though &#8220;svn help revert&#8221; or even just Google would have made your job easier.  This implies that you&#8217;re a leader, or something.  <img src='http://fredericiana.com/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' />   Also, I&#8217;m impressed at your awk skillz.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://fredericiana.com/2008/06/11/reverting-all-local-changes-in-svn/comment-page-1/#comment-159796</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Wed, 11 Jun 2008 17:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/?p=1300#comment-159796</guid>
		<description>Haha, see -- I knew it! Thanks!

(Of course you do need to admit, my way looks way cooler ;) )</description>
		<content:encoded><![CDATA[<p>Haha, see &#8212; I knew it! Thanks!</p>
<p>(Of course you do need to admit, my way looks way cooler <img src='http://fredericiana.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eevee</title>
		<link>http://fredericiana.com/2008/06/11/reverting-all-local-changes-in-svn/comment-page-1/#comment-159794</link>
		<dc:creator>Eevee</dc:creator>
		<pubDate>Wed, 11 Jun 2008 17:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/?p=1300#comment-159794</guid>
		<description>svn revert -R .</description>
		<content:encoded><![CDATA[<p>svn revert -R .</p>
]]></content:encoded>
	</item>
</channel>
</rss>

