Subversion Conversion Error

Martin Geisler mg at lazybytes.net
Mon Jul 13 17:44:41 CDT 2009


Stephen Rasku <mercurial at srasku.net> writes:

> When I issue the following convert command:
>
> hg convert -v -s svn svn://devdb/tests NSTest
>
> I get the following error:
>
> initializing destination NSTest repository
> Subversion python bindings 1.1 found, 1.4 or later required
> abort: svn://devdb/tests: missing or unsupported repository
>
> Does this just mean that I have too old a version of subversion? Do I
> have to get the subversion server upgraded?

Is is complaining about the client-side bindings, that is, the Python
library used to talk with the SVN server.

On Debian the bindings come in a package called python-subversion. You
can download the bindings as part of Subversion from:

  http://subversion.tigris.org/

I believe you want the ones in subversion/bindings/swig/.

-- 
Martin Geisler

VIFF (Virtual Ideal Functionality Framework) brings easy and efficient
SMPC (Secure Multiparty Computation) to Python. See: http://viff.dk/.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://selenic.com/pipermail/mercurial/attachments/20090714/87b4661a/attachment.pgp 


More information about the Mercurial mailing list