This is a simple script to migrate from svn repository to git repository with history.
The script follow some steps of : http://stackoverflow.com/a/3972103/292694
On Debian (>= wheezy) & Ubuntu (>= trusy), you need the following packages :
$> sudo apt-get install subversion git-core git-svn
Feel free to contribute on GitHub.