Archive for the ‘Virtual Appliances’ Category

Virtual Subversion off Flash Drive

Wednesday, September 19th, 2007

I finally managed to run my Subversion Virtual Appliance off the flash drive. It took a lot of trying and learning. The bottom line is it runs! and runs better then I dared to expect.

I use 4GB Kingston USB 2.0 jump drive. Performance was a biggest challenge to overcome. With trials and errors I settled down to using a single large .vmdk and formatting USB drive to NTFS, and performance boosted.

Now it works like this. I insert USB key. Few seconds - removable storage got connected.  Launch VMWare - another 5 seconds. The Subversion VM is kept suspended on the flash drive. Resume! - takes 15 seconds to bring it back up. At this point it is fully functional.

Rebooting VM is slightly slower,

Testing CheckOut: I  and got all 80 files (55Mb) to a new folder in 10 sec, exactly as when VM was running of the laptop harddrive.

The pay-off for NTFS is that now it takes time for the file system to commit the changes. So I need to wait for about a minute before the system allows me to “safely remove” the flash.  But I don’t mind.

The way it works now is absolutely exciting :) My source control appliance lives in my pocket, doesn’t pollute the system, run off any other computer, and easy to back up.

Virtual Subversion for Small Software Project?

Wednesday, August 29th, 2007

Virtual appliance idea is lovely.

You are a .NET developer, starting a small software project. It comes along, and you feel it is time for source control. You want to use Subversion because friends say it is cool and fancy. But installing and configuring subversion is a mess and a pain. You are reluctant, if you never did it. And intimidated, if you have already tried.

The answer is Virtual Appliances. Look how lovely:

I download a virtual appliance with subversion installed and preconfigured. Power up a Virtual machine; with couple of touches my subversion server is up and running. No mess on my laptop. No dusty ubuntu box in the corner. No installing Apache, no configuring subversion. All is prepared and packaged professionally. I bring up the VM when you need it, and where you need it. In the morning, check out, in the evening, check in. The rest of the day it can sleep as a file on my pocket USB hard drive. As the team grows we will run it 24/7 on the network server. Sounds ideal for a small mobile team.

Reality check.

(more…)