NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
My god man! (Score:1)
Reply to This
Re: (Score:1)
The problem with that approach is that if you check in a tidied file it wallops the diff. Yes you can argue that you should retidy it to group development standards, etc. but those are largely manual processes that get developers grumpy.
Subversion has great pre-commit hooks, but the core problem is that you can't actually have it tidy the file and then check it in. And then you have to have your editor retidy to your specs.
But hey, this can be done with wrappers around the svn binary right? Someone has