Skip to content

Instantly share code, notes, and snippets.

@jsjohnst
Created July 21, 2010 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsjohnst/484898 to your computer and use it in GitHub Desktop.
Save jsjohnst/484898 to your computer and use it in GitHub Desktop.
Steps:
1) svn co <repo_path> ./svn
2) svn export <repo_path> ./export
3) cp -r ./export ./git
4) cd ./git; git init; git commit -am "initial import"; cd ..
5) cp -r ./export ./hg
6) cd ./hg; hg init; hg commit -m "initial import"; cd ..
7) du -hs *
Results in:
2.9M export
3.6M git
5.1M hg
7.5M svn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment