[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
Thu Mar 1 09:03:08 CET 2012
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: closed
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2011-10-18 23:40 CEST
Last Modified: 2012-03-01 09:03 CET
======================================================================
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
======================================================================
----------------------------------------------------------------------
(0009697) schwindt (developer) - 2012-03-01 09:03
https://www.opencsw.org/mantis/view.php?id=4846#c9697
----------------------------------------------------------------------
It indeed does , but the package layout changed a bit.
after doing a
rsync -av /opt/csw/lib/svn/python/site-packages/
/opt/csw/lib/python/site-packages/
python was able to use it again.
It this behaviour intendet ?
More information about the bug-notifications
mailing list