Find depot files with the same name but different contents.
Given perforce paths as input arguments, Compare.pl finds all
depot filenames in the paths and reports if files
with the same name have differing contents.
If the same filename occurs more than once, it is
"diffed" (via p4 diff2) against all other occurances
of that filename (that is all other occurances in
the input path spec, not the entire depot!).
If such a filename is not identical to others
with the same name, then the first line of the p4 diff2
report is output.
This is intended to be used as a plug-in tool with
the 2000.1 GUI - it should be passed the
parameter "%D" and it will then operate on any
selected files or directories in the client view pane.