<?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>KramerC &#187; Assembla</title>
	<atom:link href="http://kramerc.com/tag/assembla/feed/" rel="self" type="application/rss+xml" />
	<link>http://kramerc.com</link>
	<description>A whole site about me, now isn&#039;t that cool.</description>
	<lastBuildDate>Wed, 12 Oct 2011 03:07:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to Revert Your SVN Repository on Assembla</title>
		<link>http://kramerc.com/2010/07/24/how-to-revert-your-svn-repository-on-assembla/</link>
		<comments>http://kramerc.com/2010/07/24/how-to-revert-your-svn-repository-on-assembla/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 06:36:16 +0000</pubDate>
		<dc:creator>Kramer</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Workarounds]]></category>
		<category><![CDATA[Assembla]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[revert]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://kramerc.com/?p=588</guid>
		<description><![CDATA[There is no simple way to revert your repository to a previous revision on Assembla. However, a reversion is possible by following these steps. First, export the SVN repository in your space. This can be done under the Import/Export section of your repository. It&#8217;ll take a minute for the dump to be created. Once that [...]]]></description>
			<content:encoded><![CDATA[<p>There is no simple way to revert your repository to a previous revision on Assembla. However, a reversion is possible by following these steps.</p>
<p>First, export the SVN repository in your space. This can be done under the Import/Export section of your repository. It&#8217;ll take a minute for the dump to be created. Once that has completed, download the repository dump.</p>
<p>Then, extract the contents of the ZIP file to a temporary directory, then run the following commands in the temporary directory:</p>
<pre>svnadmin create REPO_NAME
svnadmin load REPO_NAME &lt; rXX.dump
svnadmin dump -r 1:YY REPO_NAME --incremental &gt; rYY.dump
gzip rYY.dump
</pre>
<p>Replace XX with the current revision of your repository, YY with the revision you wish to revert to, and REPO_NAME with any name, such as your repository&#8217;s name. This name will not be carried over later.</p>
<p>Afterwards, delete the repository tool on Assembla by going to Admin -&gt; Tools, then clicking Delete next to it which is located on the right. Now re-add the Source/SVN repository tool.</p>
<p>Finally, import the dump to the newly created repository by going to the Import/Export section and uploading the gzipped SVN dump. The process will take from a few to several minutes depending on how large your repository is.</p>
<p>Your repository should now be reverted back to the revision you specified.</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 225px; width: 1px; height: 1px; overflow: hidden;">
<p>There is no simple way to revert your repository to a previous  revision on Assembla. However, a reversion can be done following these  steps.</p>
<p>First, export the SVN repository in your space. This  can be done under the Import/Export section of your repository. It&#8217;ll  take a minute for the dump to be created. Once that&#8217;s finished download  the dump.</p>
<p>Then, extract the contents of the ZIP file to a temporary directory, then run the following commands in the temporary directory:</p>
<pre>svnadmin create REPO_NAME
svnadmin load REPO_NAME &lt; rXX.dump
svnadmin dump -r 1:YY REPO_NAME --incremental &gt; rYY.dump
gzip rYY.dump
</pre>
<p>Replace  XX with the current revision of your repository, YY with the revision  you wish to revert to, and REPO_NAME with whatever you like. The  temporary repository name will not be carried over.</p>
<p>Afterward,  delete the repository on Assembla by going to Admin -&gt; Tools, then  Delete it on the right. Now re-add the Source/SVN repository.</p>
<p>Finally,  import the dump to the newly created repository by going to the  Import/Export section and uploading the gzipped SVN dump. The process  will take a few to several minutes depending on how big your repository  is.</p>
<p>You&#8217;re repository should now be reverted.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://kramerc.com/2010/07/24/how-to-revert-your-svn-repository-on-assembla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

