Hi there,
I have some problems setting up the write-through-proxy for my svn1.5
installation:
I just tried it as a test configuration on my local machine with two
different locations, however, there is always an error complaining about
PROPPATCH:
After commit my client tells me this:
svn: Commit failed (details follow):
svn: At least one property change failed; repository is unchanged
svn: Error setting property 'log':
Could not execute PROPPATCH.
My apache error log:
[Sun Aug 03 05:29:53 2008] [error] [client 127.0.0.1] Could not execute
PROPPATCH. [500, #206]
[Sun Aug 03 05:29:53 2008] [error] [client 127.0.0.1] Properties may
only be defined in the http://subversion.tigris.org/xmlns/svn/ and
http://subversion.tigris.org/xmlns/custom/ namespaces. [409, #0]
My apache.conf:
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so
<Location /svn>
DAV svn
SVNPath D:\svn_write_through\slave_1
SVNMasterURI http://localhost/svn_master
</Location>
<Location /svn_master>
DAV svn
SVNPath D:\svn_write_through\master_1
</Location>
I already tried to replicate to another server, with same error message.
Anyone knows help?
Different question:
Can I use also SVNParentPath with write-through-proxy? documentation and
samples showing only SVNPath ..
Also you will need mod_proxy.so AND mod_proxy_http.so, documentation
doesn't say that you will need both modules.
Thanks in advance,
Lutz
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-04 03:19:53 CEST