2 messages in com.perforce.perforce-user[p4] submit failed - what should I do?
FromSent OnAttachments
Haibinh Nguyen14 Sep 2001 12:43 
Stephen Vance14 Sep 2001 20:51 
Subject:[p4] submit failed - what should I do?
From:Stephen Vance (ste@vance.com)
Date:09/14/2001 08:51:39 PM
List:com.perforce.perforce-user

It depends on why the submit failed. The most common reason is that there is a file conflict. Look at the section of the User's Guide on resolving for insight on how to solve this.

When the submit originally failed, it gave you a message along the lines of "Resolve your changes then resubmit with 'p4 submit -c 6405'" where 6405 is the numbered changelist that was assigned to the submission. If you don't have that original information, either check P4Win (on Windows) to see what numbered changelist is outstanding or (from the command line) try 'p4 changes -s pending' and see which one is under your name and client.

Beyond that, I recommend reading the User's Guide..

Steve

At 12:43 PM 9/14/2001 -0700, Haibinh Nguyen wrote:

Hi all, how do resubmit after a failed submitted?

I do: p4 submit foo.c Then I do: p4 opened foo.c perforce say: foo.c *locked* (or something like that)

how do i resubmitted it? without revert the file

Thanks.