Is commit history preserved when moving from SVN to Git?

0
Well, the question title speaks for itself really: is the commit history, and the commit messages that go with that history, preserved when you move an app from an SVN repository to a Git repo? The docs explain how to do it, by exporting and importing the app package and uploading it to an empty Git repo, but nothing is said about the commit history of the app. That makes me suspect that it's not preserved, but it never hurts to ask and be sure...
asked
1 answers
0

Maybe this article will help – https://www.atlassian.com/git/tutorials/git-move-repository

answered