In my bcannon-objcap branch I am trying to check in a change that involves a soft symlink from Lib/controlled_importlib.py to ../importlib/controlled_importlib.py through ``ln -s ../controlled_importlib.py controlled_importlib.py`` while in the Lib directory.  I have done this before in this branch so as to allow for easy importing of code from the svn import of importlib that the branch contains.
<br><br>But svn keeps rejecting the commit saying that Lib/controlled_importlib.py needs to be whitespace normalized.&nbsp; I have run reindent on both the external import in the branch and in the original sandbox copy and both are coming back clean.&nbsp; I even imported reindent manually and followed what Georg posted when the pre-commit hook was added and it still passes.&nbsp; Unfortunately the pre-commit hook does not specify what line a change was made on so I have no clue where it is failing (maybe this should be added?).
<br><br>Can somebody help me figure out what the hell is going on?&nbsp; I am waiting to find out it is something small and stupid, but at this point I am not seeing a solution to this.<br><br>-Brett