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 |
Date Of Receipt: 25-MAY-1995 17:46:02.45 From: SMURF::ALPHA::"[email protected]" To: [email protected] CC: Subj: Could you tell me how to remove a branch and undo a bcreate for sigwait.c? Hello, In my sandbox, ~/sb/ptos/, I 'bcreate'd a file at usr/ccs/lib/libc named sigwait.c. I would like to undo that but when I do I get: [ ./usr/ccs/lib/libc/sigwait.c ] [ can't undo ./usr/ccs/lib/libc/sigwait.c ] [ file not in current branch, your current working set, Peter_Portante_core ]. Could tell me what I must to fix this situtation? I would like the end result to be that sigwait.c never existed. -Peter
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
1486.1 | Re: Could you tell me how to remove a branch and undo a bcreate for sigwait.c? | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Thu May 25 1995 19:19 | 18 |
Date Of Receipt: 25-MAY-1995 18:13:41.81 From: SMURF::FLUME::jmcg "Jim McGinness" To: [email protected] CC: buildhelp@DEC:.zko.flume Subj: Re: Could you tell me how to remove a branch and undo a bcreate for sigwait.c? This is really an ode question, but.... 1) you could just ignore this. The amount of space lost is trivial. You already outdated your branch and I think the RCS pool cleaner will eventually delete the remaining file stub. 2) To add the file to your set, you need to bco it. After that, the bcreate -undo ought to work. There will still be a stub left for the RCS pool cleaner to get rid of. -- jmcg |