The hgsvn tag has no wiki summary.
85
votes
5answers
13k views
How to migrate/convert from SVN to Mercurial (hg) on windows
I'm looking for a tool to migrate a couple of SVN repositories to Mercurial, with history, labels and so on.
I'm using TortoiseHg (Windows x32), so ConvertExtensions are discarded. There's some info ...
20
votes
6answers
2k views
interoperation between mercurial and subversion
A similar question has been asked recently, but is not the same.
The Mercurial website has a detailed page listing comparisons for 4 different options for getting Mercurial and Subversion to ...
6
votes
2answers
315 views
How can I insert or alter a mercurial revision
How can I alter r0 so it looks like I added .hgignore when I created my repository or insert a commit before my current r0?
I just converted a huge SVN repo using hgsvn to mercurial. It took several ...
4
votes
3answers
347 views
How can I force mercurial to accept an empty commit
I'm trying to convert an SVN repo with hgsvn and I have some commits where SVN properties where modified, but since Mercurial doesn't use those, it sees this as an empty commit and aborts. Is there ...
2
votes
1answer
635 views
Mercurial and Subversion: changing, committing, pulling from SVN, pushing, “Sorry, can't find svn parent of a merge revision.”
I've pulled the Subversion repository into a local Hg repository while at work. At home, I fixed some stuff, committed into my local Hg repository, and upon coming to work I did a pull and an update.
...