[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:48:43 +0200

Thanx for your reply, however I changed the slashes but without any
change in behaviour :(
Also I need to know why the LOCK webdav-command will not be proxied to
the SVNMasterURI. As I understand the svnbook, I thought UN/LOCK should
also be proxied. However, there is no line in my accesslog, accessing
the master.
ANybody has setup proxy on windows machines?
Thanx in advance,
Lutz

Ryan Schmidt wrote:
> I do not know if this is causing your specific problem, but I've been
> told you need to use forward slashes, not backslashes, in filesystem
> paths in an Apache configuration file, even on Windows. So that would
> give you:
>
> <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>
>
>
> On Aug 8, 2008, at 21:50, Lutz Dornbusch wrote:
>
>> *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.
>
>
>
> ---------------------------------------------------------------------
> 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:21 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.