[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference smurf::buildhelp

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

443.0. "ode access error, bmerge question" by SMURF::FILTER (Automatic Posting Software - mail to flume::puck) Fri Nov 19 1993 18:36

Date Of Receipt: 	18-NOV-1993 13:41:34.98
From: 	WASTED::bozen "mark bozen USG"
To: 	odehelp@wasted:zko.dec
CC: 	
Subj: 	ode access error, bmerge question
I got this error this morning: 	

% bsubmit mkioconf.c
Enter the defect number this submission applies to: agosminor-1965-bozen

>> FATAL ERROR in /usr/sde/ode2.0/tools/alpha_ace/bin/ode/bsubmit:
>> You are prevented from submitting to: /usr/sde/osf1/build/agosminor.
>> No entry in submit or sadmin access lists.

Also when you do a bmerge which revision do you specify, the version you are
backed to or the latest revision available? Ie. My sandbox is backed to
AGOSMINOR.BL7, which bmerge command should I use:
%bmerge -r"AGOSMINOR.BL7<>" file
or
%bmerge -r"AGOSMINOR<>" file
or
%bmerge file
                                                                     Mark

T.RTitleUserPersonal
Name
DateLines
443.1re: ode access error, bmerge questionSMURF::FILTERAutomatic Posting Software - mail to flume::puckSun Nov 21 1993 15:3667
Date Of Receipt: 	21-NOV-1993 12:34:42.88
From: 	WASTED::jmf "Joshua M. Friedman ULTRIX SDE  21-Nov-1993 1234"
To: 	bozen@wasted:zko.dec
CC: 	odehelp@wasted:zko.dec
Subj: 	re: ode access error, bmerge question

Mark, you have been added to access list.

Regarding the merge, you should use

	%bmerge -r$NEW file

to prepare to submit - type "echo $NEW" to see the value of this constant,
if you like.  Your syntax is slightly broken in the use of <>, which refers
to the "top of the trunk" in rcs terms.  To merge up to but not beyond bl7,
use.
	%bmerge -rAGOSMINOR_BL7 file (note _ not . and no <> or quotes)

bdiff -r$NEW file  will show you if anyone has submitted
between when you checked out and now -- if the diffs show anyone else's header
and content changes, then do the bmerge -r$NEW.  If no new submits need to
be merged, then you don't need to do bmerge.  

Also note that bmerge does a bco - which means you first need to bci, and 
after the bmerge and edits to clean up (if needed) you also need to again
do a bci before submitting.

-josh

------- Forwarded Message

Return-Path: bozen 
Delivery-Date: Thu, 18 Nov 93 13:42:36 -0500
Return-Path: bozen
Received: from wasted.zk3.dec.com by flambe.zk3.dec.com; (5.65/1.1.8.2/01Nov93-1038AM)
	id AA08500; Thu, 18 Nov 1993 13:42:33 -0500
Received: by wasted.zk3.dec.com; id AA01445; Thu, 18 Nov 1993 13:41:10 -0500
Date: Thu, 18 Nov 1993 13:41:10 -0500
From: mark bozen USG <bozen>
Message-Id: <9311181841.AA01445@wasted.zk3.dec.com>
To: odehelp
Subject: ode access error, bmerge question
Status: RO

I got this error this morning:

% bsubmit mkioconf.c
Enter the defect number this submission applies to: agosminor-1965-bozen

>> FATAL ERROR in /usr/sde/ode2.0/tools/alpha_ace/bin/ode/bsubmit:
>> You are prevented from submitting to: /usr/sde/osf1/build/agosminor.
>> No entry in submit or sadmin access lists.

Also when you do a bmerge which revision do you specify, the version you are
backed to or the latest revision available? Ie. My sandbox is backed to
AGOSMINOR.BL7, which bmerge command should I use:
%bmerge -r"AGOSMINOR.BL7<>" file
or
%bmerge -r"AGOSMINOR<>" file
or
%bmerge file
                                                                     Mark


------- End of Forwarded Message


443.2merge questionAOSG::FILTERAutomatic Posting Software - mail to flume::puckTue Jun 11 1996 19:3422
Date Of Receipt: 	11-JUN-1996 13:38:32.31
From: 	QUARRY::patsy "Patsy Franklin USG"
To: 	odehelp@DEC:.zko.quarry
CC: 	
Subj: 	merge question

I did a bco 
	made my changes
Someone else did a bco of the same file, modified and checked in.
	
I was told to bci my change
		bmerge that same file
		  bci the merged sources

Is this the right way to do this?

Would bsubmit have caused a bmerge anyways or did I need to do
the bmerge manually with the second bci?

Thanks,
Patsy

443.3Re: merge questionAOSG::FILTERAutomatic Posting Software - mail to flume::puckTue Jun 11 1996 19:3532
Date Of Receipt: 	11-JUN-1996 13:45:38.32
From: 	FLUME::"vandyck@lynx.zk3.dec.com" "11-Jun-1996 1345"
To: 	Patsy Franklin USG <patsy@zk3.dec.com>
CC: 	odehelp@zk3.dec.com
Subj: 	Re: merge question

| I did a bco 
| 	made my changes
| Someone else did a bco of the same file, modified and checked in.
| 	
| I was told to bci my change
| 		bmerge that same file
| 		  bci the merged sources
| 
| Is this the right way to do this?

Yes, it's an OK way to do it.

| 
| Would bsubmit have caused a bmerge anyways or did I need to do
| the bmerge manually with the second bci?

Yes, but it's a little uglier and a little messier and if you're ever gonna 
get in trouble with ODE, this is one of the main ways.


-- 

				-Grant



443.4Re: merge questionAOSG::FILTERAutomatic Posting Software - mail to flume::puckTue Jun 11 1996 19:3661
Date Of Receipt: 	11-JUN-1996 14:01:22.99
From: 	FLUME::jmf "Joshua M. Friedman OSF/UNIX SDE  11-Jun-1996 1401"
To: 	patsy@DEC:.zko.flume
CC: 	odehelp@DEC:.zko.flume
Subj: 	Re: merge question

Patsy, the other main reason to do the merge first (and you should use
"bmerge -km -r$NEW filename" for the most streamline & correct merge),
is so that you can test.

If you let bsubmit do the merge, you have no opportunity to test.  We're
even considering making bsubmit not allow a merge, requiring that people
do bmerge manually, in the hopes that more merges will get tested.

-josh

------- Forwarded Message

To: Patsy Franklin USG <patsy@lynx.zk3.dec.com>
Cc: odehelp@lynx.zk3.dec.com
Subject: Re: merge question 
In-Reply-To: Your message of "Tue, 11 Jun 96 13:38:32 EDT."
             <9606111738.AA31742@quarry.zk3.dec.com> 
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Tue, 11 Jun 96 13:45:10 -0400
From: "Grant Van Dyck" <vandyck@lynx.zk3.dec.com>
X-Mts: smtp


| I did a bco 
| 	made my changes
| Someone else did a bco of the same file, modified and checked in.
| 	
| I was told to bci my change
| 		bmerge that same file
| 		  bci the merged sources
| 
| Is this the right way to do this?

Yes, it's an OK way to do it.

| 
| Would bsubmit have caused a bmerge anyways or did I need to do
| the bmerge manually with the second bci?

Yes, but it's a little uglier and a little messier and if you're ever gonna 
get in trouble with ODE, this is one of the main ways.


- -- 

				-Grant



------- End of Forwarded Message