I see this, but it does NOT quite give me what I need. Diff files present in two different directoriesDiff files present in two different directories
I want to diff ALL the pom.xml files, but from two different directory trees in a multi-module struncture. So I have
dir1/pom.xml
dir1/module1/pom.xml
dir1/module1/project1/pom.xml
dir1/module2/pom.xml
etc...
dir2/pom.xml
dir2/module1/pom.xml
dir2/module1/project1/pom.xml
dir2/module2/pom.xml
etc...
I want to diff ALL the pom.xml files, and ONLY the pom.xml files, between dir1 and dir2. I'm currently using SVN, so either a sed or svn-specific command may be helpful. Thanks!