<?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>Rayhan's blog (raynux.com) &#187; SVN</title>
	<atom:link href="http://raynux.com/blog/tag/svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://raynux.com/blog</link>
	<description>Rayhan's Personal Web Blog Site</description>
	<lastBuildDate>Fri, 16 Oct 2009 06:07:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>SVN Server backup &amp; Restore</title>
		<link>http://raynux.com/blog/2008/06/25/svn-server-backup-restore/</link>
		<comments>http://raynux.com/blog/2008/06/25/svn-server-backup-restore/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 06:00:48 +0000</pubDate>
		<dc:creator>rayhan</dc:creator>
				<category><![CDATA[Reference]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://raynux.com/blog/?p=28</guid>
		<description><![CDATA[Most of the time I forget what I did to solve a problem in the past. So I have decided to do some shorthand documentation. This post is on how did I import my project repository to the repository of my assembla account. First I took the backup of my repository in my windows pc [...]]]></description>
			<content:encoded><![CDATA[<p>Most of the time I forget what I did to solve a problem in the past. So I have decided to do some shorthand documentation. This post is on how did I import my project repository to the repository of my <a href="http://www.assembla.com">assembla</a> account. First I took the backup of my repository in my windows pc with the following command.</p>
<p>Windows:<br />
<code>cmd&gt;  svnadmin dump c:\repo\proj1 &gt; c:\proj_backup\proj1_date</code><br />
Equivalent Linux command:<br />
<code>shell&gt; svnadmin dump /repo_path/proj1 &gt; /backup_path/proj1_date</code></p>
<p>Then I created a test repository and imported the backup file to the new test repository to see whether it is working. After that I deleted the test repository. </p>
<p>Windows command:<br />
<code>cmd&gt; svnadmin create c:\repo_path\proj1_new<br />
cmd&gt; svnadmin load c:\repo_path\proj1_new &lt; c:\proj_backup\proj1_date<br />
cmd&gt; rmdir /s c:\repo_path\proj1_new</code><br />
Equivalent linux command:<br />
<code>shell&gt; svnadmin create /repo_path/proj1_new<br />
shell&gt; svnadmin load /repo_path/proj1_new &lt; /proj_backup/proj1_date<br />
shell&gt; rm -rf /repo_path/proj1_new</code></p>
<p>Then I created a zip copy of the backup file <strong>proj1_data</strong> to <strong>proj1_date.zip</strong> and imported the zip copy to my account of <a href="http://www.assembla.com">assembla</a>. This is how I solved the problem related to backup &amp; restore my project repository. <a href="http://dev.eiffel.com/Subversion_Tutorial">Subversion_Tutorial</a> is a nice SVN site for quick reference.</p>
]]></content:encoded>
			<wfw:commentRss>http://raynux.com/blog/2008/06/25/svn-server-backup-restore/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
