I've heard in the past that it's unsafe to share a Subversion working copy between OS.
E.g.:
- copy a working copy from a Windows machine to a Linux machine, and use the Linux build of SVN on it.
- On a Windows machine, access/manipulate an SVN working copy with both Windows binaries and CygWin binaries of SVN. (I might want to do this to use this solution for example).
But I haven't heard definitively whether it could cause corruption of the .svn data. It is true that EOL issues could be a problem if svn:eol-style is set to native.
What's the current status of this issue? Has it changed in more recent releases of SVN? Is it safe provided certain precautions are taken (e.g. not checking out/updating files with svn:eol-style=native on both platforms)?