home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / gnu / utils / bug / 1993 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  1.5 KB

  1. Path: sparky!uunet!ogicse!hp-cv!sdd.hp.com!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!jarthur.claremont.edu!jason
  2. From: jason@jarthur.claremont.edu (Jason Merrill)
  3. Newsgroups: gnu.utils.bug
  4. Subject: rcs 5.6 -d test fails
  5. Message-ID: <1992Nov6.070808.16481@muddcs.claremont.edu>
  6. Date: 6 Nov 92 07:08:08 GMT
  7. Article-I.D.: muddcs.1992Nov6.070808.16481
  8. Sender: gnulists@ai.mit.edu
  9. Distribution: gnu
  10. Organization: Harvey Mudd College, Claremont, CA 91711
  11. Lines: 41
  12. Approved: bug-gnu-utils@prep.ai.mit.edu
  13.  
  14. I've built rcs 5.6 and run the test script, with the following output.  The
  15. problem is that RCS 5 converts the date to GMT time, but the rcstest script
  16. uses the output of date(1).  I believe that it is the script that is in
  17. error?
  18.  
  19. -----cut here-----
  20. ~> cd /gnu/rcs-5.6/src
  21. /gnu/rcs-5.6/src> set path=(. $path)
  22. /gnu/rcs-5.6/src> rcstest
  23. *** a.kv    Thu Nov  5 23:01:10 1992
  24. --- a.c    Thu Nov  5 23:01:11 1992
  25. ***************
  26. *** 1,10 ****
  27.   $Author: w $
  28. ! $Date: 1992/11/05 23:01:09 $
  29. ! $Header: /gnu/rcs-5.6/src/RCS/a.c 2.1 1992/11/05 23:01:09 w s $
  30. ! $Id: a.c 2.1 1992/11/05 23:01:09 w s $
  31.   $Locker:  $
  32.   $Log: a.c $
  33. !  * Revision 2.1  1992/11/05  23:01:09  w
  34.    * m
  35.    *
  36.   $RCSfile: a.c $
  37. --- 1,10 ----
  38.   $Author: w $
  39. ! $Date: 1992/11/06 07:01:09 $
  40. ! $Header: /gnu/rcs-5.6/src/RCS/a.c 2.1 1992/11/06 07:01:09 w s $
  41. ! $Id: a.c 2.1 1992/11/06 07:01:09 w s $
  42.   $Locker:  $
  43.   $Log: a.c $
  44. !  * Revision 2.1  1992/11/06  07:01:09  w
  45.    * m
  46.    *
  47.   $RCSfile: a.c $
  48. #keyword expansion failed
  49. /gnu/rcs-5.6/src> 
  50. -----cut here-----
  51.  
  52. --
  53. Jason Merrill
  54. jason@jarthur.claremont.edu
  55.