I have been happily using HgSubversion for awhile and today I forgot to add the --svn
to the rebase command.
Now i get the dreaded unknown revision ''
Is there a way to recover from this?
I have been happily using HgSubversion for awhile and today I forgot to add the --svn
to the rebase command.
Now i get the dreaded unknown revision ''
Is there a way to recover from this?
I'd try using the
transplant
extension to fix this:For example - fixing an
hgsubversion
repo calledproject
:Then examine the log of your original project folder and do the following from the
project-tmp
folder:Where
1234
is the revision that you want to move over. Repeat this until all your revisions are copied.When you're done you should be able to start using the new folder in place of the old folder by re-pulling from SVN, rebasing your changes and push them back (don't forget --svn)