Hi -

I'm troubleshooting this svn issue which I know has been discussed before.
However, after 3 days of reading everything I could find on the web I have
still not been able to resolve the issue.

The good news is that I was able to verify on a test server that my
configured should work.  I began to pick the server apart to discover what
differences still existed and found a single issue related to whether
mod_ssl gets loaded into Apache or not.

The test server didn't have SSL configured because *assumed* that the issue
wasn't related.

My config:
Win32
Apache 2.0.63
Mod_Python 3.3.1
Trac .11.1
SVN 1.5.3
Python 2.5
** related bindings

Can anyone explain why loading the mod_ssl module in Apache breaks the
trac->mod_python->svn integration?

My relevant apache conf files are below:
<Location />
    SetHandler mod_python
    PythonInterpreter main_interpreter
    PythonHandler trac.web.modpython_frontend
    PythonOption TracEnvParentDir "C:/Projects/trac"
    PythonOption PYTHON_EGG_CACHE "C:/Temp/egg_cache"
    PythonOption TracUriRoot /
</Location>

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

<Location /svn>
   DAV svn
   SVNPath C:/Projects/svn/test
</Location>

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

Reply via email to