We have just started using VisualSVN, TortoiseSVN and ankhSVN plug-in to handle our source control. Initially we were good with the Copy-Modify-Merge style, but we have now found a need to move to the Lock-Modify-Unlock method. But we already have like 15 projects in our repository that follow Copy-Modify-Merge.
What do I need to do to configure our repository to require locks for the existing projects and any projects that will be added in the future. I have seen the documentation on svn:needs-lock but I don't understand how to use this to move our shop to Lock-Modify-Unlock.
Can anyone please give me the "for dummies" explanation of how to set up VisualSVN server as well as our client machines to require locking for the existing projects and newly added projects?