Re: Compression Question

2021-12-14 Thread Mark Phippard
On Tue, Dec 14, 2021 at 10:56 AM Luke Mauldin wrote: > > When compression is enabled at the SVN level, what exactly does it compress? > Does it just compress the original file content and the deltas? I am really just a layman so cannot explain it accurately ... but here goes. SVN does not reall

RE: [EXTERNAL] Re: CollabNet Subversion devel packages

2021-12-14 Thread Grierson, David (Lead Engineer)
Hi, (Firstly apologies for the top posting - Outlook is a PIA for that) Yes - you're correct we're running RHEL, specifically we're on RHEL7. When the hosts were built they were replacing RHEL5 and RHEL7 was the latest distro which was being supported internally. In order to get an up-to-date

Re: Security issue Log4j

2021-12-14 Thread Mark Phippard
On Tue, Dec 14, 2021 at 11:51 AM Clemens, G. (Gijs) wrote: > > I have been contacted by my system administrator that there might be security > issues with Apache Subversion. The following files have been located on our > system: > > grails-plugin-log4j-2.4.4.jar > log4j-1.2.17.jar > tomcat-embed

Re: Please delete my previous e-mail

2021-12-14 Thread Daniel Sahlberg
Den tis 14 dec. 2021 18:30Clemens, G. (Gijs) skrev: > Dear people, > > > > I accidently sent an email to this entire list, that was intended for the > admins only. I kindly request you all to delete my previous mail. Sorry for > the inconvenience. > Sorry but that is normalt not possible. Please

Please delete my previous e-mail

2021-12-14 Thread Clemens, G. (Gijs)
Dear people, I accidently sent an email to this entire list, that was intended for the admins only. I kindly request you all to delete my previous mail. Sorry for the inconvenience. Best regards, Clemens, G. (Gijs) e-mail: gijs.clem...@suntestsystems.nl __

Recall: Security issue Log4j

2021-12-14 Thread Clemens, G. (Gijs)
Clemens, G. (Gijs) would like to recall the message, "Security issue Log4j".

Recall: Security issue Log4j

2021-12-14 Thread Clemens, G. (Gijs)
Clemens, G. (Gijs) would like to recall the message, "Security issue Log4j".

Security issue Log4j

2021-12-14 Thread Clemens, G. (Gijs)
Dear Sir/madam, I have been contacted by my system administrator that there might be security issues with Apache Subversion. The following files have been located on our system: * grails-plugin-log4j-2.4.4.jar * log4j-1.2.17.jar * tomcat-embed-logging-log4j-7.0.50.jar * log4j-1.

Re: Compression Question

2021-12-14 Thread Luke Mauldin
When compression is enabled at the SVN level, what exactly does it compress? Does it just compress the original file content and the deltas? > On Dec 14, 2021, at 8:44 AM, Mark Phippard wrote: > > On Mon, Dec 13, 2021 at 2:31 PM Luke Mauldin wrote: >> >> From reading the documentation, I can

Re: Compression Question

2021-12-14 Thread Mark Phippard
On Mon, Dec 13, 2021 at 2:31 PM Luke Mauldin wrote: > > From reading the documentation, I can see that Subversion 1.14 supports both > zlib and lz4 compression. I am running Subversion on FreeBSD 13.X on ZFS > which supports native zstd compression. Some of the repos I host are > relatively l

Re: Compression Question

2021-12-14 Thread Mark McKeown
There is a set of benchmarks comparing the algorithms (lz4, zstd, zlib etc) and the tradeoffs here: http://facebook.github.io/zstd/ cheers Mark On Mon, Dec 13, 2021 at 10:14 PM Nathan Hartman wrote: > On Mon, Dec 13, 2021 at 2:31 PM Luke Mauldin > wrote: > > > > From reading the documentation

Re: CollabNet Subversion devel packages

2021-12-14 Thread Mark Phippard
On Tue, Dec 14, 2021 at 7:00 AM Grierson, David (Lead Engineer) wrote: > > Hi, > > I'm running an internal Subversion service making use of the CollabNet > Subversion RPMs to provide this. > > I'm looking to introduce rate limiting to my Subversion service and so want > to build mod_evasive for

CollabNet Subversion devel packages

2021-12-14 Thread Grierson, David (Lead Engineer)
Hi, I'm running an internal Subversion service making use of the CollabNet Subversion RPMs to provide this. I'm looking to introduce rate limiting to my Subversion service and so want to build mod_evasive for use within the Apache component of Subversion, to do so I need to use apxs to compile