SVN to Hg conversion with hgimportsvn


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. $ hgimportsvn http://path.to/repo
  2. $ cd repo
  3. $ hgpullsvn
  4. $ find . -name .svn | xargs rm -fr
  5. $ find . -name .hgignore | xargs rm -fr

Report this snippet


Comments


You need to login to view comments.