Does anyone have any example with perforce integrate command? Please
help
—Code Snippet—
import P4
##set p4.port, p4.client
p4c = P4.P4()
p4c.connect()
view = “//depot/meta/project/frombranch/...//depot/meta/project/
tobranch/..."
p4c.run(“integ –n”,view)
—Getting—
return P4API.P4Adapter.run(
On Oct 21, 2:57 pm, Eric_NYRelEng wrote:
> Does anyone have any example with perforce integrate command? Please
> help
>
> —Code Snippet—
> import P4
> ##set p4.port, p4.client
>
> p4c = P4.P4()
> p4c.connect()
> view = “//depot/meta/project/frombranch/...//depot/meta/project/
> tobranch/..."
> p4