vote up 0 vote down star

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.

flag

4 Answers

vote up 2 vote down check

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

link|flag
vote up 2 vote down

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

link|flag
vote up 1 vote down

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.

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.