1

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?

Martin Geisler
  • 72,968
  • 25
  • 171
  • 229
Adam Mills
  • 7,719
  • 3
  • 31
  • 47

1 Answers1

2

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.

Steve Kaye
  • 6,262
  • 2
  • 23
  • 27