How to limit SVN repository size without using pre-commit hooks?
pre-commit hook raised when all files that needs to be commited are already on server.
My repository is public and I dont want to get over 500 Gb files to be commited.
I want to limit repository to 5 Mb size including all commits. May be I can use some 3rd party software to do this? For example software to limit folders size?
So, the answer: