Allows you to diff the current file against previous revisions from perforce.
Doesn't follow branches back (yet)
You can select the revision from the list at the bottom and it will appear in the left hand pane.
Credit to MikeAbney on whose DiffFilePlugin this is based.
-- KevinORegan - 09 Aug 2002
Updated version to work with IDEA 644. Also based on the newest DiffFilePlugin sources. Includes workaround (stupid one) for several Perforce clientspecs. See the README.txt (I already put there a few lines).
Install:
- extract PerfDiffRev.jar from the ZIP and copy it to the plugins directory
- shortcut: Control - Alt - R
-- RichardNemec - 06 Sep 2002
Only works on Windows at the moment, replacing "p4.exe" with "p4" will allow it to work with unix (but not on windows).
Code for exec is taken from the Java World article "When Runtime.exec() won't"
-- KevinORegan - 06 Sep 2002
Updated 0.3 version is available, now. The main change is that now you can select two revisions and see them diff-ed. Also the older revision shows in the left pane, now. And, some simple caching is added.
-- RichardNemec - 06 Sep 2002
Version 0.4 is still alpha-ish. Perforce is executed always as 'p4'
(no 'p4.exe' or 'p4c.cmd'). Also, p4 is executed in the directory
of the diff-ed file, so P4CONFIG variable approach could be used
(see P4 documentation how it looks for the P4CONFIG file).
The plugin.xml file is in build 648 syntax.
-- RichardNemec - 20 Sep 2002
- Picture:
|
|