On Sat, Aug 04, 2018 at 01:16:29PM +0200, Gilles wrote:
> Hello,
> 
> I have a couple of questions:
> 
> 1. Although fossil.exe is configured with…
> 
> fossil settings > gdiff-command    (global) "C:\Program
> Files\WinMerge\WinMergeU.exe"
> 
> … nothing happens when I run "fossil gdiff myfile.txt".

You can try to add "C:\Program Files\WinMerge" to your PATH environment
variable.

Then start a cmd window and try if it works by just typing winmergeu.

If it's works, this should works

   fossil set gdiff-command winmergeu
   fossil gdiff myfile.txt

-- 
Martin G.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to