How to set max file size for commits in subversion
Hallo,
is it possible to limit the file size for commits in subversion server?
Some guys upload large swf files in the subversion repository. I would like to limit the file size to 30 MB.
Thanks Igor
Solution 1:
You just need to add a pre-commit hook on the Subversion repository. See this page for a good start on that.