<?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: Subversion Fix: svn copy causes &#8220;Repository moved permanently to &#8216;&#8230;&#8217;; please relocate</title>
	<atom:link href="http://www.rkrishardy.com/2009/12/subversion-fix-svn-copy-causes-repository-moved-permanentl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rkrishardy.com/2009/12/subversion-fix-svn-copy-causes-repository-moved-permanentl/</link>
	<description>Software Development, Web Applications and Business Analytics</description>
	<lastBuildDate>Tue, 04 Oct 2011 12:16:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ian</title>
		<link>http://www.rkrishardy.com/2009/12/subversion-fix-svn-copy-causes-repository-moved-permanentl/comment-page-1/#comment-9080</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Mon, 11 Jul 2011 11:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.rkrishardy.com/?p=220#comment-9080</guid>
		<description>Many thanks, this solved what was becoming a very irritating problem. I&#039;d been using Codendi to manage my repositories. Moving the repos out, editing the config file and then making a symbolic link from the codendi location to the new repo location worked a treat. I just need to port the rest of my repos over having proved it on one.

Thanks again, Ian</description>
		<content:encoded><![CDATA[<p>Many thanks, this solved what was becoming a very irritating problem. I&#8217;d been using Codendi to manage my repositories. Moving the repos out, editing the config file and then making a symbolic link from the codendi location to the new repo location worked a treat. I just need to port the rest of my repos over having proved it on one.</p>
<p>Thanks again, Ian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neill</title>
		<link>http://www.rkrishardy.com/2009/12/subversion-fix-svn-copy-causes-repository-moved-permanentl/comment-page-1/#comment-8688</link>
		<dc:creator>Neill</dc:creator>
		<pubDate>Fri, 17 Jun 2011 21:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.rkrishardy.com/?p=220#comment-8688</guid>
		<description>Thanks for the solution and the clear explanation. now I also understand the root cause of this problem.</description>
		<content:encoded><![CDATA[<p>Thanks for the solution and the clear explanation. now I also understand the root cause of this problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Problem with Apache2 and Subversion on openSUSE 11.4 solved &#124; Torbjörn Klatt</title>
		<link>http://www.rkrishardy.com/2009/12/subversion-fix-svn-copy-causes-repository-moved-permanentl/comment-page-1/#comment-8512</link>
		<dc:creator>Problem with Apache2 and Subversion on openSUSE 11.4 solved &#124; Torbjörn Klatt</dc:creator>
		<pubDate>Wed, 08 Jun 2011 12:35:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.rkrishardy.com/?p=220#comment-8512</guid>
		<description>[...] Having the SVN repository root in /srv/svn, the vhost root in /srv/www/ and declaring an alias /svn pointing to /srv/svn (Alias /svn &quot;/srv/svn&quot;) in /etc/apache2/conf.d/subversion.conf is throwing up Apache&#8217;s DAV SVN module (as described here). [...]</description>
		<content:encoded><![CDATA[<p>[...] Having the SVN repository root in /srv/svn, the vhost root in /srv/www/ and declaring an alias /svn pointing to /srv/svn (Alias /svn &quot;/srv/svn&quot;) in /etc/apache2/conf.d/subversion.conf is throwing up Apache&#8217;s DAV SVN module (as described here). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HowTo: Apache2 and Subversion (SVN) with Access Control on openSUSE 11.4</title>
		<link>http://www.rkrishardy.com/2009/12/subversion-fix-svn-copy-causes-repository-moved-permanentl/comment-page-1/#comment-8508</link>
		<dc:creator>HowTo: Apache2 and Subversion (SVN) with Access Control on openSUSE 11.4</dc:creator>
		<pubDate>Wed, 08 Jun 2011 09:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.rkrishardy.com/?p=220#comment-8508</guid>
		<description>[...] in /etc/apache2/conf.d/subversion.conf is throwing up Apache&#039;s DAV SVN module (as described here). Browsing the repository in a random webbrowser is possible and does not throw any warnings or [...]</description>
		<content:encoded><![CDATA[<p>[...] in /etc/apache2/conf.d/subversion.conf is throwing up Apache&#39;s DAV SVN module (as described here). Browsing the repository in a random webbrowser is possible and does not throw any warnings or [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sufferer</title>
		<link>http://www.rkrishardy.com/2009/12/subversion-fix-svn-copy-causes-repository-moved-permanentl/comment-page-1/#comment-8497</link>
		<dc:creator>sufferer</dc:creator>
		<pubDate>Tue, 07 Jun 2011 21:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.rkrishardy.com/?p=220#comment-8497</guid>
		<description>Thank so so much for this report and fix. Initially I had the svn-repo in /srv/svn and the webserver was pointing to /srv/www/. That DAV_SVN is having problems with HTTPD Aliases is written nowhere. Thank you very much.</description>
		<content:encoded><![CDATA[<p>Thank so so much for this report and fix. Initially I had the svn-repo in /srv/svn and the webserver was pointing to /srv/www/. That DAV_SVN is having problems with HTTPD Aliases is written nowhere. Thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris</title>
		<link>http://www.rkrishardy.com/2009/12/subversion-fix-svn-copy-causes-repository-moved-permanentl/comment-page-1/#comment-7457</link>
		<dc:creator>Kris</dc:creator>
		<pubDate>Tue, 05 Apr 2011 04:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.rkrishardy.com/?p=220#comment-7457</guid>
		<description>Bo,

What is the file path that Apache serves files from if you visit http://www.xxx.yyy.zz/webdav?

If it is /opt/apache-2.2.17/httpd/Physics/webdav, then you likely have Apache and mod_dav_svn fighting over who will serve the requests.  The fix, if this is the case, is to move your repository folder (.../repository) outside of .../httpd, and set the SVNPath to the new path to .../repository.

It&#039;s just a guess, but that&#039;s a problem that I have run into before.

-Kris</description>
		<content:encoded><![CDATA[<p>Bo,</p>
<p>What is the file path that Apache serves files from if you visit <a href="http://www.xxx.yyy.zz/webdav?" rel="nofollow">http://www.xxx.yyy.zz/webdav?</a></p>
<p>If it is /opt/apache-2.2.17/httpd/Physics/webdav, then you likely have Apache and mod_dav_svn fighting over who will serve the requests.  The fix, if this is the case, is to move your repository folder (&#8230;/repository) outside of &#8230;/httpd, and set the SVNPath to the new path to &#8230;/repository.</p>
<p>It&#8217;s just a guess, but that&#8217;s a problem that I have run into before.</p>
<p>-Kris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bo Thidé</title>
		<link>http://www.rkrishardy.com/2009/12/subversion-fix-svn-copy-causes-repository-moved-permanentl/comment-page-1/#comment-7450</link>
		<dc:creator>Bo Thidé</dc:creator>
		<pubDate>Mon, 04 Apr 2011 19:59:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.rkrishardy.com/?p=220#comment-7450</guid>
		<description>I have tried to follow the instructions above but still haven&#039;t succeeded to use my remote svn-activated WebDAV apache server [Apache/2.2.17 (Unix) DAV/2 SVN/1.6.16 Server at ... ] but have failed miserably, time and time again.

Even with setup on the remote WebDAV svn server as simple as:

 
    DAV svn
    SVNPath /opt/apache-2.2.17/httpd/Physics/webdav/SVN/repository
 

and using the following command on my local machine (xxx.yyy.zz replacing the actual part of the WebDAV URL)

 svn import http://www.xxx.yyy.zz/webdav/SVN/repository

yields the error 

 svn: Repository moved permanently to &#039;http://www.xxx.yyy.zz/webdav /SVN/repository/&#039;; please relocate

After working in vain for days trying to set up svn on the WebDAV server I have to ask myself if it is worth the effort. How difficult can it be???
Grateful for any help,

Bo</description>
		<content:encoded><![CDATA[<p>I have tried to follow the instructions above but still haven&#8217;t succeeded to use my remote svn-activated WebDAV apache server [Apache/2.2.17 (Unix) DAV/2 SVN/1.6.16 Server at ... ] but have failed miserably, time and time again.</p>
<p>Even with setup on the remote WebDAV svn server as simple as:</p>
<p>    DAV svn<br />
    SVNPath /opt/apache-2.2.17/httpd/Physics/webdav/SVN/repository</p>
<p>and using the following command on my local machine (xxx.yyy.zz replacing the actual part of the WebDAV URL)</p>
<p> svn import <a href="http://www.xxx.yyy.zz/webdav/SVN/repository" rel="nofollow">http://www.xxx.yyy.zz/webdav/SVN/repository</a></p>
<p>yields the error </p>
<p> svn: Repository moved permanently to &#8216;<a href="http://www.xxx.yyy.zz/webdav" rel="nofollow">http://www.xxx.yyy.zz/webdav</a> /SVN/repository/&#8217;; please relocate</p>
<p>After working in vain for days trying to set up svn on the WebDAV server I have to ask myself if it is worth the effort. How difficult can it be???<br />
Grateful for any help,</p>
<p>Bo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daniela</title>
		<link>http://www.rkrishardy.com/2009/12/subversion-fix-svn-copy-causes-repository-moved-permanentl/comment-page-1/#comment-3511</link>
		<dc:creator>daniela</dc:creator>
		<pubDate>Fri, 18 Jun 2010 11:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.rkrishardy.com/?p=220#comment-3511</guid>
		<description>Hi all

I have a similar problem but when i try to do a svn checkout.

I get this error 

:/var/www# svn co http://10.0.0.1/Prueba/trunk/ prueba 
svn: Repository moved permanently to &#039;http://10.0.0.1/Prueba/trunk/ prueba&#039;; please relocate

How can i fix this??

Thanks</description>
		<content:encoded><![CDATA[<p>Hi all</p>
<p>I have a similar problem but when i try to do a svn checkout.</p>
<p>I get this error </p>
<p>:/var/www# svn co <a href="http://10.0.0.1/Prueba/trunk/" rel="nofollow">http://10.0.0.1/Prueba/trunk/</a> prueba<br />
svn: Repository moved permanently to &#8216;<a href="http://10.0.0.1/Prueba/trunk/" rel="nofollow">http://10.0.0.1/Prueba/trunk/</a> prueba&#8217;; please relocate</p>
<p>How can i fix this??</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris</title>
		<link>http://www.rkrishardy.com/2009/12/subversion-fix-svn-copy-causes-repository-moved-permanentl/comment-page-1/#comment-3347</link>
		<dc:creator>Kris</dc:creator>
		<pubDate>Thu, 15 Apr 2010 09:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.rkrishardy.com/?p=220#comment-3347</guid>
		<description>Thanks for the note!  I added it to the post as another think to look for.</description>
		<content:encoded><![CDATA[<p>Thanks for the note!  I added it to the post as another think to look for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shrenik</title>
		<link>http://www.rkrishardy.com/2009/12/subversion-fix-svn-copy-causes-repository-moved-permanentl/comment-page-1/#comment-3345</link>
		<dc:creator>Shrenik</dc:creator>
		<pubDate>Thu, 15 Apr 2010 08:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.rkrishardy.com/?p=220#comment-3345</guid>
		<description>Issue solved.

Discovered one more way to reproduce this problem.


       Alias /iarepos    &quot;/srv/svn/iarepos&quot;


This should not have been there. Had tried commenting this before as well but may be the sequence of changes and tests were not well-coordinated.
Removing this solved the issue.</description>
		<content:encoded><![CDATA[<p>Issue solved.</p>
<p>Discovered one more way to reproduce this problem.</p>
<p>       Alias /iarepos    &#8220;/srv/svn/iarepos&#8221;</p>
<p>This should not have been there. Had tried commenting this before as well but may be the sequence of changes and tests were not well-coordinated.<br />
Removing this solved the issue.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

