| Date Of Receipt: 1-MAY-1995 13:46:19.36
From: SMURF::FLUME::jmf "Joshua M. Friedman OSF/UNIX SDE"
To: frank@DEC:.zko.flume
CC: odehelp@DEC:.zko.flume
Subj: Re: never mind, Re: bci question
Doug,
If you want to do a "forget the whole thing - I don't need to modify
<filename> at all", then you want to unlock as well as outdate; outdate
removes your private Doug_Frank_setname branch; you normally do this at
the end of a submit, but you can do it manually to completely undo your
work (it also rm's the file from your sandbox):
bcs -o filename /* careful with this one! */
Also, you can also outdate particular checkins; say you've done a couple of
bci's and want to roll back to the previous one. If the last version is
say x.x.x.4, then you can do
bcs -o4 filename
-josh
-----------
To: Joshua M. Friedman OSF/UNIX SDE <jmf>
Subject: Re: never mind, Re: bci question
In-Reply-To: Your message of "Mon, 01 May 95 12:22:46 EDT."
<[email protected]>
Date: Mon, 01 May 95 12:37:19 -0400
From: frank
X-Mts: smtp
Doug, I assume you want to reset the file to be checked-out but no
longer locked. (ie. you've done a bci already, then a bco, then
"never mind".)
For this you want to just UNLOCK and DO NOT OUTDATE!
bcs -u filename
-josh
Thanks! I had done a bco and then wanted to do an "oh, forget it"
I did a bcs -u.
--Doug
|