To get logging to work you also need to set your log_type to file. You can see the supported logging methods at http://trac.edgewall.org/wiki/TracLogging.
Unfortunately, that won't give you much info about this error. I just went through the pain of trying to use the newest version of VisualSVN and eventually just gave up. We are now running Trac on a separate version of Apache and SVN. I suspect that the newest version of VisualSVN is doing something odd to their included version of SVN that prevents the Python bindings from working. The dll sizes don't match up between VisualSVN and other SVN distributions, but that may not mean anything. On Oct 4, 9:16 am, Michelle Young <[email protected]> wrote: > Dear TRAC experts, > > I run TRAC 11 and SVN on Windows (server 2003). I believe I was at > VisualSVN Server 2.0.7 before the weekend. Everything was working for > the past year. Someone else installed it, although I have the > directions they used. > Trac: 0.11.5 > Python: 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit > (Intel)] > setuptools: 0.6c9 > psycopg2: 2.0.13 > Genshi: 0.5.1 > mod_python: 3.3.1 > jQuery: 1.2.6 > > Over the weekend, I upgraded to VisualSVN 2.1.3 (has svn 1.6.12 and > Apache 2.2.13). I had to tweak the C:\Program Files\VisualSVN > Server\conf\httpd-custom.conf file to change the Authtype to even get > the server to start after the upgrade, but then it worked. (changed from > Basic to VisualSVN and removed the 'AuthBasicProvider visualsvn') > > Now SVN is working and TRAC is working in general, but the connection > between the 2 seems to be broken. I am getting the following error in TRAC: > > *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. > > I looked in the trac/[repository name]/log, but it is empty, so I must > have to turn on some log parameter in the trac.ini? Or am I looking in > the wrong place? > [logging] > log_file = trac.log > log_level = DEBUG > log_type = none > > I am thinking the error has something to do with maybe python from my > searches, but I am not sure how to correct. Something about bindings? > or something needs to be added/updated in site-packages? But I confess > I am not a *nix person and I don't really know much about python or > bindings. Lots of other languages, but not these. > I think I had this file for the previous install? > svn-python-1.6.5.win32-py2.5.exe. Do I need a newer one for 1.6.12? I > also have this VisualSVN error message: "python_init: Python version > mismatch, expected '2.5', found '2.5.4'. " Per internet: Some say it is > not important on Windows, but other say you need to "downgrade"? Or is > it just something about the order on the directories on PythonPath > (VisualSVN is last)? > > Can anyone point me in the right direction for either the TRAC logging > issue, or the TRAC error? > > Thanks for any help you can provide! -- You received this message because you are subscribed to the Google Groups "Trac Users" 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-users?hl=en.
