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

  1. Newsgroups: comp.sys.sun.misc
  2. Path: sparky!uunet!mcsun!sunic!ericom!eos.ericsson.se!etxmesa
  3. From: etxmesa@eos.ericsson.se (Michael Salmon)
  4. Subject: Re: SCCS and binary files
  5. Message-ID: <1992Dec16.082518.4578@ericsson.se>
  6. Keywords: SCCS
  7. Sender: news@ericsson.se
  8. Nntp-Posting-Host: eos6c02.ericsson.se
  9. Reply-To: etxmesa@eos.ericsson.se (Michael Salmon)
  10. Organization: Ericsson Telecom AB
  11. References:  <BzC2EG.Bq1@me.utoronto.ca>
  12. Distribution: comp
  13. Date: Wed, 16 Dec 1992 08:25:18 GMT
  14. Lines: 35
  15.  
  16. In article <BzC2EG.Bq1@me.utoronto.ca>
  17. mitu@me.utoronto.ca (Adrian Mitu) writes:
  18. |> 
  19. |> 
  20. |> Can SCCS handle binary delta versioning? If not can someone reccomend
  21. |> a version-control system that does? I am reffering to storing binary
  22. |> files and their versions in a space-effificent manner (no un-necessary
  23. |> duplication of data).
  24.  
  25. man 5 sccsfile gives:
  26.  
  27.      ^Af e 0|1
  28.           The e flag indicates whether a source file  is  encoded
  29.           or  not.   A  1  indicates  that  the  file is encoded.
  30.           Source files need to be encoded when they contain  con-
  31.           trol  characters,  or  when they do not end with a NEW-
  32.           LINE. The e flag allows files that contain binary  data
  33.           to be checked in.
  34.  
  35. That is files containing that have other than printable and whitespace
  36. characters or are missing a terminating newline are encoded (I believe
  37. uuencoded). That also implies that insertion or deletion of binary data
  38. will result in all common data after the change being included in both
  39. deltas (presuming no complementary change).
  40.  
  41. -- 
  42.  
  43. Michael Salmon
  44.  
  45. #include    <standard.disclaimer>
  46. #include    <witty.saying>
  47. #include    <fancy.pseudo.graphics>
  48.  
  49. Ericsson Telecom AB
  50. Stockholm
  51.