Edgewall Software

Changes between Initial Version and Version 1 of Ticket #5054


Ignore:
Timestamp:
Mar 29, 2007, 8:27:09 AM (17 years ago)
Author:
Christian Boos
Comment:

As you can see:

  File "/usr/lib/python2.3/svn/repos.py", line 234, in __init__
    root = _fs.revision_root(fs_ptr, root)

the error is in the Subversion binding itself. More specifically, it's a mismatch between the Python side of the bindings and the C side, due to 2 versions of the bindings being installed and the wrong C libraries being picked up at run time.

See TracSubversion#Troubleshooting for more.

Closing the ticket, as it's an installation issue.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5054

    • Property Status newclosed
    • Property Resolutioninvalid
  • Ticket #5054 – Description

    initial v1  
    11Python Traceback
    2 
     2{{{
    33Traceback (most recent call last):
    44  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 387, in dispatch_request
     
    2323    root = _fs.revision_root(fs_ptr, root)
    2424TypeError: svn_fs_revision_root() takes exactly 3 arguments (2 given)
     25}}}