perforce diff between 2 files in different directories . -
perforce : system such @ compile time few files created in temp directory . requirement ; if created file different file present in workspace copy file temp directory onto workspace after doing check out of file present on workspace.
how can diff between 2 files in workspace , output if files same or different .
i'd this:
- copy file(s) workspace.
- run "p4 reconcile".
if files identical, no-op. if files different, end result want (modified files in workspace, opened edit).
Comments
Post a Comment