From: Stephen Nelson-Smith stephen@atalanta-systems.com
A moron has checked in a DVD iso into subversion. How can I undo the damage, and make the repo a sensible size again? Also, is there a cunning way to get subversion to say: "Oi! Moron! This file is huge, you can't check it in!" ?
I also think dump_previousrevision+delete+reload might be necessary... I think you could maybe use a pre hook script to prevent it in the future: See /path/to/mysvn/hooks/pre-commit.tmpl
JD