Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot

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!

I see this, but it does NOT quite give me what I need. Diff 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!

I see this, but it does NOT quite give me what I need. Diff 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!

Source Link
Chris F
  • 17.2k
  • 38
  • 127
  • 232

How to diff files with same name from two different folders?

I see this, but it does NOT quite give me what I need. Diff 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!