Find the revision number, say 8331. Using git command git svn with option '-r8331:HEAD'
git can be a good tool to keep the history of the changes in LaTex files. The only difficult thing in using git for LaTeX is how to track the changes between commits. If one word in a paragraph is changed, git thinks that the whole paragraph is changed. One way to track changes precisely...