Sending example.java
Transmitting file data .svn: Commit failed (details follow):
svn: ‘pre-commit’ hook failed with error output:
example.java
Unwanted TAB in file: example.java
I tried to revert my changes, and then even just adding one extra character, I’ll seeing this error. Very strange! Any help would be greatly appreciated O_O
It sounds like your SVN server does some pre-commit processing that does not allow tab characters in java source files. Try configuring your IDE to replace tabs with spaces.