Using Perforce, I am trying to automate the integration from our dev branch to our main branch. I have branch mapping set up, and I know I can integrate changes automatically for the entire branch. I
Is it开发者_JAVA技巧 possible to change the comment associated with a p4 integrate after I have done the integrate? The integrate itself is fine but the comment associated with it needs improving.You
Which Netbeans plugin for Pe开发者_StackOverflowrforce-Netbeans integration is the most reliable? PerforceNB seems to be the most actively/recently maintained.currently there is this other Netbeans pl
How do you branch from a specific changelist in perforce?That 开发者_如何学Pythonis, if main is my main codeline, and I want to create a branch b off of main from a changelist n, what is the syntax to
Say I created a branch in perforce of our codebase. Here is the branch spec: //depot/code/main/... //depot/code/branch/...