Re: Disable Keep Alives and/or Pipelining?

2020-03-09 Thread subversion
possible to disable KeepAlives and/or HTTP Pipelining in the subversion client? For some background, we are getting SSL errors when trying to checkout / update that don't occur going to the server direct (bypassing the proxy) and all we see in the reverse proxy (Apache HT

Re: Possible bug in SVN 1.8.3 and 1.8.4 - file locking

2014-02-03 Thread Alagazam.net Subversion
with these installation. Best regards David a.k.a. Alagazam Maintainer of Win32SVN On 2014-02-03 17:31, Steve Davis wrote: Ah - with a bit of digging around the binary libraries, I can see that it looks like subversion was still built using vc6, and apache using a mix of 2008 and/or 2010. This being the case

Re: Win32Svn Binaries - wspiapi.h include

2013-05-27 Thread Alagazam.net Subversion
Hi Kai! For some reason I've patched apr.h with this #include to get it build, but I don't remember why. After a quick look at the file (wspiapi.h) i suppose it is to get the definition of getaddrinfo function, which is used by apr. Maybe I should have done this patch in some cpp file

Re: questions about subversion secondary development

2013-04-29 Thread Alagazam.net Subversion
On 2013-04-29 10:36, Cooke, Mark wrote: -Original Message- From: Edwin Cheung [mailto:edoka...@gmail.com] Sent: 27 April 2013 07:55 To: users@subversion.apache.org Subject: questions about subversion secondary development Dear sir or madam: When I use the binary packages

Re: windows binaries with xampp

2013-03-22 Thread Alagazam.net Subversion
configurations, but every time I tried to load the mod_dav_svn.so and the mod_authz_svn.so, apache just crashes and tells me it can't load the module. Thanks, Andrew Hi I just tested xampp 1.7.4 with Subversion 1.7.8 (Apache 2.2 version) and it worked. Also got xampp 1.8.1 working

Re: Missing dll files

2012-10-14 Thread Alagazam.net Subversion
On 2012-10-14 10:20, Steven Venter wrote: Hi Windows 7 64 XAMPP 1.8.0 WebSVN 2.3.3 SVN Server 1.7.6 (http://alagazam.net/) I installed WebSVN 2.3.3 but had a number of issues with missing dll files. I was able to resolve most of these issues except for MSVCR80.dll. I download this dll and

Re: Subversion 1.7.5 compatibility question

2012-05-18 Thread Alagazam.net Subversion
I've been using Subversion 1.7.4 without problems on Apache 2.2, but it did not work on Apache 2.4. So this new version fixes this issue ? Best Regards, Edisandro. Hi My release is NOT compatible with Apache httpd 2.4. I did a test doing my build against Apache httpd 2.4 including building

Re: Problem with Python bindings to SVN 1.7.4 on Windows

2012-03-21 Thread Alagazam.net Subversion
On 2012-03-21 18:15, Brian Neal wrote: On Wed, Mar 21, 2012 at 12:10 PM, Cooke, Markmark.co...@siemens.com wrote: On Wed, Mar 21, 2012 at 11:12 AM, Brian Nealbgn...@gmail.com wrote: I have solved my problem by copying libeay32.dll and ssleay32.dll from the Subversion\bin folder to C

Re: Problem with Python bindings to SVN 1.7.4 on Windows

2012-03-21 Thread Alagazam.net Subversion
On 2012-03-21 20:14, Brian Neal wrote: On Wed, Mar 21, 2012 at 1:41 PM, Alagazam.net Subversion s...@alagazam.net wrote: Do you have another libeay32.dll and ssleay32.dll in some other folder that is before Subversion\bin in your path ? If that's the case and these are older versions

Re: Subversion reports error.

2012-02-09 Thread Alagazam.net Subversion
On 2012-02-09 00:23, Ryan Schmidt wrote: On Feb 8, 2012, at 15:41, Alagazam.net Subversion wrote: On Feb 7, 2012, at 15:44, Masaru Kitajima wrote: On 2012/02/08, at 6:36, Daniel Shahaf wrote: What is the output of % ssh sectio...@section-9.sakura.ne.jp svnserve -t It is as below: ( success

Re: Subversion reports error.

2012-02-08 Thread Alagazam.net Subversion
% ssh sectio...@section-9.sakura.ne.jp ls /home/section-9/svn/reps README.txt conf db format hooks locks and then stops. A prompt is not shown. Kindest regards, Masaru This symptom of not getting any prompt back reminds me of a totally non-svn related bug but a network error I

script or tool to walk back thru 1 file's history diffing..

2011-09-08 Thread subversion
Would like to write a script to follow the history of a single file, backwards, diffing the file w/it's prior version all the way back to the 1st version. By using 'svn info' to get the last chgd rev, and running 'svn diff -c $lastchgd_rev ...', this seems simple enough if the URL to the file