[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

1375.0. "Undefuncting a file" by AOSG::FILTER (Automatic Posting Software - mail to flume::puck) Mon Apr 03 1995 15:11

Date Of Receipt: 	 3-APR-1995 10:36:02.46
From: 	SMURF::CALIPH::binder "vitam gustare"
To: 	odehelp
CC: 	binder, dal@unx.dec.com
Subj: 	Undefuncting a file

What is required to undefunct a file in ODE?  A writer who took over
someone else's book has found a need to resurrect a chapter file that
was defuncted a couple of releases ago.

Thanks.

-dick

T.RTitleUserPersonal
Name
DateLines
1375.1Re: Undefuncting a fileAOSG::FILTERAutomatic Posting Software - mail to flume::puckMon Apr 03 1995 15:1633
Date Of Receipt: 	 3-APR-1995 10:48:56.87
From: 	SMURF::CALIPH::johnf
To: 	binder@caliph.zk3.dec.com (vitam gustare)
CC: 	odehelp@caliph.zk3.dec.com, dal@unx.dec.com, johnf
Subj: 	Re: Undefuncting a file
For example, here is how to undefunct the file ./kernel/arch/mips/cerror.s: 	
as root or devrcs on your rcs host: 	

        rlog $RCS/src/kernel/arch/mips/cerror.s
                note rev to be undefuncted, in this case 1.1.1.2
        rcs -sExp:1.1.1.2 $RCS/src/kernel/arch/mips/cerror.s
        rlog $RCS/src/kernel/arch/mips/cerror.s
                verify that the undefunct worked, i.e. that the 
                state of the file changed from 'defunct' to 'Exp'
 
          Remove the entry for kernel/arch/mips/cerror.s from the DEFUNCT file 
in
          the logs directory of the submit tree.




 ______________________________________________________________________

 John Flanagan	 		enet:    johnf@zk3.dec.com	
 MS: ZKO3-3/W20			decnet:  flambe::johnf
 USG Release Engineering		 (603) 881-1719
 110 Spitbrook Road 			 (DTN) 381-1719
 Nashua, NH  
 ______________________________________________________________________



1375.2Re: Undefuncting a fileAOSG::FILTERAutomatic Posting Software - mail to flume::puckTue Apr 04 1995 21:5216
Date Of Receipt: 	 4-APR-1995 16:47:57.43
From: 	SMURF::FLUME::jmf "Joshua M. Friedman OSF/UNIX SDE"
To: 	binder@DEC:.zko.flume
CC: 	odehelp@DEC:.zko.flume
Subj: 	Re: Undefuncting a file

Dick, note that in John's mail, $RCS represents a path; it's not
really a defined variable.

In addition, if the file had been defuncted in this release, you need
to remove it from the <pool>/logs/DEFUNCT list.  In this case you
probably don't care.  Once it's submitted it will reappear in the
<pool>/logs/SNAPSHOT file.

-josh