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

Trouble getting cvs2svn.py to work

From: Kent Karlsson <kent_at_popwire.com>
Date: 2002-10-31 16:09:53 CET

Systemconfig:
MacOS X 10.2.1, swig 1.3.15, db 4.0.14, subversion r3590, Python 2.2
I dont have Apache 2 installed, and I took the apr and apr-util
directories from the r3200 tarball.

subversion is built and installed with following cmdline:
sh autogen.sh; ./configure --enable-maintainer
--with-berkeley-db=/usr/local/BerkeleyDB.4.0; make; make install; make
swig-py-ext; make install-swig-py-ext

I copied the rcsparse.py from the packages/rpm/redhat-8.x/ to
tools/cvs2svn and tried to run it. I get this result, but Ive no idea
what to do about it.

[kent:subversion/tools/cvs2svn] kent% ./cvs2svn.py
Traceback (most recent call last):
   File "./cvs2svn.py", line 17, in ?
     from svn import fs, util, _delta, _repos
   File "/usr/local/lib/python2.2/site-packages/svn/fs.py", line 20, in ?
     import _util
ImportError: Failure linking new module

Ive never used either swig nor python before.

Anyone with any good ideas?

-- kent

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 31 16:11:29 2002

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

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