T.R | Title | User | Personal Name | Date | Lines |
---|
393.1 | Re: backed by agosminor.nightly, yet bco doesn t get minor files! | SMURF::FILTER | Automatic Posting Software - mail to flume::puck | Fri Oct 22 1993 18:35 | 43 |
| 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.2 | Re: backed by agosminor.nightly, yet bco doesn t get minor files! | SMURF::FILTER | Automatic Posting Software - mail to flume::puck | Fri Oct 22 1993 18:36 | 28 |
| 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
|