[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: 'svn commit' fails with PROPPATCH error...

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-11-19 07:46:01 CET

On Sat, Nov 17, 2001 at 05:29:26AM -0600, Jay Freeman (saurik) wrote:
>...
> [root(3)@dreadnought repos]# svn commit
>
> svn_error: #21075 : <RA layer's server request failed>
> The log message's PROPPATCH request failed (neon: 1)
> (/svn/repos/$svn/wbl/563007c8-d11d-b211-a84d-d794e2525663/0)
>
> I checked the web server's error_log, and got the following:
>
> [Sat Nov 17 02:55:00 2001] [error] [client 209.224.199.248] Could not
> execute PROPPATCH. [500, #206]
> [Sat Nov 17 02:55:00 2001] [error] [client 209.224.199.248] Properties
> may only be defined in the svn: and svn:custom: namespaces. [409, #0]

Bizarre. Never seen that one :-(

> I tried to chmod -R 777 /cvs/svn (as it was mentioned that many
> errors might occur due to permission problems), but that didn't help
> any. :(... confused...

No... that error isn't related to permissions at all. No idea how you were
able to get that one.

> I thought I'd at least try the latest copy before sending this e-mail,
> so I svn'd out the latest svn, compiled it, and apxs'd it. Now Apache
> won't even run :). I get:
>
> [root(3)@dreadnought mod_dav_svn]# /usr/local/apache2/bin/apachectl
> configtest
> Syntax error on line 198 of /usr/local/apache2/conf/httpd.conf:
> Cannot load /usr/local/apache2/modules/libmod_dav_svn.so into server:
> /usr/local/apache2/modules/libmod_dav_svn.so: undefined symbol:
> ap_get_module_config

Your Apache was compiled with AP_DEBUG and Subversion was compiled without
debug. You'll need to rebuild one of the two. I'd recommend Subversion:

$ ./config.nice --enable-maintainer-mode
$ make clean
$ make install

The config.nice script reruns configure with your previous switches and adds
the maintainer mode switch.

That should allow mod_dav_svn to load again, but I have no idea what's going
on with the PROPPATCH problem. After rebuilding, please try again and report
back if it keeps happening. We may be able to find out how that could
happen.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:49 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.