[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Python subversion module?

From: Lewis Ashley Foster <lfoster_at_cambridge.oilfield.slb.com>
Date: 2005-12-02 11:03:22 CET

I'm trying to get my python bindings to work and after lots of trouble I
thought i had everything installed. I decided to run the python script
(http://home.earthlink.net/~rzeh/sccs2svn.py) and got the following messages:

[root@rancor SCCS]# python2.4 sccs2svn.py
/usr/local/lib/svn-python/libsvn/delta.py:4: RuntimeWarning: Python C API
version mismatch for module _delta: This Python has API version 1012,
module _delta has version 1011.
   import _delta
/usr/local/lib/svn-python/libsvn/delta.py:4: RuntimeWarning: Python C API
version mismatch for module swig_runtime_data2: This Python has API version
1012, module swig_runtime_data2 has version 1011.
   import _delta
/usr/local/lib/svn-python/libsvn/fs.py:5: RuntimeWarning: Python C API
version mismatch for module _fs: This Python has API version 1012, module
_fs has version 1011.
   import _fs
/usr/local/lib/svn-python/libsvn/core.py:4: RuntimeWarning: Python C API
version mismatch for module _core: This Python has API version 1012, module
_core has version 1011.
   import _core
/usr/local/lib/svn-python/libsvn/repos.py:6: RuntimeWarning: Python C API
version mismatch for module _repos: This Python has API version 1012,
module _repos has version 1011.
   import _repos
/usr/local/lib/svn-python/libsvn/wc.py:5: RuntimeWarning: Python C API
version mismatch for module _wc: This Python has API version 1012, module
_wc has version 1011.
   import _wc
/usr/local/lib/svn-python/libsvn/client.py:6: RuntimeWarning: Python C API
version mismatch for module _client: This Python has API version 1012,
module _client has version 1011.
   import _client
usage: convert.py options

sccs2svn.py: error: You must supply a user id with --user

I'm really not sure where to start with all this, i've got subversion 1.2.3
installed, i've got python 2.4, swig 1.3.24 because i was told 1.3.27
didn't work correctly.

Any help would be appreciated so much you just cant understand, i've spent
literally days trying to get this working and my patience is running out! :-(

Apologies if much of my terminology is incorrect, i'm a noob :-)

Lewis.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 2 11:06:38 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.