I'd like to use Eclipse's formatter to fix some poorly styled code, but there's a huge downside to killing all the metadata in the repository about who is responsible for what. Any thoughts on ways to get around this? Perhaps it is just completely impossible...
You can tell blame to ignore whitespace changes:
svn blame -x -w file/path
Of course that only works if your style fix doesn't change more than whitespaces.
The history is still there, you'll just have to look at a blame prior to the cleanup revision.
This is one good reason to have a style standard. Indentation changes can cause a lot of merge conflicts, etc. "Poorly styled" to one is well written to another.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With