We are about to set up subversion for a development project where most of the code will be edited in VisualStudio 2012.
To avoid people locking files, we would like to set up a polling mechanism so that a warning is issued to team members that somebody else has started editing a specific file. This warning will tell them that if they do make changes they will have to merge their changes against the other ongoing changes that are currently in the making.
The only reference to polling subversion I can find with ease is Jenkins, but that does not fit in a VS2012/VisualSVN setup.
I would have expected that the use case to monitoring remote svn status changes to be common. Has anyone found a solution for this?
Setting up some form of polling, and perhaps including a special property to files on commit with or without a post-commit hook to triger changes on all machines may be more difficult that it appears. If there is not existing solution can you give me pointers to set this up?