Reputation: 3654
My dev boxes tend to get a little cluttered - I try a lot of libraries and new apps, also need to test with different versions of visual studio. I end up doing everything with VM's.
I want to keep all the code on the real computer, accessed through a vmware host shared folder - so I can swap and change vms. Also, I find the way the file system works, all the generated temp files force the vm disk to be quite bloated, so I want to move %temp% there as well.
When I try this -
I managed to sort of deal with the temp files by creating a ramdisk within the VM - and that works, but it loses me a gb of memory.
So - somehow, either at the windows or visual studio level, I really want to say "trust the shared folder completely and treat it like another disk in every way". Anyone know a way of doing that?
Upvotes: 2
Views: 1675
Reputation: 522
I know this is old but I came across it looking for a solution to develop in a VM (that is in Host Only mode) but keep the SVN repo directory on a shared directory. I think the following URLs may help:
Upvotes: 2