I have to maintain two repositories. One is mercurial and another is SVN. I want to sync both these repo with the history maintained.
Few people will push code to mercurial and few will use SVN. So periodically we want to sync both the repos.
I tried with hgsubversion, but found I can't push to remote mercurial repository with it.
is there any way of doing this?