[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

1406.0. "request for help getting a particular revision of a file" by AOSG::FILTER (Automatic Posting Software - mail to flume::puck) Tue Apr 18 1995 21:29

Date Of Receipt: 	12-APR-1995 12:58:04.07
From: 	SMURF::FLUME::ring "Nolan Ring USG  12-Apr-1995 1256"
To: 	odehelp@DEC:.zko.flume
CC: 	kmoran@DEC:.zko.flume, ring@DEC:.zko.flume
Subj: 	request for help getting a particular revision of a file

------- Forwarded Message

Return-Path: kmoran@quarry.zk3.dec.com 
Delivery-Date: Wed, 12 Apr 95 12:27:46 -0400
Return-Path: kmoran@quarry.zk3.dec.com
Received: from alpha.zk3.dec.com by flume.zk3.dec.com; (5.65/1.1.8.2/16Jan95-0946AM)
	id AA30456; Wed, 12 Apr 1995 12:27:45 -0400
Received: from flume.zk3.dec.com by alpha.zk3.dec.com; (5.65/1.1.8.2/15Sep94-0303PM)
	id AA00832; Wed, 12 Apr 1995 12:27:36 -0400
Received: from quarry.zk3.dec.com by flume.zk3.dec.com; (5.65/1.1.8.2/16Jan95-0946AM)
	id AA31247; Wed, 12 Apr 1995 12:27:35 -0400
Received: from localhost by quarry.zk3.dec.com; (5.65/1.1.8.2/13Feb95-0113PM)
	id AA10223; Wed, 12 Apr 1995 12:27:33 -0400
Message-Id: <9504121627.AA10223@quarry.zk3.dec.com>
To: admin@quarry.zk3.dec.com
Cc: kmoran@quarry.zk3.dec.com
Subject: ODE help available ? 
Date: Wed, 12 Apr 95 12:27:33 -0400
From: kmoran@quarry.zk3.dec.com
X-Mts: smtp

Could someone please direct me to the source for 
ODE help ?

I can't seem to figure out how to get a copy of a
particular Revision of a file.

Thanks,

- -Kevin

------- End of Forwarded Message


T.RTitleUserPersonal
Name
DateLines
1406.1Re: request for help getting a particular revision of a fileAOSG::FILTERAutomatic Posting Software - mail to flume::puckTue Apr 18 1995 21:3271
Date Of Receipt: 	12-APR-1995 13:46:49.91
From: 	SMURF::WASTED::"vandyck@cardinal.zk3.dec.com" "12-Apr-1995 1345"
To: 	kmoran@zk3.dec.com
CC: 	odehelp@zk3.dec.com, ring@zk3.dec.com
Subj: 	Re: request for help getting a particular revision of a file

The easist way to find ode info is via the WEB. If you use a browser like 
Netscape or xmosaic, connect to http://nsa.zk3.dec.com/rengweb/

Otherwise you'll need to use the ode man pages.

/usr/sde/tools/alpha_OSF1/bin/odeman cmdname

There is also postscript and bookreader docs in /usr/sde/doc

As for this specific question;
You need a kerberos account and a valid ticket for the machine you are working 
on.

I a workon session in your sandbox, you can then issue the command:

blog -r file_name |more  # to see the RCS history

Then to check out the version you want:

bco -u -r1.1.1.2 foo.c  #or whatever version you need.


	-Grant



| 
| ------- Forwarded Message
| 
| Return-Path: kmoran@quarry.zk3.dec.com 
| Delivery-Date: Wed, 12 Apr 95 12:27:46 -0400
| Return-Path: kmoran@quarry.zk3.dec.com
| Received: from alpha.zk3.dec.com by flume.zk3.dec.com; (5.65/1.1.8.2/16Jan95-
0946AM)
| 	id AA30456; Wed, 12 Apr 1995 12:27:45 -0400
| Received: from flume.zk3.dec.com by alpha.zk3.dec.com; (5.65/1.1.8.2/15Sep94-
0303PM)
| 	id AA00832; Wed, 12 Apr 1995 12:27:36 -0400
| Received: from quarry.zk3.dec.com by flume.zk3.dec.com; (5.65/1.1.8.2/16Jan95
-0946AM)
| 	id AA31247; Wed, 12 Apr 1995 12:27:35 -0400
| Received: from localhost by quarry.zk3.dec.com; (5.65/1.1.8.2/13Feb95-0113PM)
| 	id AA10223; Wed, 12 Apr 1995 12:27:33 -0400
| Message-Id: <9504121627.AA10223@quarry.zk3.dec.com>
| To: admin@quarry.zk3.dec.com
| Cc: kmoran@quarry.zk3.dec.com
| Subject: ODE help available ? 
| Date: Wed, 12 Apr 95 12:27:33 -0400
| From: kmoran@quarry.zk3.dec.com
| X-Mts: smtp
| 
| Could someone please direct me to the source for 
| ODE help ?
| 
| I can't seem to figure out how to get a copy of a
| particular Revision of a file.
| 
| Thanks,
| 
| - -Kevin
| 
| ------- End of Forwarded Message
| 


1406.2Re: request for help getting a particular revision of a fileAOSG::FILTERAutomatic Posting Software - mail to flume::puckTue Apr 18 1995 22:0397
Date Of Receipt: 	12-APR-1995 16:42:59.17
From: 	SMURF::WASTED::"vandyck@cardinal.zk3.dec.com" "12-Apr-1995 1641"
To: 	kmoran@quarry.zk3.dec.com
CC: 	odehelp@zk3.dec.com
Subj: 	Re: request for help getting a particular revision of a file

If you checked it out unlocked (-u) then you have no lock on the file and no 
private branch anyway, so just delete it. If you have it checked out locked, 
then bcs -u -o file.c will remove the file, the lock and your private branch.

FYI -defunct marks the file as forever gone from the stream in which you are 
working.

	-Grant

| 
| Thanks for the help on bco. But now that I have a copy of
| the rev that I need, how do I UN-checkout the file ?
| Is this "bci -defunct foo.c", or something else ?
| 
| Thanks for the help.
| 
| -Kevin
| 
| 
| >The easist way to find ode info is via the WEB. If you use a browser like 
| >Netscape or xmosaic, connect to http://nsa.zk3.dec.com/rengweb/
| >
| >Otherwise you'll need to use the ode man pages.
| >
| >/usr/sde/tools/alpha_OSF1/bin/odeman cmdname
| >
| >There is also postscript and bookreader docs in /usr/sde/doc
| >
| >As for this specific question;
| >You need a kerberos account and a valid ticket for the machine you are worki
ng 
| >on.
| >
| >I a workon session in your sandbox, you can then issue the command:
| >
| >blog -r file_name |more  # to see the RCS history
| >
| >Then to check out the version you want:
| >
| >bco -u -r1.1.1.2 foo.c  #or whatever version you need.
| >
| >
| >	-Grant
| >
| 
| 
| | 
| | ------- Forwarded Message
| | 
| | Return-Path: kmoran@quarry.zk3.dec.com 
| | Delivery-Date: Wed, 12 Apr 95 12:27:46 -0400
| | Return-Path: kmoran@quarry.zk3.dec.com
| | Received: from alpha.zk3.dec.com by flume.zk3.dec.com; (5.65/1.1.8.2/16Jan9
5-
| 0946AM)
| | 	id AA30456; Wed, 12 Apr 1995 12:27:45 -0400
| | Received: from flume.zk3.dec.com by alpha.zk3.dec.com; (5.65/1.1.8.2/15Sep9
4-
| 0303PM)
| | 	id AA00832; Wed, 12 Apr 1995 12:27:36 -0400
| | Received: from quarry.zk3.dec.com by flume.zk3.dec.com; (5.65/1.1.8.2/16Jan
95
| -0946AM)
| | 	id AA31247; Wed, 12 Apr 1995 12:27:35 -0400
| | Received: from localhost by quarry.zk3.dec.com; (5.65/1.1.8.2/13Feb95-0113P
M)
| | 	id AA10223; Wed, 12 Apr 1995 12:27:33 -0400
| | Message-Id: <9504121627.AA10223@quarry.zk3.dec.com>
| | To: admin@quarry.zk3.dec.com
| | Cc: kmoran@quarry.zk3.dec.com
| | Subject: ODE help available ? 
| | Date: Wed, 12 Apr 95 12:27:33 -0400
| | From: kmoran@quarry.zk3.dec.com
| | X-Mts: smtp
| | 
| | Could someone please direct me to the source for 
| | ODE help ?
| | 
| | I can't seem to figure out how to get a copy of a
| | particular Revision of a file.
| | 
| | Thanks,
| | 
| | - -Kevin
| | 
| | ------- End of Forwarded Message
| | 
| 
|