Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The problem isn't really maven here. It's more about svn itself. Maven stops its operation when svn send this error message :</p> <blockquote> <p>svn: OPTIONS of '<a href="http://myserver/myproject/sandbox/release-test" rel="nofollow noreferrer">http://myserver/myproject/sandbox/release-test</a>': 200 OK (<a href="http://myserver" rel="nofollow noreferrer">http://myserver</a>)</p> </blockquote> <p>Are you absolutly sure about the <code>http://myserver/myproject/sandbox/release-test</code> adress ?</p> <p>If <code>http://myserver/myproject/sandbox/release-test</code> doesn't exists svn won't commit anything. Just replace the <strong>http://</strong> by <strong>svn://</strong></p> <pre><code>&lt;scm&gt; &lt;connection&gt;scm:svn:svn://myserver/myproject/sandbox/release-test/tags/release-test-1.3.0&lt;/connection&gt; &lt;developerConnection&gt;scm:svn:svn://myserver/myproject/sandbox/release-test/tags/release-test-1.3.0&lt;/developerConnection&gt; &lt;url&gt;svn://myserver/myproject/sandbox/release-test/tags/release-test-1.3.0&lt;/url&gt; &lt;/scm&gt; </code></pre> <p><strong>Links :</strong><br> <a href="http://www.svnforum.org/2017/viewtopic.php?t=5578&amp;sid=5da45eeafa497972fe69a04f750cd2f3" rel="nofollow noreferrer">svnforum.org</a><br> <a href="https://stackoverflow.com/questions/1025377/an-svn-error-200-ok-when-checking-out-from-my-online-repo">An SVN error (200 OK) when checking out from my online repo</a><br> <a href="https://stackoverflow.com/questions/1239370/tortoise-svn-subversion-update-error">Tortoise svn Subversion Update Error</a></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. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      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