Sponsored Content
Full Discussion: Revision Control Sw
Top Forums Programming Revision Control Sw Post 302290421 by methyl on Monday 23rd of February 2009 08:21:28 AM
Old 02-23-2009
man 5 rcsintro
 

8 More Discussions You Might Find Interesting

1. Solaris

check firmaware revision on X4100

Hi there I am running solaris 10 on an SunFire x4100 ...(x86 box) Could anybody tell me if there is a way I can check the firmware revision without taking the box down to do it ...eeprom doesnt give me the info I require Cheers (0 Replies)
Discussion started by: hcclnoodles
0 Replies

2. Solaris

determining miniroot revision

Hi guys I have a bunch of x4100's x4140's etc with solaris 10 update4 running on them but I suspect that when a lot of these boxes were originally built, the jumpstart process used an update2 miniroot, now as far as i understand it, the miniroot used at jumpstart is the miniroot that stays on... (1 Reply)
Discussion started by: hcclnoodles
1 Replies

3. Shell Programming and Scripting

Operating System Revision Level

Hi i am trying to find the operating system revsion level and know i can use the 'uname -a' commmand i just wanted to know what part of the output displays this? Also what command can i use to display the cpu run queue? (1 Reply)
Discussion started by: warlock129
1 Replies

4. Shell Programming and Scripting

help with updating date+revision in a file

Hi Gurus, I have a file in which the 3rd line needs to be replaced with 'current date' along with 'revision'. The exact format of the file is like this: $TTL 4h @ IN SOA mo2idns.mnc720.mcc302.gprs. root.mnc720.mcc302.gprs. ( 2011020801; serial YYYYMMDDVV... (3 Replies)
Discussion started by: momin
3 Replies

5. Solaris

How to find Firmware revision ?

I am having a Sun-Fire-T2000 server which is having Solaris OS running on it. I am not able to find an exact Firmware version. Please suggest something. sc> showhost Host flash versions: OBP 4.30.4 2009/08/19 07:24 Hypervisor 1.7.3.a 2009/10/29 15:50 POST 4.30.4 2009/08/19 07:47... (3 Replies)
Discussion started by: zigi_p5
3 Replies

6. UNIX for Advanced & Expert Users

Revision Control System

We've recently migrated from Unix to Linux, and unfortunately one of the command 'chown' is turned down on the new environment. My dilemma is that whenever a user co (check-out), on new environment, scripts from RCS it overwrites the file ownership from the group ID to himself, and whenever he... (8 Replies)
Discussion started by: sethmj
8 Replies

7. Solaris

How to find out SPARC server revision number?

WE have a SPARC server which was purchased very long back. (in 1996). Each SPARC Server has a revision number in a format T* (T5, T6, T7..etc). How to find out the revision number of my SPARC server either from OS or by any other way? (1 Reply)
Discussion started by: rajujayanthy
1 Replies

8. UNIX for Dummies Questions & Answers

Revision of script from don

Don, I revised script but when I ran it I did not receive any log. I am not sure what you mean to run it in code tags. I am using a putty session and ssh but I did not get a trace log? Barb ---------- Post updated at 01:33 PM ---------- Previous update was at 01:27 PM... (2 Replies)
Discussion started by: bcarosi
2 Replies
ident(1)																  ident(1)

NAME
ident - identify files SYNOPSIS
ident [-q] [file...] DESCRIPTION
ident searches for all occurrences of the pattern $keyword:...$ in the named files or, if no file name appears, the standard input. These patterns are normally inserted automatically by the RCS command co(1), but can also be inserted manually. The option -q suppresses the warning given if there are no patterns in a file. ident works on text files as well as object files and dumps. For example, if the C program in f.c contains char rcsid[] = "$Id: ident.1,v 1.1.10.2 1999/08/13 19:58:10 Colin_Walters Exp $"; and f.c is compiled into f.o, then the command # ident f.c f.o will output f.c: $Id: ident.1,v 1.1.10.2 1999/08/13 19:58:10 Colin_Walters Exp $ f.o: $Id: ident.1,v 1.1.10.2 1999/08/13 19:58:10 Colin_Walters Exp $ IDENTIFICATION
Author: Walter F. Tichy. Revision Number: 1.1.6.4; Release Date: 1993/12/20. Copyright (C) 1982, 1988, 1989 by Walter F. Tichy. Copyright (C) 1990 by Paul Eggert. SEE ALSO
ci(1), co(1), rcs(1), rcsdiff(1), rcsintro(1), rcsmerge(1), rlog(1), rcsfile(5) Walter F. Tichy, RCS--A System for Version Control, Software--Practice & Experience 15, 7 (July 1985), 637-654. ident(1)
All times are GMT -4. The time now is 10:41 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy