home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / database / informix / 1924 < prev    next >
Encoding:
Internet Message Format  |  1992-09-13  |  1.4 KB

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!gatech!emory!obelix.informix.com
  2. From: johnl@obelix.informix.com (Jonathan Leffler)
  3. Newsgroups: comp.databases.informix
  4. Subject: Re:  RCS headers in 4gl
  5. Message-ID: <9527@emory.mathcs.emory.edu>
  6. Date: 14 Sep 92 11:33:08 GMT
  7. Sender: walt@mathcs.emory.edu
  8. Reply-To: johnl@obelix.informix.com (Jonathan Leffler)
  9. Lines: 24
  10. X-Informix-List-ID: <list.1443>
  11.  
  12. >Date: Thu, 3 Sep 92 13:54:36 EDT
  13. >From: Livsey Renee <uunet!cphpdev1.homedepot.com!prl01>
  14. >Subject: RCS headers in 4gl and HP Termcap
  15. >X-Informix-List-Id: <list.1428>
  16. >
  17. >We are looking for ways to utilize RCS in our 4GL.  The header information
  18. >will not display an ident after it is checked out.
  19.  
  20. What do you mean?
  21.  
  22. My understanding of RCS (based on rather limited experience of it -- I use
  23. SCCS by preference) is that if you incorporate something like: $Header:$
  24. into your source file and then place the file under RCS control with ci,
  25. then when you next check it out with co, you will find something like:
  26.  
  27. $Header: /home/johnl/tmp/RCS/x,v 1.2 14/09/92 11:07:59 johnl Exp $
  28.  
  29. in your source, at exactly where you left the original.
  30. If the original is in a comment, the expanded version will be in the same
  31. place.  If the original is in a string, it will be in the string, and
  32. the string will be found in the executable too, so ident(1) will find it.
  33.  
  34. Yours,
  35. Jonathan Leffler (johnl@obelix.informix.com) #include <disclaimer.h>
  36.