Hi folks,
I went through the whitepapers and the forum, but I am still puzzled how to set up a collaborative deployment. I had the model moved into a mysql database and set up ODBC-Connection for the clients, but when testing the setup I found that there is no notification/warning if concurrent edits to an object take place. Of course, that will not do. I tried to toggle on the ODBC-connection setting ("share deny write") which resulted in a connection error.
I am very intrigued by the vertical pervasion of EA's approach, and am on the verge to establish EA as a company-wide solution, if it wasn't for the described problem. If I can't present a sound, dummy-safe solution, it'll be doomed. Maybe it's easy for a fully-blown developer to derive the right way to kick ass from the provided documents, but it isn't for a domain guy.

We are using svn for version control, if that helps...
So does anybody out there know what would be the best way of deployment for the following requirements:
- Users should be able to work offline
- When syncing, there should be a way of sorting out discrepancies
- When working online, users should be prompted if they encounter concurrent edits and be given at least the options: overwrite, cancel
- Changes to the Model should propagate automatically if online
I'm really desperate in solving this issue, since by the end of next week it'll be trick or treat - either it's up or dead.

Thank you for any input!