Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12282, comment 5


Ignore:
Timestamp:
Dec 19, 2015, 11:39:33 PM (8 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12282, comment 5

    initial v1  
    1 Committed to 1.0-stable in [14388], merged to trunk in [14389]. 
     1Committed to 1.0-stable in [14388], merged to trunk in [14389].
    22
    3 I noticed another traceback in the log we should try to resolved:
    4 {{{#!pycon
    5 10:40:36 Trac[svn_fs] INFO: Failed to load Subversion bindings
    6 Traceback (most recent call last):
    7   File "/Users/rjollos/Documents/Workspace/trac-dev/teo-rjollos.git/tracopt/versioncontrol/svn/svn_fs.py", line 297, in __init__
    8     _import_svn()
    9   File "/Users/rjollos/Documents/Workspace/trac-dev/teo-rjollos.git/tracopt/versioncontrol/svn/svn_fs.py", line 79, in _import_svn
    10     from svn import fs, repos, core, delta
    11 ImportError: No module named svn
    12 }}}
     3See also #12290.