System versus user PATH environmental variable…winmerge works only if I add the path to the user PATH

You must be getting something wrong, or have environmental problems with your machine. Adding a user PATH environment variable does result in it being merged into the environment of a new process. Update: Perhaps this comment from the MSDN topic on environment variables might be pertinent: Found out that on Windows Server 2003, once the … Read more

How can I make WinMerge my git mergetool?

You are talking about merge tool, yet you (and some other people with answers) are configuring it as a diff tool. To configure a merge tool, you’d need to use merge.tool and mergetool configurations instead of diff.tool and difftool, like this: git config –global merge.tool winmerge git config –replace –global mergetool.winmerge.cmd “\”C:\Program Files (x86)\WinMerge\WinMergeU.exe\” -e … Read more

use Winmerge inside of Git to file diff

Update June 2015, 6 years later: As detailed in “git mergetool winmerge”, a simple git config diff.tool winmerge will be enough. Git 2.5+ (Q2, 2015) is now aware of Winmerge as a diff or merge tool! Original answer (2009-2012) (msysgit, 1.6.5, DOS session) The first part (using winmerge) is described in “How do I view … Read more

How to ignore SVN folders in WinMerge?

Try making a Filefilter WinMerge handles this just fine. You want to create and use a Filter. Under Tools | Filters… | Filefilters, create a new filter or modify an existing one. It will look like this: ## Ignore Java class and jar files f: \.class$ f: \.jar$ ## Ignore subversion housekeeping directories d: \\.svn$ … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)