RE: Repository data migration using svnadmin

2017-09-26 Thread Hiran CHAUDHURI
The command svnadmin dump myrepos will write to stdout, and with "> dumpfile" you are redirecting it into a file. If space on that machine is scarce, you could run from another machine ssh svnserver "svnadmin dump myrepos" >dumpfile and receive the dumpfile on the another machine. Many

RE: [EXT] Re: building subversion --with-zlib=.... seems to have no effect

2017-09-01 Thread Hiran CHAUDHURI
>From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] >Hiran CHAUDHURI wrote on Thu, 31 Aug 2017 12:19 +: >> >Can you show the linker invocation of libsvn_client? >> >> Ah, with the hint from >> https://svn.haxx.se/users/archive-2015-01/0014.shtml >&g

RE: [EXT] Re: building subversion --with-zlib=.... seems to have no effect

2017-09-01 Thread Hiran CHAUDHURI
From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] >> >I gather you build 1.9.5. >> >> Confirmed. That is the version I build, based on Apache httpd 2.4.27 and APR >> 1.6.2. > >1.9.5 has a known security issue (https://subversion.apache.org/security/ -> >CVE-2017-9800); you should use 1.9.7

RE: [EXT] Re: building subversion --with-zlib=.... seems to have no effect

2017-08-31 Thread Hiran CHAUDHURI
>From: Branko Čibej [mailto:br...@apache.org] >On 31.08.2017 14:19, Hiran CHAUDHURI wrote: >>> Can you show the linker invocation of libsvn_client? >> Ah, with the hint from https://svn.haxx.se/users/archive-2015-01/0014.shtml >> I can produce this output: >>

RE: [EXT] Re: building subversion --with-zlib=.... seems to have no effect

2017-08-31 Thread Hiran CHAUDHURI
>Can you show the linker invocation of libsvn_client? Ah, with the hint from https://svn.haxx.se/users/archive-2015-01/0014.shtml I can produce this output: /buildApache/build/subversion-1.9.5> make subversion/libsvn_subr/libsvn_subr-1.la /bin/sh "/buildApache/build/subversion-1.9.5/libtool"

RE: [EXT] Re: building subversion --with-zlib=.... seems to have no effect

2017-08-31 Thread Hiran CHAUDHURI
From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] >Hiran CHAUDHURI wrote on Mon, 14 Aug 2017 14:25 +: >> I am building subversion from source but always see the output files >> depend on the system-supplied zlib which is way older than the one I want to >> use.

building subversion --with-zlib=.... seems to have no effect

2017-08-14 Thread Hiran CHAUDHURI
I work with fully qualified path names but I wanted to save people from reading unnecessary long path names. Hiran Hiran Chaudhuri Principal Support Engineer Service Reliability Engineering - Custom Amadeus Data Processing GmbH Berghamer Strasse 6 85435 Erding T: +49-8122-43x3662 hiran.chaudh...