Sunday, January 25, 2009

Cloning a git svn clone

Looks like today with git 1.6.1 there is no default way to clone a git svn clone. The default command (git clone) does not include the original svn information, so your new clone is quiet useless.
Suggested on IRC is just to 'cp' or 'rsync' your clone with the little anoying side-effect that all non-tracked files are copied too :-/

Wednesday, November 12, 2008

Virtualbox to Qemu

Migrating from virtualbox to qemu can be as simple as this:

vditool COPYDD vbox-image.vdi raw-image.img
qemu-img convert -f raw raw-image.img -O qcow2 qemu-image.qcow