<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>&#60;SourceBench/&#62; Your place to share code stuff &#187; subversion</title>
	<atom:link href="http://sourcebench.com/tag/subversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://sourcebench.com</link>
	<description></description>
	<lastBuildDate>Tue, 04 May 2010 07:57:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Rollback (revert) to a previous subversion revision</title>
		<link>http://sourcebench.com/languages/bash/sourcecode-languagebash-revert-a-c/</link>
		<comments>http://sourcebench.com/languages/bash/sourcecode-languagebash-revert-a-c/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 03:14:18 +0000</pubDate>
		<dc:creator>The SourceBench</dc:creator>
				<category><![CDATA[Bash/shell]]></category>
		<category><![CDATA[merge]]></category>
		<category><![CDATA[revert]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://sourcebench.com/?p=4</guid>
		<description><![CDATA[# revert a change to the previous revision
# dry run to see what will happen
svn merge --dry-run -r:revision_to_revert:revision_to_revert_to http://repository-url.com/project/trunk
# do the merge
svn merge -r:revision_to_revert:revision_to_revert_to http://repository-url.com/project/trunk
# and commit it
svn commit -m &#34;reverted from revision_to_revert to revision_to_revert_to&#34;]]></description>
			<content:encoded><![CDATA[<pre class="brush: bash;"># revert a change to the previous revision
# dry run to see what will happen
svn merge --dry-run -r:revision_to_revert:revision_to_revert_to <a href="http://repository-url.com/project/trunk" rel="nofollow">http://repository-url.com/project/trunk</a>
# do the merge
svn merge -r:revision_to_revert:revision_to_revert_to <a href="http://repository-url.com/project/trunk" rel="nofollow">http://repository-url.com/project/trunk</a>
# and commit it
svn commit -m &quot;reverted from revision_to_revert to revision_to_revert_to&quot;</pre>]]></content:encoded>
			<wfw:commentRss>http://sourcebench.com/languages/bash/sourcecode-languagebash-revert-a-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
