Svn – How to set max file size for commits in subversion

svn

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

Best Answer

You just need to add a pre-commit hook on the Subversion repository. See this page for a good start on that.

Related Topic