<?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: How to Move a Subversion Repository</title>
	<atom:link href="http://www.digitalmediaminute.com/article/2251/how-to-move-a-subversion-repository/feed" rel="self" type="application/rss+xml" />
	<link>http://www.digitalmediaminute.com/article/2251/how-to-move-a-subversion-repository</link>
	<description>News that matters for Web Developers</description>
	<lastBuildDate>Sat, 04 Feb 2012 20:26:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Amy Thomas</title>
		<link>http://www.digitalmediaminute.com/article/2251/how-to-move-a-subversion-repository/comment-page-1#comment-645102</link>
		<dc:creator>Amy Thomas</dc:creator>
		<pubDate>Tue, 03 Jun 2008 21:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalmediaminute.com/article/2251/how-to-move-a-subversion-repository#comment-645102</guid>
		<description>How can I move source repository code that is in under one path to a different path.
Right now I have code under say,/data/MyStuff/Projects/proj1 I would like to move proj1 to
/data/Other/NewProjects/proj1.
Is this a complex task? 
Thanks</description>
		<content:encoded><![CDATA[<p>How can I move source repository code that is in under one path to a different path.<br />
Right now I have code under say,/data/MyStuff/Projects/proj1 I would like to move proj1 to<br />
/data/Other/NewProjects/proj1.<br />
Is this a complex task?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandrala</title>
		<link>http://www.digitalmediaminute.com/article/2251/how-to-move-a-subversion-repository/comment-page-1#comment-590638</link>
		<dc:creator>Chandrala</dc:creator>
		<pubDate>Tue, 29 Apr 2008 06:00:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalmediaminute.com/article/2251/how-to-move-a-subversion-repository#comment-590638</guid>
		<description>Hi..

 I tried the steps mentioned above.But didnt work.Tried Al&#039;s Fix as well..didnt work either...:( What am I doing wrong?)Plz help..</description>
		<content:encoded><![CDATA[<p>Hi..</p>
<p> I tried the steps mentioned above.But didnt work.Tried Al&#8217;s Fix as well..didnt work either&#8230;:( What am I doing wrong?)Plz help..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon</title>
		<link>http://www.digitalmediaminute.com/article/2251/how-to-move-a-subversion-repository/comment-page-1#comment-555464</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Tue, 08 Apr 2008 07:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalmediaminute.com/article/2251/how-to-move-a-subversion-repository#comment-555464</guid>
		<description>It is sometimes convenient to do transfers through ssh, like tar or svn dumps -- as long as you aren&#039;t going to have a problem with the transfer being interrupted.

The following command will make the destination local repository, then
 ssh to the remote repository source, and
 dump the repository through gzip, whilst piping (stdout) it through the ssh connection...
 ...back to localhost where the stream is uncompressed and piped into svnadmin to load it.

svnadmin create reponame &amp;&amp; ssh user@source_host &quot;svnadmin dump /path/reponame &#124; gzip -c&quot; &#124; gunzip -c &#124; svnadmin load /dest_path/reponame

If the local repository has already been made this whole command will refuse to work.  You can change the &amp;&amp; to a semicolon ; if you wish it to perform the transfer regardless of the destination repository&#039;s existence.  svnadmin load can apparently load into a non-empty repository.</description>
		<content:encoded><![CDATA[<p>It is sometimes convenient to do transfers through ssh, like tar or svn dumps &#8212; as long as you aren&#8217;t going to have a problem with the transfer being interrupted.</p>
<p>The following command will make the destination local repository, then<br />
 ssh to the remote repository source, and<br />
 dump the repository through gzip, whilst piping (stdout) it through the ssh connection&#8230;<br />
 &#8230;back to localhost where the stream is uncompressed and piped into svnadmin to load it.</p>
<p>svnadmin create reponame &amp;&amp; ssh user@source_host &#8220;svnadmin dump /path/reponame | gzip -c&#8221; | gunzip -c | svnadmin load /dest_path/reponame</p>
<p>If the local repository has already been made this whole command will refuse to work.  You can change the &amp;&amp; to a semicolon ; if you wish it to perform the transfer regardless of the destination repository&#8217;s existence.  svnadmin load can apparently load into a non-empty repository.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abbas</title>
		<link>http://www.digitalmediaminute.com/article/2251/how-to-move-a-subversion-repository/comment-page-1#comment-407573</link>
		<dc:creator>Abbas</dc:creator>
		<pubDate>Thu, 17 Jan 2008 19:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalmediaminute.com/article/2251/how-to-move-a-subversion-repository#comment-407573</guid>
		<description>Thanks for the info! It worked like a charm and saved me time. People on the internet - you are just great!</description>
		<content:encoded><![CDATA[<p>Thanks for the info! It worked like a charm and saved me time. People on the internet &#8211; you are just great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://www.digitalmediaminute.com/article/2251/how-to-move-a-subversion-repository/comment-page-1#comment-371095</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Wed, 12 Dec 2007 19:03:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalmediaminute.com/article/2251/how-to-move-a-subversion-repository#comment-371095</guid>
		<description>You can also pipe to the unix command &quot;split&quot; instead of directly outputting to a file

svnadmin dump /var/lib/svn/repositories/repo_name &#124; split -b 700m - mysvnproj.dump.tar.gz

This will give you 700 megabyte tar.gz files with the extension &quot;tar.gzaa&quot;, &quot;tar.gzab&quot;, etc.  (note the space dash space to read from the pipe)  You can add an extra dot if you want.  Then, at your other server:

cat mysvnproj.dump.tar.gz*  &#124; svnadmin load /var/lib/svn/repositories/repo_name

Do this after creating your new repo as per the original article.</description>
		<content:encoded><![CDATA[<p>You can also pipe to the unix command &#8220;split&#8221; instead of directly outputting to a file</p>
<p>svnadmin dump /var/lib/svn/repositories/repo_name | split -b 700m &#8211; mysvnproj.dump.tar.gz</p>
<p>This will give you 700 megabyte tar.gz files with the extension &#8220;tar.gzaa&#8221;, &#8220;tar.gzab&#8221;, etc.  (note the space dash space to read from the pipe)  You can add an extra dot if you want.  Then, at your other server:</p>
<p>cat mysvnproj.dump.tar.gz*  | svnadmin load /var/lib/svn/repositories/repo_name</p>
<p>Do this after creating your new repo as per the original article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2007-10-27 &#171; dstelow notes&#8230;</title>
		<link>http://www.digitalmediaminute.com/article/2251/how-to-move-a-subversion-repository/comment-page-1#comment-323811</link>
		<dc:creator>links for 2007-10-27 &#171; dstelow notes&#8230;</dc:creator>
		<pubDate>Sun, 28 Oct 2007 00:26:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalmediaminute.com/article/2251/how-to-move-a-subversion-repository#comment-323811</guid>
		<description>[...] How to Move a Subversion Repository (tags: dev sourcecontrol svn opensource) [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Move a Subversion Repository (tags: dev sourcecontrol svn opensource) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al</title>
		<link>http://www.digitalmediaminute.com/article/2251/how-to-move-a-subversion-repository/comment-page-1#comment-291024</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Thu, 27 Sep 2007 07:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalmediaminute.com/article/2251/how-to-move-a-subversion-repository#comment-291024</guid>
		<description>I needed to move my repository to a raided drive on the same system, so I just stopped the SVN service, copied the files to my new drive. I deleted the old SVN service and created a new service with the path to the new repository location. It seems to be working fine. The reason I did this is because I have quite a few projects that I keep as separate repositories, so it would&#039;ve been painful to move each and everyone of them (20+). Also, recreating the project on the same server, would mean that I&#039;d have to deal with renaming things, etc., etc.</description>
		<content:encoded><![CDATA[<p>I needed to move my repository to a raided drive on the same system, so I just stopped the SVN service, copied the files to my new drive. I deleted the old SVN service and created a new service with the path to the new repository location. It seems to be working fine. The reason I did this is because I have quite a few projects that I keep as separate repositories, so it would&#8217;ve been painful to move each and everyone of them (20+). Also, recreating the project on the same server, would mean that I&#8217;d have to deal with renaming things, etc., etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roger pack</title>
		<link>http://www.digitalmediaminute.com/article/2251/how-to-move-a-subversion-repository/comment-page-1#comment-250965</link>
		<dc:creator>roger pack</dc:creator>
		<pubDate>Fri, 10 Aug 2007 03:38:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalmediaminute.com/article/2251/how-to-move-a-subversion-repository#comment-250965</guid>
		<description>To decrease the size you can create a dump of only diffs, too :)</description>
		<content:encoded><![CDATA[<p>To decrease the size you can create a dump of only diffs, too :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Polymorphic Podcast : Podcast: Subversion Quickstart for .NET Developers</title>
		<link>http://www.digitalmediaminute.com/article/2251/how-to-move-a-subversion-repository/comment-page-1#comment-250651</link>
		<dc:creator>Polymorphic Podcast : Podcast: Subversion Quickstart for .NET Developers</dc:creator>
		<pubDate>Thu, 09 Aug 2007 14:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalmediaminute.com/article/2251/how-to-move-a-subversion-repository#comment-250651</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Koz</title>
		<link>http://www.digitalmediaminute.com/article/2251/how-to-move-a-subversion-repository/comment-page-1#comment-235841</link>
		<dc:creator>Koz</dc:creator>
		<pubDate>Tue, 17 Jul 2007 23:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalmediaminute.com/article/2251/how-to-move-a-subversion-repository#comment-235841</guid>
		<description>Wicked, this is brilliant, saved my butt cheerz</description>
		<content:encoded><![CDATA[<p>Wicked, this is brilliant, saved my butt cheerz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Larry Rubin</title>
		<link>http://www.digitalmediaminute.com/article/2251/how-to-move-a-subversion-repository/comment-page-1#comment-168827</link>
		<dc:creator>Larry Rubin</dc:creator>
		<pubDate>Wed, 09 May 2007 02:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalmediaminute.com/article/2251/how-to-move-a-subversion-repository#comment-168827</guid>
		<description>Worked like a charm. Thanks!

If you&#039;re using svn w/ trac you will need to a) update your trac conf to point to the new repo location, and b) resync trac</description>
		<content:encoded><![CDATA[<p>Worked like a charm. Thanks!</p>
<p>If you&#8217;re using svn w/ trac you will need to a) update your trac conf to point to the new repo location, and b) resync trac</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.digitalmediaminute.com/article/2251/how-to-move-a-subversion-repository/comment-page-1#comment-122657</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Sun, 18 Mar 2007 05:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalmediaminute.com/article/2251/how-to-move-a-subversion-repository#comment-122657</guid>
		<description>This tutorial is great, however, I think the change directory step is not necessary, it can be simplified as:

svnadmin create new-repository-path
svnadmin load new-repository-path</description>
		<content:encoded><![CDATA[<p>This tutorial is great, however, I think the change directory step is not necessary, it can be simplified as:</p>
<p>svnadmin create new-repository-path<br />
svnadmin load new-repository-path</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris Bravo</title>
		<link>http://www.digitalmediaminute.com/article/2251/how-to-move-a-subversion-repository/comment-page-1#comment-106918</link>
		<dc:creator>Kris Bravo</dc:creator>
		<pubDate>Sun, 25 Feb 2007 01:56:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalmediaminute.com/article/2251/how-to-move-a-subversion-repository#comment-106918</guid>
		<description>May want to mention how to beging using the new location if you already have a working copy checked out &amp; the url changed.</description>
		<content:encoded><![CDATA[<p>May want to mention how to beging using the new location if you already have a working copy checked out &amp; the url changed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Wang</title>
		<link>http://www.digitalmediaminute.com/article/2251/how-to-move-a-subversion-repository/comment-page-1#comment-103456</link>
		<dc:creator>Dan Wang</dc:creator>
		<pubDate>Tue, 20 Feb 2007 23:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalmediaminute.com/article/2251/how-to-move-a-subversion-repository#comment-103456</guid>
		<description>I tried this procedure on Windows XP and everything works up till the point of svnadmin load.  I can see on the DOS console the different revisions being sucked in.  However, if I try a svn checkout from the newly loaded repository, the system keeps complaining that the repository is not found.  
I check and find that under the db subdirectory, there are a number of revisions as I expected. 
Any suggestions?</description>
		<content:encoded><![CDATA[<p>I tried this procedure on Windows XP and everything works up till the point of svnadmin load.  I can see on the DOS console the different revisions being sucked in.  However, if I try a svn checkout from the newly loaded repository, the system keeps complaining that the repository is not found.<br />
I check and find that under the db subdirectory, there are a number of revisions as I expected.<br />
Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bryan</title>
		<link>http://www.digitalmediaminute.com/article/2251/how-to-move-a-subversion-repository/comment-page-1#comment-87846</link>
		<dc:creator>bryan</dc:creator>
		<pubDate>Tue, 30 Jan 2007 05:11:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalmediaminute.com/article/2251/how-to-move-a-subversion-repository#comment-87846</guid>
		<description>thanks, it works :)</description>
		<content:encoded><![CDATA[<p>thanks, it works :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

