Note that there are some explanatory texts on larger screens.

plurals
  1. POSVN: "repository moved permantly" error when adding a new folder under root
    primarykey
    data
    text
    <p>I am having a strange problem with SVN: SVN is located in <code>http://local/svn</code> (linux + apache), where I have several repos: <code>http://local/svn/repo1</code>, <code>http://local/svn/repo2</code> etc</p> <p>My SVN client is in Windows and the folder is <code>c:\mysvn</code>.</p> <p>When I commiting an existing sub-folder (e.g. <code>http://local/svn/repo1/folder1</code>), everything works OK!</p> <p>When I add and try to commit a new sub-folder in Windows (e.g. <code>c:\mysvn\repo1\folder2</code>) I get the error:</p> <p>"Repository moved permantly to <code>http://local/svn/repo1</code>; please relocate"</p> <p>When I try to relocate, I get the same error.</p> <p>This happens to all repos I have. It didn't happen before, but I can not recall any recent changes on the CentOS server.</p> <p>Here is my <code>/etc/httpd/conf.d/subversion.conf</code></p> <pre><code>&lt;Location /svn&gt; DAV svn SVNParentPath /var/www/svn AuthType Basic AuthName "Subversion repos" AuthUserFile /etc/svn-users Require valid-user &lt;/Location&gt; </code></pre> <p>And the access_log file from apache:</p> <pre><code>192.168.2.15 - - [21/Nov/2013:11:14:10 +0200] "OPTIONS /svn/archives HTTP/1.1" 401 482 "-" "SVN/1.8.4 (x64-microsoft-windows) serf/1.3.2 TortoiseSVN-1.8.3.24901" 192.168.2.15 - gary [21/Nov/2013:11:14:10 +0200] "OPTIONS /svn/archives HTTP/1.1" 301 325 "-" "SVN/1.8.4 (x64-microsoft-windows) serf/1.3.2 TortoiseSVN-1.8.3.24901" 192.168.2.15 - gary [21/Nov/2013:11:14:10 +0200] "PROPFIND /svn/archives HTTP/1.1" 301 325 "-" "SVN/1.8.4 (x64-microsoft-windows) serf/1.3.2 TortoiseSVN-1.8.3.24901" </code></pre> <p>Thank you</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload