The Google Code support wiki article ConvertingSvnToHg is quite easy to follow, but there is one thing worth noting that is kind of buried in the comments. Assuming you’re doing full history conversion, it is very useful to know that running hg convert
locally is much much faster than running it on a remote SVN repository, so it is well worth using svnsync
to make a local mirror of the SVN repository and then run hg convert
on that.
-
« Home
-
Categories