home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.19 / text0108.txt < prev    next >
Encoding:
Internet Message Format  |  1990-05-17  |  1.8 KB

  1. From: matt@bacchus.oz.au (Matthew Atterbury)
  2.  
  3. In article <672@longway.TIC.COM> you write:
  4. > ...  In my spare time, I'm preparing several improvements to RCS that I'll
  5. >eventually submit to Purdue, and if there are easy ways to improve RCS I'd
  6. >like to hear about them.
  7.  
  8. Our company has two sites working on the same code. We create patch
  9. files to distribute our local changes to the remote site. I have had
  10. to hack up a shell script for rcsdiff (doing it all by hand) s.t.
  11. $keyword differences are ignored (since our $Source$, $Header$, and
  12. $Log$ expansions are usually slightly different). A switch to rcsdiff
  13. which somehow ignored such differences would be nice. A "good" way
  14. would be for the $Log$ entries never to be expanded in the ,v file, but
  15. built up everytime you co'd the file. A switch to co would *not*
  16. expand keywords - thus, rcsdiff could co the two versions to be diff'd
  17. with this switch set and do a diff on them. Clearly such diff's should
  18. be applied to a similarly co'd file - perhaps a command/method to
  19. convert expanded $keyword's to their unexpanded versions would handle
  20. this and the rcsdiff "problem". Obviously $Log$ is the tricky one
  21. since it is multi-line and not clearly delineated - I have handled it
  22. by assuming that ALL lines following $Log which start with the $Log
  23. prefix + a space (eg. " * " or "# ") are $Log lines - works OK for us.
  24. Apart from this, I too prefer RCS to SCCS (not that SCCS would
  25. necessarily be any better than RCS in this regard!). cheers ...
  26. -- 
  27. -------------------------------------------------------------------------------
  28. Matt Atterbury [matt@bacchus.esa.oz.au]   Expert Solutions Australia, Melbourne
  29. UUCP: ...!uunet!munnari!matt@bacchus.esa.oz.au            "klaatu barada nikto"
  30. ARPA: matt%bacchus.esa.oz.AU@uunet.UU.NET  "life? don't talk to me about life!"
  31.  
  32. Volume-Number: Volume 19, Number 112
  33.  
  34.