[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

393.0. "backed by agosminor.nightly, yet bco doesn t get minor files!" by SMURF::FILTER (Automatic Posting Software - mail to flume::puck) Fri Oct 22 1993 17:32

Date Of Receipt: 	22-OCT-1993 16:19:02.16
From: 	WASTED::stuarth "Stuart Hollander OSG"
To: 	odehelp@wasted:zko.dec
CC: 	stuarth@wasted:zko.dec
Subj: 	backed by agosminor.nightly, yet bco doesn't get minor files!

Is "NEW" the environment variable which determines which version bco will get?

I have a sandbox backed by agosminor.nightly, but bco is not getting the same files
found in agosminor.nightly's src tree.

NEW=AGOSMAINT;alpha_bl012;<>
This doesn't show agosminor.

So, where is NEW set?

I would guess that it should be set in agosminor.nightly/rc_files/shared, but
it is not.
It looks like I'm picking up the bad "NEW" assignment because agosminor is backed by
the agosmaint tree.

Stuart


T.RTitleUserPersonal
Name
DateLines
393.1Re: backed by agosminor.nightly, yet bco doesn t get minor files!SMURF::FILTERAutomatic Posting Software - mail to flume::puckFri Oct 22 1993 18:3543
Date Of Receipt: 	22-OCT-1993 16:44:53.78
From: 	FLUME::"[email protected]"
To: 	Stuart Hollander OSG <[email protected]>
CC: 	[email protected]
Subj: 	Re: backed by agosminor.nightly, yet bco doesn't get minor files!
Not sure what you're backed by, but what you are looking for is: 	

cardinal agosminor.nightly/rc_files [35] grep check_out *
shared.sharedsandbox:replace check_out_config "AGOSMINOR_NIGHTLY;${check_out_config}"
shared.submit:replace check_out_config "${default_set};${check_out_config}"

NEW is defined to be
cardinal agosminor.nightly/rc_files [36] grep NEW *
shared.sharedsandbox:replace setenv NEW "AGOSMINOR;AGOSMAINT_BL6;alpha_bl012;<>"

Try resandboxing your SB and doing a new workon.


	-Grant

| 
| Is "NEW" the environment variable which determines which version bco will get
?
| 
| I have a sandbox backed by agosminor.nightly, but bco is not getting the same
 files
| found in agosminor.nightly's src tree.
| 
| NEW=AGOSMAINT;alpha_bl012;<>
| This doesn't show agosminor.
| 
| So, where is NEW set?
| 
| I would guess that it should be set in agosminor.nightly/rc_files/shared, but
| it is not.
| It looks like I'm picking up the bad "NEW" assignment because agosminor is ba
cked by
| the agosmaint tree.
| 
| Stuart
| 
| 

393.2Re: backed by agosminor.nightly, yet bco doesn t get minor files!SMURF::FILTERAutomatic Posting Software - mail to flume::puckFri Oct 22 1993 18:3628
Date Of Receipt: 	22-OCT-1993 16:46:18.62
From: 	FLUME::jmcg "Jim McGinness"
To: 	flume::odehelp, flume::stuarth
CC: 	
Subj: 	Re:  backed by agosminor.nightly, yet bco doesn't get minor files!

The ODE variable "check_out_config" is what describes the path bco uses to
find the file you want to check out.  For obscure historical reasons the
check_out_config variable is set to AGOSMINOR_NIGHTLY... when you're
backed by agosminor.nightly and to AGOSMINOR;... when you're backed by the
submit tree agosminor.  The $NEW variable is not used by bco.

If you want to change this behavior for yourself, create a
${sandbox_base}/rc_files/custom file that contains the following:

include ./local
replace check_out_config ${default_set};${check_out_config}




(or, if you already have a "custom" file, you could add the "replace..."
line at the bottom.)

Unfortunately this custom file has to be created for each sandbox.

	-- jmcg