Your explanation of Vault jives with the general philosophy of of version control software and benefits thereof. But if you have a virtual network on your virtual XP, I would think you would want to check the files out directly to the XP machine on which you do the work. The only tangible difference in the VCS that I use (SubVersion) is that it doesn't lock files so I can check them out anywhere I want to and even forget that I did. But in your case, unless they need to be on the host machine's disk for some other reason, I would just skip that step and go directly to the XP "disk". Barry On Thu, Dec 29, 2011 at 8:19 AM, James Newton wro= te: > I'm noticing a serious fly in the ointment with this setup. > > I use a very nice and free version control / offsite backup software call= ed > Vault Standard from > http://www.sourcegear.com > It installs on my server and maintains all the code / projects I work on. > It > automatically keeps copies of all the prior versions so I can always look > back over changes I've made and know what I did with each release. E.g. t= he > customer finds a problem that wasn't there in a prior version and I can > then > compare the changes I made to try to see where the bug might have been > introduced. It also provides an easy way to have an offsite backup (serve= rs > at the office, I work from home). > > When I want to work on some code, I "check it out" from Vault, (which the= n > clears the read only bit on the local copy, and would keep other users fr= om > also modifying it if there are any other users) and then do my work, then > check it back it. > > The Windows XP mode virtual computer under Windows 7 has a virtual hard > drive image stored as a file on the real Win7 hard drive which can not be > directly accessed from Win7 (as far as I can tell). But the XP machine ca= n > access the real hard drive as if it were a share from another computer on > the network. So... the Win7 Vault directory is shared to the XP machine > where MPLAB runs. > > And here is the problem: The compiles take /forever/ (like 10 minutes) if= I > try to directly work on the files via the share from the real hard drive.= I > have to copy the files to the virtual hard drive on the XP machine, then = do > the work, then copy them back. The check out/in thing is enough of a pain > by > itself without the copy in/out of VM. > > (snip) --=20 http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .