If you guys have ever developed on <a href="http://projects.openmoko.org">projects.openmoko.org</a>, the http svn server is messed up.<br><br>If I ever try to add a file that is not a full directory (eg import; svn add blah; svn ci -m &quot;test&quot;) does not work<br>
and I get the error message:<br><br>svn: Commit failed (details follow):<br>svn: PROPFIND request failed on &#39;/svnroot/project/trunk/crosscompilation&#39;<br>svn: PROPFIND of &#39;/svnroot/project/trunk/crosscompilation&#39;: 302 Found (<a href="https://svn.projects.openmoko.org">https://svn.projects.openmoko.org</a>)<br>
<br>This has happend for both my projects mokoiax and asterisk on the moko.<br><br>You CAN fix this by adding:<br>ErrorHandler 404 default<br>In the svn http config file, so that the svn client interperts 404&#39;s a 404&#39;s and not as Redirects (which svn client sees as &#39;found&#39;)<br>
<br>Thanks!<br><br>-bk<br><br>(sources:<br><a href="http://kaeso.wordpress.com/2006/08/12/subversion-doesnt-handle-302-redirection/">http://kaeso.wordpress.com/2006/08/12/subversion-doesnt-handle-302-redirection/</a><br><a href="http://ynniv.com/blog/2005/12/troubling-svn-error.html">http://ynniv.com/blog/2005/12/troubling-svn-error.html</a>)<br>
<br>