| Date Of Receipt: 13-APR-1995 10:55:43.81
From: SMURF::FLUME::jmf "Joshua M. Friedman OSF/UNIX SDE"
To: adams@DEC:.zko.flume
CC: odehelp@DEC:.zko.flume
Subj: Re: trying to do bsubmit
Stephanie, this says that you're in the middle of a submit of
this file already, and you started it 4/12/95 @ 14:52. You
must have dones bsubmit logger.c yesterday and something happend
to interrupt the submit.
You can pick up where it left off by doing
bsubmit -resub 14:52 -date 4/12/95 (do this from the src
directory of your sandbox)
or if nothing was really done in yesterday's attempted submit, you can
remove the pending submit as follows:
sadmin -rm 14:52 -date 4/12/95
Then you can do a new bsubmit.
-josh
From [email protected] Thu Apr 13 10:48:32 1995
Delivery-Date: Thu, 13 Apr 95 10:49:09 -0400
Return-Path: [email protected]
Received: from smada.zk3.dec.com by flume.zk3.dec.com; (5.65/1.1.8.2/16Jan95-0946AM)
id AA03488; Thu, 13 Apr 1995 10:48:32 -0400
Received: from localhost by smada.zk3.dec.com; (5.65/1.1.8.2/01Dec94-0227PM)
id AA16015; Thu, 13 Apr 1995 10:48:31 -0400
Message-Id: <[email protected]>
To: [email protected]
Subject: trying to do bsubmit
Date: Thu, 13 Apr 95 10:48:31 -0400
From: [email protected]
X-Mts: smtp
Hello
I'm getting the following problem
csh> bsubmit logger.c
Enter the defect number this submission applies to: v32supportos-74-adams
File: ./usr/bin/logger/logger.c
is held by: Stephanie_Adams; Date: 4/12/95; Time: 14:52
*** RE-SUBMISSION REQUIRED ***
- Source control information is in an intermediate state.
- Re-submit using -resub <time> -date <mm/dd/yy>,
- where <time> and <date> are specified above.
csh> kinit Stephanie_Adams
Kerberos Initialization for "Stephanie_Adams"
Password:
csh>
Is this telling me I'm not Stephanie_Adams? I Am.
I don't know how to fix this and get the code submitted.
Thanks
Stevie
|
| Date Of Receipt: 13-APR-1995 11:02:29.37
From: SMURF::WASTED::"[email protected]" "13-Apr-1995 1100"
To: [email protected]
CC: [email protected]
Subj: Re: trying to do bsubmit
It's telling you that you tried to submit yesterday and were unsuccessful, so
the file you attempted then is in a state of limbo called appendhold. If you
do the following:
sadmin -all
in your sandbox, you'll see:
: Stephanie_Adams; Date: 4/12/95; Time: 14:52
./usr/bin/logger/logger.c
If this version that you tried to submit is OK, then do this:
bsubmit -resub 14:52 -date 4/12/95
and it will attempt to continue the submission. Perhaps there's a merge
involved of some other problem that caused it to get here in the first place.
If you cannot complete the original submission, make sure you have a good
version of the file saved somewhere, then
sadmin -rm 14:52 -date 4/12/95 # to remove the file from appendhold
Then resubmit the file.
-Grant
| Hello
|
| I'm getting the following problem
|
| csh> bsubmit logger.c
| Enter the defect number this submission applies to: v32supportos-74-adams
|
| File: ./usr/bin/logger/logger.c
| is held by: Stephanie_Adams; Date: 4/12/95; Time: 14:52
| *** RE-SUBMISSION REQUIRED ***
|
| - Source control information is in an intermediate state.
| - Re-submit using -resub <time> -date <mm/dd/yy>,
| - where <time> and <date> are specified above.
|
| csh> kinit Stephanie_Adams
| Kerberos Initialization for "Stephanie_Adams"
| Password:
| csh>
|
| Is this telling me I'm not Stephanie_Adams? I Am.
|
| I don't know how to fix this and get the code submitted.
|
| Thanks
| Stevie
|