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 mo
>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
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 i
>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:
>>
>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" --t
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.
. Instead 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