Iain Hull

Moving a project from google code to github

Finally moved my old cmakeant project from google-code to github (I have been meaning to do this for ages). In case you are trying to do the same, here are the steps.

Finally moved my old cmakeant project from google-code to github (I have been meaning to do this for ages). In case you are trying to do the same, here are the steps: Download the mercurial repo from google code hg clone https://iainhull@code.google.com/p/cmakeant/ cmakeant-hg Use fast-export to convert the mercurial repository to git. Note: I needed to add mercurial on my PYTHONPATH git clone git://repo.or.cz/fast-export.git export PYTHONPATH=/usr/local/Cellar/mercurial//2.3.1/libexec/:$PYTHONPATH Create a new git repo and clone the mercurial repo