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:

  1. copy file(s) workspace.
  2. run "p4 reconcile".

if files identical, no-op. if files different, end result want (modified files in workspace, opened edit).


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -