I use Virtual Box on my laptop to run Ubuntu Server for testing the web apps I write. My plan is to be able to modify my code and refresh my browser to see the change immediately.<div><br></div><div>I'm experimenting with an IDE that runs on my desktop (not in the VM) so I'm exploring ways to share my code from my local dev to the virtualized server. The only hitch is that there is a sub directory in my branch that is a link to a place in the virtualized file system. This folder is used for uploaded and system generated data and we like to keep it out of the branch.</div>

<div><br></div><div>What I've tried that doesn't work:</div><div><br></div><div>Sharing the folder with the virtual machine, mounting it in the machine as a remote filesystem and then trying to create a symlink from the mounted file system. However, virtual box does not support creating symlinks. :-(</div>

<div><br></div><div>I've got a head full of ideas but I'm a bit frustrated because they all seem like messy or insecure hacks. I was wondering if anyone has a suggestions for a good way to do things. The host OS is sometimes Ubuntu sometimes Mac OS.</div>

<div><br></div><div>The obvious solution that works is to use version control or sftp. I'm trying to think of something that just works so that I just hit save and then refresh.</div><div><br>-- <br>Matthew Nuzum<br>
newz2000 on freenode, skype, linkedin, <a href="http://identi.ca" target="_blank">identi.ca</a> and twitter<br>
<br>"An investment in knowledge pays the best interest." -Benjamin Franklin <br><br>
</div>