Perforce Depot Diff
The Perforce Depot Diff utility can recursively diff
your client workspace similar to SourceSafe's recursive folder
difference function. Depot Diff does not do a full difference of
local versus depot files, like SourceSafe does. Instead, it relies
on the Perforce server to inform the utility of the differences.
Download it here (includes source):
DepotDiff.zip
The newest source code can always be retrieved from
the Perforce Public Depot. The
Public Depot web page is available.
- Set P4PORT=public.perforce.com:1666.
- Make a directory to store DepotDiff.
- Execute 'p4 client' to make a user on the server, if you
haven't already done so.
- Finally, type:
p4 sync //guest/joshua_jensen/DepotDiff/...
|