T.R | Title | User | Personal Name | Date | Lines |
---|
765.1 | Re: how does one get copies of defunct files? | SMURF::FILTER | Automatic Posting Software - mail to flume::puck | Fri Jun 03 1994 12:40 | 18 |
| Date Of Receipt: 27-MAY-1994 16:59:52.44
From: MINSRV::"[email protected]"
To: [email protected], [email protected]
CC:
Subj: Re: how does one get copies of defunct files?
Farrell, whenever a submit is done to defunct a file, a new version
is created, and that version's marked defunct. If you find the
file you want, do a blog -r file or blog -rGOLDOS file (for example)
to see all the history along that branch. Get the rev just BEFORE
the version marked defunct, and check that out.
e.g. suppose the defunct rev is 1.1.5.17, do:
bco -u -r1.1.5.16 filename
-josh
|
765.2 | Re: how does one get copies of defunct files? | SMURF::FILTER | Automatic Posting Software - mail to flume::puck | Fri Jun 03 1994 12:42 | 20 |
| Date Of Receipt: 27-MAY-1994 17:16:04.18
From: MINSRV::ftw "Farrell Woods USG 27-May-1994 1715"
To: Joshua M. Friedman OSF/UNIX SDE <[email protected]>
CC: [email protected]
Subj: Re: how does one get copies of defunct files?
> bco -u -r1.1.5.16 filename
I had braced myself for something much more convoluted than this! Thanks
Josh. On a related note: suppose there are several files made defunct
in the same directory. But I don't know their names. A "bsh ls" won't
reveal them because they're defunct, and I can't "blog" and subsequently
"bco" a file without knowing its name. How would I get the names of
those defuncted files?
Thanks again,
-- Farrell
|
765.3 | defunct files | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Wed Nov 29 1995 19:02 | 24 |
| Date Of Receipt: 29-NOV-1995 18:08:11.86
From: SMURF::TLAZA::winchell "David Winchell 29-Nov-1995 1806"
To: odehelp@DEC:.zko.tlaza
CC: winchell@DEC:.zko.tlaza
Subj: defunct files
When I try to bco pmap.c in a sanbox backed by the clutwav3os tree
I get the following:
jibe.zk3.dec.com[865] bco pmap.c
[ ./kernel/arch/alpha/pmap.c ]
bco: no checkout allowed: ./kernel/arch/alpha/pmap.c is defunct
How can I get past this? The file should not be marked defunct.
thanks,
dave
|
765.4 | Re: defunct files | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Wed Nov 29 1995 19:03 | 30 |
| Date Of Receipt: 29-NOV-1995 18:25:25.63
From: SMURF::ALPHA::"[email protected]" "29-Nov-1995 1523"
To: [email protected]
CC: [email protected]
Subj: Re: defunct files
If you accidently defuncted this file by mistake,
in your own sandbox and on your private branch or setname,
just outdate your branch of the file with:
bcs -o <file>
If the file is defunct in the submit tree, and you
are positive that this is the file you want
to apply some changes to, you must undefunct it first,
i.e. change the state of the defunct file's revision, from
"defunct" to "Exp", and have it available to check_out, with bco.
from a sandbox back to the submit tree where the file'revision
is defunct :
undefunct <file>
bco <file>
aply your changes ...
bci ...
bsubmit ...
/Rima
|