home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / sun / misc / 5936 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.1 KB  |  29 lines

  1. Newsgroups: comp.sys.sun.misc
  2. Path: sparky!uunet!ferkel.ucsb.edu!taco!rock!stanford.edu!agate!spool.mu.edu!sdd.hp.com!sgiblab!a2i!dhesi
  3. From: dhesi@rahul.net (Rahul Dhesi)
  4. Subject: Re: SCCS and binary files
  5. Message-ID: <BzKsq2.Fox@rahul.net>
  6. Keywords: SCCS
  7. Sender: news@rahul.net (Usenet News)
  8. Nntp-Posting-Host: bolero
  9. Organization: a2i network
  10. References: <BzC2EG.Bq1@me.utoronto.ca>
  11. Date: Sun, 20 Dec 1992 20:54:02 GMT
  12. Lines: 15
  13.  
  14. In <BzC2EG.Bq1@me.utoronto.ca> mitu@me.utoronto.ca (Adrian Mitu) posts
  15. this inquiry to a bogus "comp" distribution:
  16.  
  17. >Can SCCS handle binary delta versioning? If not can someone reccomend
  18. >a version-control system that does?
  19.  
  20. The current RCS, in conjunction with the current GNU diff, can treat
  21. binary files as text files, and look for the next newline character to
  22. terminate the current "line", which can be an arbitrary block of binary
  23. data.  Since linefeeds are randomly present in binary files, this
  24. typically results in some efficiency, provided your binary data are
  25. well-behaved and changes are localized to a few places.
  26. -- 
  27. Rahul Dhesi <dhesi@rahul.net>
  28. also:  dhesi@cirrus.com
  29.