Posted on behalf of forum user 'mister_wilson'.
Hi,
I'm working on a small utility to replicate/mirror a perforce branch using
the P4API and the " p4 diff2 -q " command to
compare two branches.
My result set for the diff2 command usually returns a lot of records (i.e.: >
100000 records)
When I get results that have a " status " of " left only ",
" content " or " types " I would like to integrate these
files using " p4 integrate -t -v -f depotFile depotFile2 "
How can I integrate multiple files from my result set instead of one file at a
time?
Thanks,
-MW
Hi,
I'm working on a small utility to replicate/mirror a perforce branch using
the P4API and the " p4 diff2 -q " command to
compare two branches.
My result set for the diff2 command usually returns a lot of records (i.e.: >
100000 records)
When I get results that have a " status " of " left only ",
" content " or " types " I would like to integrate these
files using " p4 integrate -t -v -f depotFile depotFile2 "
How can I integrate multiple files from my result set instead of one file at a
time?
Thanks,
-MW