We are using Visual SVN and VS2010, we have a data project with several Datasets in it. To avoid having to try and merge the XSD files we have set them to require a lock so only one person can edit at a time.
The only problem is, when someone expands the TableAdapters and DataTables in the designer it asks for a lock, I have excluded the layout files (xss,xsc) from the "requires-lock" property, but is still asks for the lock.
Any ideas?