Authentication Questions

2015-01-06 Thread JT . Miller
Debugging other issues, I turned on verbose logging and was curious if the below traffic was typical. This may well be correct, as we have path-based authentication requiring valid NTLM users. Server is Windows 2008 R2, Apache 2.4, NTLM, and SVN 1.8. [Tue Jan 06 15:18:28.378306 2015] [authz_co

Re: mod_dav_svn.so does no more support lock functions

2015-01-06 Thread Dave Huang
On 2015-01-06 10:57, Thierry LEPINE wrote: Not the official for sure but the most common download site http://sourceforge.net/projects/wampserver/ http://sourceforge.net/projects/win32svn/ http://www.wampserver.com/en/ says "Once WampServer is installed, you can manually add aditionals Apach

RE: mod_dav_svn.so does no more support lock functions

2015-01-06 Thread Thierry LEPINE
>> We are only using official binaries to avoid mistake, so with official >> ones it does not work , that is my status and the reason of my request! > > There are no official binaries; the only official release is the source > code. Where did you get your binaries? Did you get Apache and > Subver

Re: mod_dav_svn.so does no more support lock functions

2015-01-06 Thread Philip Martin
Thierry LEPINE writes: > We are only using official binaries to avoid mistake, so with official > ones it does not work , that is my status and the reason of my request! There are no official binaries; the only official release is the source code. Where did you get your binaries? Did you get A

RE: mod_dav_svn.so does no more support lock functions

2015-01-06 Thread Thierry LEPINE
> Locking does work in 1.8. This problem has only ever been reported by > people using Windows and it appears to be some binary incompatibity > between Apache and Subversion caused by the way they have been compiled. > Using different binaries has been reported to solve the problem. For sure, but

Re: mod_dav_svn.so does no more support lock functions

2015-01-06 Thread Philip Martin
Thierry LEPINE writes: > We have switched last week to > - subversion 1.8.11 server (Msi) over wamp 2.5 (apache server 2.4.9 - 32bits > ) on Windows Server 2012 64bits > The error-log on the apache server contains > [Tue Jan 06 14:34:39.169863 2015] [dav:error] [pid 3760:tid 1164] [client >

Re: AW: Segmentation Fault with SVN Client related to serf

2015-01-06 Thread Stefan Sperling
On Tue, Jan 06, 2015 at 02:01:52PM +, Philip Martin wrote: > Typically the client will first send an OPTIONS request and get back a > 401 or a 200. The client will then send further OPTIONS and PROPFIND > requests. Can you identify which request and response is causing the > crash? Also whic

AW: AW: Segmentation Fault with SVN Client related to serf

2015-01-06 Thread pierre.viret
> -Ursprüngliche Nachricht- > Von: Philip Martin [mailto:philip.mar...@wandisco.com] > Gesendet: Dienstag, 6. Januar 2015 15:02 > An: Viret Pierre, PF54 > Cc: users@subversion.apache.org > Betreff: Re: AW: Segmentation Fault with SVN Client related to serf > [...] > > It possible that s

Re: AW: Segmentation Fault with SVN Client related to serf

2015-01-06 Thread Stefan Sperling
On Tue, Jan 06, 2015 at 02:01:52PM +, Philip Martin wrote: > The crash is happening in the code that parses the status line, > i.e. when handling something like > > HTTP/1.1 200 OK > > or > > HTTP/1.1 207 Multi-Status > > or > > HTTP/1.1 401 Authorization Required > Breakpoint 1,

Re: AW: Segmentation Fault with SVN Client related to serf

2015-01-06 Thread Philip Martin
writes: > Here a description of the architecture we are using: > - a http-proxy is running on 127.0.0.1:7771 which builds a secure > https tunnel to a special reverse proxy, using a certificate from a > smart-card > - the reverse proxy then connects to the apache server used as > subversion

mod_dav_svn.so does no more support lock functions

2015-01-06 Thread Thierry LEPINE
What we had from 2006 : - subversion 1.3.0 server (Msi) over apache web serveur 2.0.55 on Windows SBS 2003 32bits - Tortoise SVN 1.8.x clients connected to subversion on https We could do every svn operation and also get / release lock, commit with lock. We have switched last week to - subver

AW: Segmentation Fault with SVN Client related to serf

2015-01-06 Thread pierre.viret
> -Ursprüngliche Nachricht- > Von: Philip Martin [mailto:philip.mar...@wandisco.com] > Gesendet: Dienstag, 6. Januar 2015 12:49 > An: Viret Pierre, PF54 > Cc: users@subversion.apache.org > Betreff: Re: Segmentation Fault with SVN Client related to serf > > writes: > > > viretp@mwbox:~$

Re: Segmentation Fault with SVN Client related to serf

2015-01-06 Thread Philip Martin
writes: > viretp@mwbox:~$ svn ls https://127.0.0.1:7771/svn/t_sponis_testrepo > Segmentation fault > > In /var/log/syslog: > Jan 5 14:31:23 mwbox kernel: [14750.072747] svn[21822]: segfault at > 7f3733f39000 ip 7f37328ae3cf sp 7fff9e3df468 error 7 in > libc-2.13.so[7f373278a000+182000]

Re: --with-zlib seems to have no effect on libsvn_delta

2015-01-06 Thread Stefan Sperling
On Tue, Jan 06, 2015 at 09:00:42AM +0800, 亚男(Timandes) wrote: > This is my configuration options: > > # ./configure --prefix=/usr/local/subversion-1.8.11 \ > --with-apr=/usr/local/apr-1.4.6/bin/apr-1-config \ > --with-apr-util=/usr/local/apr-util-1.5.1/bin/apu-1-config 、 > --with-sqlite=/us

Re: --with-zlib seems to have no effect on libsvn_delta

2015-01-06 Thread Philip Martin
亚男(Timandes) writes: > This is my configuration options: > > # ./configure --prefix=/usr/local/subversion-1.8.11 \ > --with-apr=/usr/local/apr-1.4.6/bin/apr-1-config \ > --with-apr-util=/usr/local/apr-util-1.5.1/bin/apu-1-config 、 > --with-sqlite=/usr/local/sqlite-autoconf-3071501 、 > --

RE: svn copy WC URL fails silently

2015-01-06 Thread John.Aasen
Thanks for the help. Look like I need to see if it is possible to install svn version 1.8 John -Original Message- From: Nico Kadel-Garcia [mailto:nka...@gmail.com] Sent: 6. januar 2015 05:57 To: Philip Martin Cc: Aasen, John; Subject: Re: svn copy WC URL fails silently On Mon, Jan 5, 2