<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.andreas-duffner.de/index.php?action=history&amp;feed=atom&amp;title=Move_svn_repository</id>
	<title>Move svn repository - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.andreas-duffner.de/index.php?action=history&amp;feed=atom&amp;title=Move_svn_repository"/>
	<link rel="alternate" type="text/html" href="http://wiki.andreas-duffner.de/index.php?title=Move_svn_repository&amp;action=history"/>
	<updated>2026-04-07T18:49:54Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>http://wiki.andreas-duffner.de/index.php?title=Move_svn_repository&amp;diff=125&amp;oldid=prev</id>
		<title>Andreas: Created page with &quot;Create the backup  svnadmin dump /path/repository &gt; backup.dump  Now copy the backup to the destination and there create a new repository  svnadmin create /path/repository  Re...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.andreas-duffner.de/index.php?title=Move_svn_repository&amp;diff=125&amp;oldid=prev"/>
		<updated>2016-02-16T11:41:52Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Create the backup  svnadmin dump /path/repository &amp;gt; backup.dump  Now copy the backup to the destination and there create a new repository  svnadmin create /path/repository  Re...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Create the backup&lt;br /&gt;
 svnadmin dump /path/repository &amp;gt; backup.dump&lt;br /&gt;
&lt;br /&gt;
Now copy the backup to the destination and there create a new repository&lt;br /&gt;
 svnadmin create /path/repository&lt;br /&gt;
&lt;br /&gt;
Restore the data&lt;br /&gt;
 svnadmin load /path/repository &amp;lt; backup.dump&lt;br /&gt;
&lt;br /&gt;
Set the owner&lt;br /&gt;
 chown -R user:group /path/repository   (www-data ?)&lt;br /&gt;
&lt;br /&gt;
Set the rights&lt;br /&gt;
 chmod -R 750 /path/repository&lt;br /&gt;
&lt;br /&gt;
If you need to point a working copy to the new url: (don&amp;#039;t forget the point at the end) New svn versions have &amp;quot;svn relocate&amp;quot;.&lt;br /&gt;
 svn switch --relocate file:///var/svn/repos file:///tmp/newlocation .&lt;/div&gt;</summary>
		<author><name>Andreas</name></author>
	</entry>
</feed>