So, we have svn repository of our project. Previously I stored the copy of this project in local hg repository via hgsubversion extension, and everything worked just fine.
Today I reinstalled ubuntu, and switched from 12.04 to 13.04. I've installed hg (version 2.2.2), subversion (version 1.7.5) and hgsubversion (1.4-1).
I can clone repository via hg clone
, but after that I can't execute any operation involving cooperation with the remote svn repository - I keep getting the following error:
abort: repository svn+https://'our-project-url' not found!
What can be a reason of this issue?