/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$ hgimportsvn http://path.to/repo $ cd repo $ hgpullsvn $ find . -name .svn | xargs rm -fr $ find . -name .hgignore | xargs rm -fr