Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I am on very thin ice here (409 being not very specific) but I am able to formulate two questions:</p> <ol> <li>Are there any pre- or post-commit hooks in place?</li> <li>Is "<a href="http://svnbook.red-bean.com/nightly/en/svn.webdav.autoversioning.html" rel="nofollow noreferrer">Autoversioning</a>" enabled?</li> </ol> <p>If there are any hooks, are you sure they don't contain any errors? Could you disable them for a test? If Autoversioning is not enabled, could you try to enable it for a test? This should work along the lines of</p> <pre><code>&lt;Location /repos&gt; DAV svn SVNPath /var/svn/repository SVNAutoversioning on &lt;/Location&gt; </code></pre> <p>when using <code>mod_dav_svn</code> (see Link to Autoversioning above).</p> <p>Maybe this would help to shed some light on your issue and we (and/or Google :)) could take it from there.</p> <p>Btw: The logs you posted are not from the same commit, right? The time difference would be huge?!?</p> <p><strong>Edit:</strong> Apologies if you found that long ago but I will give it a shot: <a href="http://svn.haxx.se/users/archive-2005-12/0553.shtml" rel="nofollow noreferrer">Could not MERGE resource on COMMIT (Apache 2.0.55)</a> is something that Google found for me :)</p> <p>The OP there writes that "Apache dictates the version of <a href="http://apr.apache.org/" rel="nofollow noreferrer">APR</a> to use". This means that you have to reference the correct APR-version when compiling SVN. I installed SVN (v1.6.9) through <a href="http://www.macports.org/" rel="nofollow noreferrer">MacPorts</a> on my system (OS X 10.6). I do not use WebDAV or Apache locally but I have APR 1.3.12_1 installed (just for reference). The OP suggests to use <code>--with-apxs=/path/to/bin/apxs</code> when compiling SVN although I am not sure if this applies to your situation (I started to guess long ago, you might notice :)).</p> <p>Any chance you could check the APR-version Apache expects vs. the one used to build SVN (e.g. you could use <code>sudo port installed apr</code> to see what APR-versions live on your system if you are using MacPorts)?</p> <p>Just for reference an excerpt from <a href="http://www.devshed.com/c/a/Apache/Building-Apache-the-Way-You-Want-It/12/" rel="nofollow noreferrer">Building Apache the Way You Want It</a>:</p> <blockquote> <p><code>apxs</code> is a stand-alone utility for compiling modules dynamically without the need to use the <code>configure</code> script or have the Apache source code available. It does need Apache’s header files, though, which are copied to the location defined by <code>--includedir</code> when Apache is installed. <strong>However, it’s important to use an <code>apxs</code> that was built with the same configuration options as Apache</strong>; otherwise, it’ll make erroneous assumptions about where Apache’s various installation locations are.</p> </blockquote>
 

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