2010-04-01

SvnHg, migrating from subversion (svn) to mercurial (Hg)

Few weeks ago I've started reading about mercurial (Hg) and what's the diference with subversion (the one I'm currently using at work and for my personal software). Now I want to migrate my personal software hosted in google code but none of the tools I've tried have worked, or was easy enough for me. So I've done mine :-)

SvnHg is very simple, it just use svn and hg commands to do the job.

You can download here, unzip and install it (or use the java -jar ...).

to install

sudo java -jar SvnHg.jar --install


to migrate just type

svnhg -v dirname


you can use options or just let the program ask you what he need to work.

enjoy it!!!

No hay comentarios: