Compiling with VC2012

2013-08-13 Thread Mario Brandt
Hi, I try to compile svn against Apache 2.4.6. That worked with VC2008, but with VC2012 I get a lot of zlibstat.lib(inffas32.obj) : error LNK2026: module unsafe for SAFESEH image errors. What is the correct way to get it compiling? What I did C:\python27\python gen-make.py --release -t vcproj

RE: Compiling with VC2012

2013-08-13 Thread Bert Huijben
VS2012 tries to enable table based exception handling, but your zlib was compiled without the flags to enable that. You can also disable this mode in the linker/compiler at a very small performance and security cost. Vs2008 didn't warn for this as it was very common to fail this test at the time

Re: fsfs-improvements branch complete

2013-08-13 Thread Philip Martin
Stefan Fuhrmann stefan.fuhrm...@wandisco.com writes: After two weeks now, I finally completed the fsfs format 6 refactoring and improvement work on said branch. Please review. See also http://svn.haxx.se/dev/archive-2013-07/0385.shtml for the split up fs_fs.c part of it. If there are no

Re: 1.7.12 1.8.2

2013-08-13 Thread Philip Martin
Ben Reser b...@reser.org writes: I plan to roll tarballs for both next Monday (August 19th). Please finish voting for any issues by Monday morning US/Pacific. 1.8.x has the memory use problem for sync over serf. This is fixed on trunk by the parser rewrite but that is a large change that

Re: 1.7.12 1.8.2

2013-08-13 Thread Ivan Zhakov
On Tue, Aug 13, 2013 at 5:33 PM, Philip Martin philip.mar...@wandisco.com wrote: Ben Reser b...@reser.org writes: I plan to roll tarballs for both next Monday (August 19th). Please finish voting for any issues by Monday morning US/Pacific. 1.8.x has the memory use problem for sync over

Re: Compiling with VC2012

2013-08-13 Thread Mario Brandt
How it worked: open zlib\win32\Makefile.msc replace line 31 with ASFLAGS = -coff -Zi -safeseh $(LOC) Thanks for the tip! Mario On 13 August 2013 17:18, Mario Brandt jbl...@gmail.com wrote: Hi Bert, how can I enable that in zlib? Cheers Mario On 13 August 2013 13:57, Bert Huijben

Re: man pages for Subversion

2013-08-13 Thread Thomas Åkesson
Hi Julian et al, I think your XML approach is the way to go in order to fulfill current and future requirements. A single source to keep updated is vital. XML is an ideal source format for HTML, PDF while plaintext (svn help), man etc should be no problems to sort out with XSLT. I was unable

Re: Syntax for templated SVNPath

2013-08-13 Thread Ben Reser
On 8/13/13 4:41 PM, Thomas Åkesson wrote: To make this enhancement complete, I believe all settings that take a directory-path should be handled identically (allow the templating). To me, the most obvious example is AuthzSVNAccessFile. It wouldn't make sense to separate repositories for

Re: [PATCH] add 'svn:use-commit-times' property

2013-08-13 Thread masaru tsuchiyama
You still have several places where your code exceeds 80 characters. Fixed at attached patch. Encoding problem? I see a Yen symbol where a backslash should be. What do you see in the attached file? I use Google web mailer. 2013/8/8 Daniel Shahaf danie...@elego.de Masaru Tsuchiyama wrote