Good Evening,

The "Version Control" option is missing from Administration menu when I run 
Trac with Apache.  If I use Tracd, the "Version Control" option is available 
the Administration menu.  Apache and Tracd are using the same trac.conf file, 
and I have both Apache (on port 80) and tracd (on port 8080) running at the 
same time.  This is a test system and not in production.

Turning on debug messages in the log file I get the following

Traceback (most recent call last):
  File "C:\Python27\lib\site-packages\tracopt\versioncontrol\svn\svn_fs.py", 
line 298, in __init__
    _import_svn()
  File "C:\Python27\lib\site-packages\tracopt\versioncontrol\svn\svn_fs.py", 
line 77, in _import_svn
    from svn import fs, repos, core, delta
  File "C:\Python27\lib\site-packages\svn\fs.py", line 26, in <module>
    from libsvn.fs import *
  File "C:\Python27\lib\site-packages\libsvn\fs.py", line 86, in <module>
    import core
  File "C:\Python27\lib\site-packages\libsvn\core.py", line 25, in <module>
    _core = swig_import_helper()
  File "C:\Python27\lib\site-packages\libsvn\core.py", line 21, in 
swig_import_helper
    _mod = imp.load_module('_core', fp, pathname, description)
ImportError: DLL load failed: The specified procedure could not be found.

I assume I have DLL mis-match, but not sure where to look.

The system is a Windows 2012R2 server, with Trac 1.2.2, Python 2.7.13, Apache 
2.4.26 (VC9) from Apache Haus, and Subversion 1.8.18 from http://alagazam.net/

Cheers,
David J.


[cid:image001.png@01D2F775.5AC993C0]

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to