We are using SubVersion to manage a big project, every one normally has to lock a file before to modify it, but on some new machine with Window 7 and SVN 64 bit also with this directive in the config file:
** = svn:needs-lock=true
*.* = svn:needs-lock=true*
If a user with one of this new machine create a new file, this file will remain editable in every moment also without lock and without locking it and than causing a conflict.
How can I solve it?