Hi!

Yesterday I encountered some very strange things when trying to upgrade
to trac 0.10.3.1.

I wanted to run trac 0.10.3.1 with python 2.4 on Apache 2.2.4 with
subversion 1.4.3 on a Windows 2003 Server.

I ran into strange problems when trying to activate the svn capabilities
of trac. The Apache just won't react anymore.

I think I succeeded in isolating the problem:

I switched to tracd to ensure this is not an Apache problem.

I run tracd, everything is fine. trac svn-browser works well, no
problems at all.

But:
To use the subversion command line tools I unzip the binaries to
c:\programme\svn-1.4.3
To have them accessible in the command line, I add the svn-1.4.3\bin
folder to my PATH. No problem here.
The console output of these tools has some german umlauts (öäü) in it.
Those are only displayed correctly if I add an environment variable:

APR_ICONV_PATH = c:\Programme\svn-1.4.3\iconv

As soon as this setting is made, tracd crashes immediately when I access
the trac start-page via my web browser.
When I remove this environment variable and restart tracd, everything is
fine again...

Strange: tracd only crashes, if both variables (\bin in PATH and
APR_ICONV_PATH) are set at the same time.

Even more strange:
The crash only occurs when using the subersion 1.4.3 binaries for Apache
2.2.4.
The binaries for Apache 2.0 do not crash tracd.

I do not know, if trac somehow uses some .dlls which are situated in the
subversion \bin folder, or uses the files in the iconv folder.

Any help is greatly appreciated!

Thanks in advance,

Nico












--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to