How to diff custom file list with WinMerge
Posted
by tori3852
on Stack Overflow
See other posts from Stack Overflow
or by tori3852
Published on 2010-04-29T07:23:22Z
Indexed on
2010/04/29
7:27 UTC
Read the original article
Hit count: 510
Hello, I have a code directory structure, which is this:
modudle1
trunk
pom.xml
branches
1.1
pom.xml
modudle2
trunk
pom.xml
submodule-2.1
pom.xml
submodule-2.2
pom.xml
branches
1.1
pom.xml
submodule-2.1
pom.xml
submodule-2.2
pom.xml
I need to compare pom.xml files in trunk folders with the ones in branches/1.1:
modudle1\trunk\pom.xml
modudle1\branches\1.1\pom.xml
modudle2\trunk\pom.xml
modudle2\branches\1.1\pom.xml
modudle2\trunk\submodule-2.1\pom.xml
modudle2\branches\1.1\submodule-2.1\pom.xml
modudle2\trunk\submodule-2.2\pom.xml
modudle2\branches\1.1\submodule-2.2\pom.xml
What solutions are available to do this? Is there a solution to use with WinMerge, where I could present a filelist to compare? Other suggestions and tools are welcome, too.
© Stack Overflow or respective owner