Perforce integrate using p4 module

2010-10-23 Thread Eric_NYRelEng
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(

Re: Perforce integrate using p4 module

2010-10-22 Thread Chris Hulan
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