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

Does anyone have the python bindings working with the latest subversion build?

From: Nick <nick_at_adhost.com>
Date: 2004-06-25 18:35:43 CEST

I asked this once before so I thought I would try one more time

I have two machines that run subversion that I upgraded to the latest CVS
version of subversion yesterday and today. On both I did make swig-py and
make install-swig-py and everything seemed to go fine.

 

The problem is when I go to ViewCVS now:

Traceback (most recent call last):

  File "/cvs/web/ViewCVS/lib/viewcvs.py", line 2503, in main

    request.run_viewcvs()

  File "/cvs/web/ViewCVS/lib/viewcvs.py", line 256, in run_viewcvs

    import vclib.svn

  File "/cvs/web/ViewCVS/lib/vclib/svn/__init__.py", line 27, in ?

    from svn import fs, repos, core, delta

  File "/usr/local/lib/svn-python/svn/repos.py", line 23, in ?

    from libsvn.repos import *

  File "/usr/local/lib/svn-python/libsvn/repos.py", line 5, in ?

    import _repos

ImportError: /usr/lib/python2.2/site-packages/libsvn/_repos.so: undefined
symbol: svn_swig_py_log_receiver

 

Happens on both servers. The reason I upgraded to the CVS version of
subversion was the fact that ViewCVS was corrupting my subversion database
pretty often and as:

http://svn.collab.net <http://svn.collab.net/>

 

runs viewcvs fine I assumed an upgrade might help.

(FYI viewcvs I am using the standalone server so it runs as the same user as
the subversion server).

 

                                   Nick

 

 
Received on Fri Jun 25 18:42:33 2004

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.