I added this section to my httpd.conf
# Enable a 1 Gb Subversion data cache for both fulltext and deltas.
SVNInMemoryCacheSize 1048576
SVNCacheTextDeltas On
SVNCacheFullTexts On
And now the export time has been really reduced ( few minutes Vs 1 h
before).
Many thanks for your great sup
Many thanks.
I am going to modify my config as recommended.
Once again many thanks for your great support.
regards,
Nouha
2015-05-31 10:40 GMT+01:00 Stefan Fuhrmann :
> From: Nouha Terzi
> Date: Tue, 26 May 2015 17:05:41 +0100
>
> Hello all,
>>
>> we are deploying svn 1.8.11 on our server Rhe
From: Nouha Terzi
Date: Tue, 26 May 2015 17:05:41 +0100
Hello all,
>
> we are deploying svn 1.8.11 on our server Rhel 6.6.
> We are facing some issue within svn export.
> it seems that it has some perf limitation when dealing with a huge number
> of files.
>
> we have this delay when doing an svn
Hi Nouha,
Based on the relative size of the repositories, one might expect that the
larger repository would take about twice as long to export. So clearly
something is weird here.
You'll still need to provide more details:
- Are the types of files in the two repositories different?
- Are y
Hello Eric,
Many thanks for your answer.
What's the client on which you're running the svn export command?
> I tested with 2 svn clients: 1.6.11 and 1.8.8 from an RH 5 server and got
the same response time for both export
Are you doing the export across the network, or on the same machine hostin
Looks like nobody has responded yet. I've certainly not encountered that
behavior.
I think you'll need to provide more information. The problem could stem
from so many places. Could be, for example, that you've got a virus
scanner, and when you export the 30K files, you're exporting files that
dra
Hello all,
we are deploying svn 1.8.11 on our server Rhel 6.6.
We are facing some issue within svn export.
it seems that it has some perf limitation when dealing with a huge number
of files.
we have this delay when doing an svn export url and the target has:
less than 20k files export = ~ 1 min