This forum is no longer active. Please post your questions to our new community site
Trac + Subversion + Apache
|
|
Good morning, I just speak a little english. I deployed subversion, python and trac on a Windows Server 2003 R2. I used you documentation here : http://trac.edgewall.org/wiki/TracOnWindows Everything works fine in standalone mode (tracd). I see my project subversion, it’s fine. Then I configure Apache and virtual host. In “httpd.conf”, I have theses lines : Then I write my virtual host like this : <Location /svn>
<Location /projects>
<Directory “C:/Python25/Lib/site-packages/Trac-0.11.5-py2.5-win32.egg/trac/htdocs”> <Directory “C:/Python25/Lib/site-packages/svn_python-1.6.4-py2.5-win32.egg”> By an other computer, I can access to my trac site with authentification, but I have this error : Warning: Can’t synchronize with the repository (Unsupported version control system “svn”: “DLL load failed: The specified procedure could not be found.” ). Look in the Trac log for more information. Can you help me please ? I don’t know what is the problem and I already read a lot of forum but no solution… THANK YOU SO MUCH !!!! |
|
|
Hi, This is a forum to help BitNami users and it seems that you are not using it. I would advice you to use it (it is really easy I promised). Anyway your problem seems a dll version problem. Subversion have two different libraries for Apache depending on the version (2.0.x or 2.2.x) Could you check this? |
|
|
Good morning, Thank you for the fast response. Sorry I didn’t know it was for BitNami users. I don’t know BitNami. We have Apache 2.2 and Subversion 1.5.6 (r36142). Thank you very much ! |
|
|
I find the problem !!! I update Subversion from 1.5.6 to 1.6.5 and it works !!! Thank yous |
|
|
I’m glad to hear this. Anyway could you try to install the BitNami Trac installer ? It is itself-contained and will not modify your system. This Stack install and configure all Trac dependencies (Apache, Subversion, Python, SQlite,..) Maybe this Stack would save some headaches :) |
|
|
Hi :-) Maybe I will install BitNami but not for the moment. I say you if I install it. Thanks a lot and have a nice day. |

