Question

I'm using hgsubversion + mercurial against an SVN repo. I notice that the rebase from TortoiseHg seems to corrupt my repository (I can no longer push to Subversion)

Can I mimic hg rebase --svn from the TortoiseHg UI?

Was it helpful?

Solution

Yes, you can. When you choose Modify History > Rebase from the right click menu, you should be presented with the following dialog box:

Rebase dialog showing the SVN option

The bottom option is labelled "Rebase unpublished onto Subversion head (override source, destination)"

Tick that box and press the Rebase button and you're all set.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top