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

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -