Return to Snippet

Revision: 37876
at December 18, 2010 23:29 by munkypot


Updated Code
$ hgimportsvn http://path.to/repo
$ cd repo
$ hgpullsvn
$ find . -name .svn | xargs rm -fr
$ find . -name .hgignore | xargs rm -fr

Revision: 37875
at December 18, 2010 23:28 by munkypot


Initial Code
$ hgimportsvn http://path.to/repo
2 $ cd repo
3 $ hgpullsvn
4 $ find . -name .svn | xargs rm -fr
5 $ find . -name .hgignore | xargs rm -fr

Initial URL


Initial Description


Initial Title
SVN to Hg conversion with hgimportsvn

Initial Tags
svn, Bash, convert

Initial Language
Bash