"SVNAllowBulkUpdates off" is set in the server
settings, which leads to slow performance.
Regards.
Daniel Toplak
-Ursprüngliche Nachricht-
Von: Ryan Schmidt [mailto:subversion-20...@ryandesign.com]
Gesendet: Dienstag, 19. Juli 2011 19:03
An: Toplak Daniel
Cc: users@subversion.apache.org
B
Hi,
I want to implement a server side scanning for malicious content in both ways:
when commits arrive and when checkouts updates are send to the client.
The first way is running fine via a pre-commit hook which extracts the content
from the transaction and scan the content with clamav.
My prob