perforce - Find the diff chunks without p4 resolve -
i want design shell script take resolve decision based on diff chunks shown 'p4 resolve'
the current state of script -
p4 integ -b @=cl #this open files in default cl.
p4 resolve #it resolve files opened in default cl 1 one
now problem is, p4 resolve, cannot redirect output file , or read diff chunks because, shows diff chunks 1 file , waits user input resolve decision. want script take obvious resolve decision.
so, there way find diff chunks files in default cl? that, can read these diff chunks anyhow , make these obvious resolve decisions?
yes, can use p4 resolve -n
print same output p4 resolve
, without prompting input or taking action. the p4 resolve docs:
-n
list files need resolving without performing resolve.
Comments
Post a Comment