Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

need help about ident command in rcs in unix

Status
Not open for further replies.

nikhilgodbole

Programmer
Jul 28, 2003
1
IN
I use ident command in rcs for .pc files and working fine.
But when I try to use this for oracle form (put in $id ... $ keywords in the sorce file) and ftp ed it to unix and do check in, ident command is working but the file getting currupted. Is there any way for version identification for
oracle form 6i, .fmb and .fmx files ?
 
The $id etc lines have to be put inside whatever .fmb and .fmx files consider to be a comment.

For the shell, it would be
Code:
#!/bin/sh
# my foo script
# $Id$
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top