Hello, All.

I've an issue described here http://trac.edgewall.org/ticket/7682
and you can see the same:

Reproduce
I've installed on clear Windows XP SP2 system:

    * Setup-Subversion-1.5.2.en-us.msi Setup-Subversion-1.5.2.en-us.msi
    * TortoiseSVN-1.5.3.13783-win32-svn-1.5.2.msi
    * apache_2.0.63-win32-x86-openssl-0.9.7m.msi
    * python-2.5.msi
    * setuptools-0.6c7.win32-py2.5.exe
    * mod_python-3.3.1.win32-py2.5-Apache2.0.exe
    * pysqlite-2.4.0.win32-py2.5.exe
    * svn-python-1.5.2.win32-py2.5
    * Genshi-0.5.1.win32-py2.5.exe
    * Trac-0.11.1.win32.exe 

System Information

    * Windows XP SP2
    * Python 2.5
    * SQLite 2.4
    * SVN-1.5.2
    * svn-python-1.5.2.win32-py2.5
    * mod_python-3.3.1
    * Trac 0.11.1 Stable 


On every page I'm getting a warning:

Warning: Can't synchronize with the repository (Unsupported version control 
system "svn": "DLL load failed with error code 182" ). Look in the Trac log for 
more information.

and on Browse Source

Unsupported version control system "svn": "DLL load failed with error code 182"



My httpd.conf trac part

# Solve .egg-cache showing problem in projects list
PythonOption PYTHON_EGG_CACHE "C:/temp/"

# common trac config
Alias /trac/chrome/common "C:/usr/local/python/share/trac/htdocs/"
<Directory "C:/usr/local/python/share/trac/htdocs/">
  Order allow,deny
  Allow from all
</Directory>

<Location "/projects">
  SetHandler mod_python
  PythonHandler trac.web.modpython_frontend 
  PythonOption TracEnvParentDir "C:/usr/local/projects/"
  PythonOption TracUriRoot /projects
</Location>


<LocationMatch "/projects/[^/]+/login">
  AuthType Basic
  AuthName "Trac projects"
  AuthUserFile "C:/usr/local/Apache2/conf/svn/svnpasswd"
  Require valid-user
</LocationMatch>

# test for work mod_python

<Location /mpinfo>
 SetHandler mod_python
 PythonHandler mod_python.testhandler
</Location>



-- 
 dreel                    mailto:[EMAIL PROTECTED]
 Dmitriy S. Sinyavskiy
 Web-developer            Perl, Catalyst, MSSQL
 FGUE EZAN                Telecommunication, data transfer networks and 
devices.                      


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to