[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: Sun, 10 Aug 2008 22:19:14 +0200

Hi Vojtech,
thanx for your reply, but I do not have a pre-revprop-change hook on my
master repository. Do I need one for a proxy? AFAIK I need only on my
slave a pre-revprop-change hook.
However I tried a simple "exit 1"-batch file without any success.

Greetings
Lutz

Vojtech Jakes wrote:
> can you post your pre-revprop-change hook? that's where I would start
> looking for an error.
>
> VJ
>
> On Sun, Aug 3, 2008 at 5:36 AM, Lutz Dornbusch <svn_at_yogasurftech.de> 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
>

---------------------------------------------------------------------
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-11 08:01:02 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.