[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

1448.0. "Re: never mind, Re: bci question" by AOSG::FILTER (Automatic Posting Software - mail to flume::puck) Mon May 01 1995 17:31

Date Of Receipt: 	 1-MAY-1995 12:24:09.91
From: 	SMURF::FLUME::jmf "Joshua M. Friedman OSF/UNIX SDE"
To: 	frank odehelp
CC: 	
Subj: 	Re:  never mind, Re: bci question

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

T.RTitleUserPersonal
Name
DateLines
1448.1Re: never mind, Re: bci questionAOSG::FILTERAutomatic Posting Software - mail to flume::puckMon May 01 1995 18:3651
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."
	     <9505011622.AA06556@flume.zk3.dec.com> 
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