Subversion Pre Commit / Latest Version Check
I'd lik开发者_JS百科e to be able to set my subversion project to force developers to update to the latest version of the code before they can commit.
Although Subversion will by default do this if the same file is edited, I want it to check my local copy revision (say 7000) against the server head revision (say 7001) and reject the commit until the local copy has been updated.
We use Tortoise SVN if that helps at all.
Thanks,
Michael
精彩评论