You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Sakari Jokinen <sa...@gmail.com> on 2010/10/29 08:06:00 UTC

could not execute PROPPATCH on master repository

I’m trying to use the apache write through proxy for the svn repository.

After svnsync init and sync I checkout the repository (via the slave)
and try to commit something (with tortoiseSVN 1.6.10) to it but get
the error message “””
Commit failed (details follow):
At least one property change failed; repository is unchanged
Error setting property ‘log’:
Could not execute PROPPATCH.
“””

Any ideas on what could cause this?

Windows server 2008 on both master and slave
I’m using https in port 4430 in both the slave and master apache.

Master apache logs/error.log:
[Thu Oct 28 16:26:22 2010] [notice] Apache/2.2.17 (Win32) SVN/1.6.13
mod_auth_sspi/1.0.4 DAV/2 mod_ssl/2.2.17 OpenSSL/0.9.8o configured --
resuming normal operations
[Thu Oct 28 16:26:22 2010] [notice] Server built: Oct 18 2010 01:58:12
[Thu Oct 28 16:26:22 2010] [notice] Parent: Created child process 41108
[Thu Oct 28 16:26:22 2010] [notice] Child 41108: Child process is running
[Thu Oct 28 16:26:22 2010] [notice] Child 41108: Acquired the start mutex.
[Thu Oct 28 16:26:22 2010] [notice] Child 41108: Starting 64 worker threads.
[Thu Oct 28 16:26:22 2010] [notice] Child 41108: Starting thread to
listen on port 4430.
[Thu Oct 28 16:26:22 2010] [notice] Child 41108: Starting thread to
listen on port 8090.
…
[Thu Oct 28 16:29:31 2010] [error] [client …] (OS 87)The parameter is
incorrect.  : authentication failure for
"/svn-apache/newrepo/!svn/act/abd4aa2d-d327-4f49-9d5f-934da03106ae":
user unknown, reason: cannot generate context
[Thu Oct 28 16:29:42 2010] [error] [client…] Could not execute
PROPPATCH.  [500, #206]
[Thu Oct 28 16:29:42 2010] [error] [client …] Properties may only be
defined in the http://subversion.tigris.org/xmlns/svn/ and
http://subversion.tigris.org/xmlns/custom/ namespaces.  [409, #0]



Slave apache logs/error.log does not show anything about the attempt.
The startup generates this information:
[Thu Oct 28 16:26:18 2010] [notice] Apache/2.2.17 (Win32) DAV/2
mod_auth_sspi/1.0.4 SVN/1.6.13 mod_ssl/2.2.17 OpenSSL/0.9.8o
configured -- resuming normal operations
[Thu Oct 28 16:26:18 2010] [notice] Server built: Oct 18 2010 01:58:12
[Thu Oct 28 16:26:18 2010] [notice] Parent: Created child process 86268
[Thu Oct 28 16:26:19 2010] [notice] Child 86268: Child process is running
[Thu Oct 28 16:26:19 2010] [notice] Child 86268: Acquired the start mutex.
[Thu Oct 28 16:26:19 2010] [notice] Child 86268: Starting 64 worker threads.
[Thu Oct 28 16:26:19 2010] [notice] Child 86268: Starting thread to
listen on port 4430.
[Thu Oct 28 16:26:19 2010] [notice] Child 86268: Starting thread to
listen on port 8090.

Any help would be appreciated
Sakari