[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

2321.0. "How do I find someone else s private checkin RCS id?" by AOSG::FILTER (Automatic Posting Software - mail to flume::puck) Tue Jun 04 1996 12:50

Date Of Receipt: 	 4-JUN-1996 11:45:17.56
From: 	WASTED::reimers "Jan T. Reimers USG"
To: 	odehelp@DEC:.zko.wasted
CC: 	reimers@DEC:.zko.wasted
Subj: 	How do I find someone else's private checkin RCS id?

In John Meneghini's absence, while he is home with his new baby, I need
to find out the RCS id of the cam_tape.c he bci'd which starts with 1.1.61

How do I find out the last numeral?

Jan Reimers

T.RTitleUserPersonal
Name
DateLines
2321.1Re: How do I find someone else s private checkin RCS id?AOSG::FILTERAutomatic Posting Software - mail to flume::puckTue Jun 04 1996 13:5231
Date Of Receipt: 	 4-JUN-1996 11:50:28.24
From: 	FLUME::"[email protected]" "04-Jun-1996 1143"
To: 	Jan T. Reimers USG <[email protected]>
CC: 	[email protected]
Subj: 	Re: How do I find someone else's private checkin RCS id?

blog -r cam_tape.c |more

----------------------------
revision 1.1.61.2
date: 1996/05/17 17:51:44;  author: John_Meneghini;  state: Exp;  lines: +98 
-11
        Bug fix for QAR 38996, CLD X-CHECK: ZUO100804 CBR
         - Remove erroneous PDRV_SMP_UNLOCK from ctape_strategy()
         - Fix MTIOCGET functionality
----------------------------


| In John Meneghini's absence, while he is home with his new baby, I need
| to find out the RCS id of the cam_tape.c he bci'd which starts with 1.1.61
| 
| How do I find out the last numeral?
| 
| Jan Reimers

-- 

				-Grant



2321.2Re: How do I find someone else s private checkin RCS id?AOSG::FILTERAutomatic Posting Software - mail to flume::puckTue Jun 04 1996 19:1212
Date Of Receipt: 	 4-JUN-1996 17:06:49.19
From: 	FLUME::"[email protected]" "Joshua M. Friedman OSF/UNIX SDE"
To: 	[email protected], [email protected]
CC: 	[email protected]
Subj: 	Re: How do I find someone else's private checkin RCS id?

Jan, also, bstat of a branch will return the final number, i.e.

bstat -r1.1.61 cam_tape.c

-josh