I heard seen and experience it before where in my code was being rejected when I commit it on our SVN repository because there SVN Repository was configured to validate php code first and give the line error to you on Tortoise GUI as the reason why it cannot be committed.
So can anyone help how do I setup SVN like that?
I’m not sure about the details, but generally it’s done using hooks, which can be either server-side or client-side. The following links can help you find what you’re looking for: