We have been using SVN and slowly the developers have been migrating to git-svn. Now we're ready to make the plunge and completely move to git (using gitolite). I am not sure how to migrate our repository into gitolite and maintain history. I don't know if I should try to convert the svn repo directly or use my local git-svn copy and push that.
What's the best approach?