So developer X and Y did checkout from svn repo with revision no as 2. Dev Y makes changes and does a commit. Dev X makes change and go to make a commit. Now I want to enforce that he shouldn't be able to commit if his repo is not the latest?
How do I do this?
How do i stop user from commiting to a repo without doing svn update and thereby over writing prev developers changes ?