I have to check-in my work into a main svn repo, so I had to setup hgsubversion plugin for Mercurial. That is fine, I cloned the plugin from bitbucket, added the [extensions] hgsubversion = /path/to/hgsubversion, but when I want to use this, I get the following error:
abort: no compatible bindings available:
Subversion 1.5.0 or later required, but no bindings were found
Subvertpy 0.7.4 or later required, but 0.7.3 found
Please install either Subvertpy or the Subversion Python SWIG bindings!
My workstation uses the SVN 1.6.1 and yesterday the system administrators installed the newest subverpty (0.9.0) packets for me.
What should I do now?