We are having problems in a project that uses Entity Framework and subversion.
Every time someone tries to merge a edmx-file the file is corrupt. We have put a svn:needs-lock property, however this means that no one can edit the file locally. See this post.
We need to be able to edit the file locally during development and then apply changes to the file when they are ready. We realise that this means that we will loose some local changes to the file.
Maybe there is someone else who has ran into this problem with entity framework and subversion?
BR Larre