Title: | USG buildhelp questions/answers |
Moderator: | SMURF::FILTER |
Created: | Mon Apr 26 1993 |
Last Modified: | Mon Jan 20 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 2763 |
Total number of notes: | 5802 |
Date Of Receipt: 27-JUN-1996 18:14:41.28 From: FLUME::"[email protected]" GURU::jpaul "James Hensley USG" 27-JUN-1996 18:06:18.11 To: flume::odehelp sankaran@dec:.zko.guru (Jyoti P Sankaran SCE) CC: FLUME::REYNOLDS, SANKARAN@DEC:.zko.flume johnge@dec:.zko.guru (John Gertwagen USG) Subj: Please help: v32csupportos bsubmit problem bsubmit problem Hi, I am attempting to submit to v32csupportos.nightly the file bs_bmt_util.c in the src/kernel/msfs/bs directory. I did the bsubmit and got no errors, but the file is not in the build tree (/tmp_mnt/inr/share/inr/build/v32support.dsk6/v32supportos.nightly/src/kernel/msfs/bs) or the output area, of course. My sandbox is /tmp_mnt/guru/home/jpaul/sb/s3860/src/kernel/msfs/bs . When I do a 'bco -u' of the file, it gets the wrong version ( 1.1.10.2). But when I do a' bco -u -r 1.1.25.3 bs_bmt_util.c' of the file, it gets my version. What have I done wrong? Should I re-bsubmit? Thanks, James
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
2377.1 | Re: Please help: v32csupportos bsubmit problem | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Fri Jun 28 1996 15:24 | 59 |
Date Of Receipt: 27-JUN-1996 19:32:24.00 From: FLUME::overman "James C. Overman" To: flume::odehelp, rusure::sankaran CC: FLUME::REYNOLDS, rusure::SANKARAN, guru::jpaul, johnge@dec:.zko.guru Subj: Re: Please help: v32csupportos bsubmit problem Hi Folks, The correct file is in the submit tree. The nightly tree will not be updated until the next successful build of v32csupportos. Attached is the head of the file in question when viewed from the submit tree. I don't believe that any additional work is needed. James ---------- csh<12> pwd /share/secret/build/submits.dsk2/v32csupportos/src/kernel/msfs/bs csh<13> head -40 bs_bmt_util.c /* * @DEC_COPYRIGHT@ * * * Facility: * * MegaSafe Storage System * * Abstract: * * Metadata bitfile structure utility routines * * Author: * * Christian D. Saether * * Date: * * Fri May 18 15:06:23 1990 * */ /* * HISTORY * $Log: bs_bmt_util.c,v $ * Revision 1.1.25.4 1996/06/27 22:46:49 James_Hensley * ** Merge Information ** * ** Command used: bsubmit ** * ** Ancestor revision: 1.1.10.2 ** * ** Merge revision: 1.1.25.3 ** * ** End ** * Backport of srequest ptos-3860-seema. * Handle ENO_MORE_MCELLS properly in bmt_extend(). * [1996/06/27 22:41:14 James_Hensley] * * Revision 1.1.10.2 1995/03/09 22:59:54 Alan_Jones * 16K proplist element support for cluster rolling upgrades |