[bug-notifications] [pythonsvn 0004846]: trac is broken by the version 1.7.0_rc4, REV=2011.10.09
Mantis Bug Tracker
noreply at opencsw.org
Wed Oct 19 00:17:01 CEST 2011
A NOTE has been added to this issue.
======================================================================
https://www.opencsw.org/mantis/view.php?id=4846
======================================================================
Reported By: schwindt
Assigned To:
======================================================================
Project: pythonsvn
Issue ID: 4846
Category: packaging
Reproducibility: always
Severity: major
Priority: normal
Status: new
======================================================================
Date Submitted: 2011-10-18 23:40 CEST
Last Modified: 2011-10-19 00:17 CEST
======================================================================
Summary: trac is broken by the version
1.7.0_rc4,REV=2011.10.09
Description:
after the upgrade trac stops displaying the repositories.
The python module svn is not found anymore
The error displayed
Warning: Can't synchronize with repository "(default)" (Unsupported version
control system "svn": No module named svn). Look in the Trac log for more
information.
The trac log looks like this
2011-10-18 23:38:50,818 Trac[svn_fs] INFO: Failed to load Subversion
bindings
Traceback (most recent call last):
File "/opt/csw/lib/python/site-packages/trac/versioncontrol/svn_fs.py",
line 267, in __init__
_import_svn()
File "/opt/csw/lib/python/site-packages/trac/versioncontrol/svn_fs.py",
line 68, in _import_svn
from svn import fs, repos, core, delta
ImportError: No module named svn
======================================================================
----------------------------------------------------------------------
(0009345) schwindt (developer) - 2011-10-19 00:17
https://www.opencsw.org/mantis/view.php?id=4846#c9345
----------------------------------------------------------------------
While trying to recompile svn 1.7.0 I found neon needs to be upgraded too.
My quick fix was rsyncing from a machine still running svn 1.6.15 the
following
/opt/csw/lib/python/site-packages/svn
/opt/csw/lib/python/site-packages/libsvn
/opt/csw/lib/svn/libsvn_swig_py-1.so.0*
More information about the bug-notifications
mailing list