tags:

views:

631

answers:

4

I would like to have a VM to look at how applications appear and to develop OS-specific applications, however, I want to keep all my code on my Windows machine so if I decide to nuke a VM or anything like that, it's all still there.

If it matters, I'm using VirtualBox.

+1  A: 

You should always be able make a normal network connection between the VM and the hosting OS, as though it were another computer on the same network. Which, in some sense, it is.

Curt Hagenlocher
+2  A: 

This is usually handled with network shares. Share your code folder from your host machine and access it from the VMs.

Michael Haren
+2  A: 

Aside from network shares, another tool to use for this is a version-control system.

Kristopher Johnson
A: 

Are there any gotchas when dealing with Windows/Unix, Windows/Linux, or Windows/BSD that I should know about? Or not really?

Thomas Owens