<?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>Alex Rodriguez &#187; subversion svn backup recovery</title>
	<atom:link href="http://www.alexbr.com/wblog/?feed=rss2&#038;tag=subversion-svn-backup-recovery" rel="self" type="application/rss+xml" />
	<link>http://www.alexbr.com/wblog</link>
	<description>I don&#039;t play baseball.</description>
	<lastBuildDate>Mon, 07 Jun 2010 14:10:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Subversion Backup and Recovery</title>
		<link>http://www.alexbr.com/wblog/?p=103</link>
		<comments>http://www.alexbr.com/wblog/?p=103#comments</comments>
		<pubDate>Thu, 29 Oct 2009 20:22:30 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[subversion svn backup recovery]]></category>

		<guid isPermaLink="false">http://www.alexbr.com/wblog/?p=103</guid>
		<description><![CDATA[I wanted to convert one of our production machines from Fedora to Ubuntu server. One of the services this machine was running was subversion.
I both tarred up the repository directory and used &#8217;svnadmin dump&#8217; to backup the repository. I scp&#8217;ed both files to another server.
Upon recovery I wanted to use the dump but the dump [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to convert one of our production machines from Fedora to Ubuntu server. One of the services this machine was running was subversion.</p>
<p>I both tarred up the repository directory and used &#8217;svnadmin dump&#8217; to backup the repository. I scp&#8217;ed both files to another server.</p>
<p>Upon recovery I wanted to use the dump but the dump file became corrupted.</p>
<p>Luckily, there&#8217;s an easy way to recover from a repository file backup. I just untarred the repository and used</p>
<div class="codecolorer-container bash vibrant" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:430px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">svnadmin</span> recover <span style="color: #000000; font-weight: bold;">&lt;</span>repo path<span style="color: #000000; font-weight: bold;">&gt;</span></div></td></tr></tbody></table></div>
<p>It worked great!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alexbr.com/wblog/?feed=rss2&amp;p=103</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
