We are doing some cross platform development on OSX with Paralells installed with different Windows versions. Has anyone found a good solution to share a single working copy/code base instead of having to check out different copies on each operating system?
We are doing some cross platform development on OSX with Paralells installed with different
Share
My first thought would be distributed version control, such as Git or Mercurial. But that gives you a shared repository, not a shared working copy.
What about exposing a directory as a shared network drive and connecting to it from the other virtual environments?