[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

689.0. "bco checked out the wrong file?" by SMURF::FILTER (Automatic Posting Software - mail to flume::puck) Fri Apr 15 1994 10:41

Date Of Receipt: 	13-APR-1994 11:23:42.62
From: 	FLAMBE::"[email protected]" "13-Apr-1994 1125"
To: 	[email protected]
CC: 	hannah::alfred
Subj: 	bco checked out the wrong file?

I'm trying to submit a fix to the agxhw2 release.  Yesterday, I did a

    resb agxhw2.nightly

in my sandbox, and I just verified that my link does point to
/usr/sde/osf1/build/agxhw2.nightly.  However, I just did a

    bco dt_output.c

form the ./src/motif/clients/dxterm directory, and this dt_output.c is not
the same as the one in the backing tree (I checked both agxhw2.nightly and
agxhw2 submit trees).  Did I do something wrong or miss a step somewhere?
I was expecting to see the same file that is in the backing tree I'm backed
against.

I need to prepare the srequest today so that this fix will make it into BL5,
so a quick answer is appreciated.

Thanks,
Alfred

T.RTitleUserPersonal
Name
DateLines
689.1Re: bco checked out the wrong file?SMURF::FILTERAutomatic Posting Software - mail to flume::puckFri Apr 15 1994 10:4755
Date Of Receipt: 	13-APR-1994 11:45:24.03
From: 	FLUME::"[email protected]" "Grant Van Dyck"
To: 	"Alfred von Campe, MRO1-2/J18, 297-9585 13-Apr-1994 1117 -0500" <hannah::alfred>
CC: 	[email protected]
Subj: 	Re: bco checked out the wrong file?
Try again.  I changed the check_out config to be as follows: 	

check_out_config "AGXHW2;AGXMINOR_BL9;${check_out_config}"

since there is no AGXHW2 version of this file, you'll get the
AGXMINOR_BL9 version, which should also be the same as the one in
nightly.

Make sure before you bco that:

cardinal hw2x_nite/src [25]  sbinfo check_out_config
AGXHW2;AGXMINOR_BL9

returns this value.

I tried it and I get:

bco -u dt_output.c

[ ./motif/clients/dxterm/dt_output.c ]
[ ./motif/clients/dxterm/dt_output.c Rev 1.1.4.6 checked out unlocked ]


Which is correct.



	-Grant

| I'm trying to submit a fix to the agxhw2 release.  Yesterday, I did a
| 
|     resb agxhw2.nightly
| 
| in my sandbox, and I just verified that my link does point to
| /usr/sde/osf1/build/agxhw2.nightly.  However, I just did a
| 
|     bco dt_output.c
| 
| form the ./src/motif/clients/dxterm directory, and this dt_output.c is not
| the same as the one in the backing tree (I checked both agxhw2.nightly and
| agxhw2 submit trees).  Did I do something wrong or miss a step somewhere?
| I was expecting to see the same file that is in the backing tree I'm backed
| against.
| 
| I need to prepare the srequest today so that this fix will make it into BL5,
| so a quick answer is appreciated.
| 
| Thanks,
| Alfred