So, I'm trying to set up an SVN server to manage binary files. As a result merging is impossible, so we want to use a lock-modify-unlock work ethic to avoid these problems.
At this point I'm willing to move to other version control software. I've picked SVN because it's logically quite easy to deal with (it's on the server, nothing else matters), but I'm by no means stuck with it.
I've looked around but most information is old. So I'm wondering if it's possible to have the SVN server apply the need-lock property to files automatically? I know I can do it on a per client basis, I'm looking for a server side solution.
It's appears to be possible, but as a completely new arrival to SVN it's hard to interpret some of the terminology, and what I can edit without VisualSVN overwriting it etc.
Hope you guys can help!