I have a SVN project and I want to clone to either Git or Mercurial. The cloning to both VCS' works fine, except for one major problem - I always get only the last revision, no any other history whatsoever.
I can clearly see that the root of the problem is that the SVN project was recently renamed (renaming is the last revision, the only one I manage to get). Using SVN I can see all the history behind the project without any issues.
The weirdest thing is, when I use git-svn clone, I can see it going through numerous revisions, supposedly importing them, but I still get only one revision in the end. Mercurial, which works backwards, unlike Git, just takes the last revision and is done with the cloning.
Also, it is important to note, that this last SVN project renaming/moving is not the only one. There were at least two other renames prior to that, and I do need the complete project history, just like I see it using SVN.