Opened 21 years ago
Closed 20 years ago
#330 closed defect (worksforme)
have diff tools - svn diff works fine -- diff command line works fine -- diff view in trac doesn't work
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | version control/changeset view | Version: | 0.6.1 |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
I have installed the gnu diff tools, version - 2.8.1-3 I have apache 2.0.49 windows xp all the latest patches etc. I have the added the location of the diff tools installation to the path variable Diff tools works fine from the command line. svn diff works fine from the command line (as well as from tortoise svn)
Eveything seems to running just fine with trac, except for the diff view. This is probably just a config error, but I've looked at the mailing list and faq and tried all the suggested fixes. So I'll risk getting flamed, as long as someone sends me fix for the issue.
Attachments (0)
Change History (4)
comment:1 by , 21 years ago
comment:2 by , 20 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
No risk for flamage. :)
I'm however unable to reproduce this on ms windows. Let me know if you got it working and found the problem. :-)
comment:3 by , 20 years ago
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
I'm having this same problem. When I run Apache from the command line, it locates diff.exe fine. When I run it as a service, it has trouble. I've tried copying diff.exe into the apache bin and modules directory, no luck. Any ideas?
comment:4 by , 20 years ago
Component: | browser → changeset view |
---|---|
Description: | modified (diff) |
Resolution: | → worksforme |
Status: | reopened → closed |
Please see the FAQ.
I had this, or similar, problem, until I used the printenv.pl cgi-example and noticed that the PATH variable hadn't been updated in apache, so trac couln't find diff.exe. Restart of the apache service didn't help. Had to reboot to get apache to notice that PATH had changed.