Last modified: 2005-10-09 08:34:48 UTC
When running web installer on Windows the diff3.exe (usually the one that comes with cygwin) executable is not located. Even when diff3.exe is located in the windows path. The detection mechanism search through some predefined path and the environmental "PATH" variable. But since windows environmental PATH has a different syntax and the windows executables have .exe extension, the current search mechanism does not locate the windows version I would like to submit a patch to fix it.for your consideration (only two small changes within the current framework).
Created attachment 957 [details] Installation Diff3 detection patch v0.1 Installation Diff3 detection patch v0.1
Created attachment 958 [details] Installation Diff3 detection patch v0.2 Installation Diff3 detection patch v0.2. A slightly better code using PATH_SEPARATOR and DIRECTORY_SEPARATOR constant per brion's suggestion.
Created attachment 959 [details] Installation Diff3 detection patch v0.3 Installation Diff3 detection patch v0.3 Per brion's suggestion: Modified to have native path's (applies to back- and forward- slashes)
Created attachment 960 [details] Installation Diff3 detection patch v0.4 Installation Diff3 detection patch v0.4 Yet again, per brion's suggestion: make the code nicer *shakes fist*
Applied on HEAD.