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

Re: problems with svn1.5 write-through-proxy

From: Lutz Dornbusch <svn_at_yogasurftech.de>
Date: Sat, 09 Aug 2008 04:50:35 +0200

*Bump*
Hi there,
is there no one who ever trying to set up write-through proxy?
Also I can see that attemting to LOCK a file via svn lock will not be
proxied to master-server.
I tried svn 1.5.0 and 1.5.1

*Any* Help would be highly appreciated!

Greetings
Lutz

Lutz Dornbusch wrote:
> 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
>

---------------------------------------------------------------------
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-09 05:25:49 CEST

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

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