home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / gnu / utils / bug / 2269 < prev    next >
Encoding:
Text File  |  1992-12-25  |  2.2 KB  |  78 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!etnibsd.UUCP!vsh
  3. From: vsh@etnibsd.UUCP (Steve Harris)
  4. Subject: tar-1.11.1
  5. Message-ID: <9212241630.AA13286@etnibsd.UUCP>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Thu, 24 Dec 1992 16:30:08 GMT
  10. Approved: bug-gnu-utils@prep.ai.mit.edu
  11. Lines: 65
  12.  
  13. I just got tar-1.11.1 from uunet.  I have been using version 1.10, till
  14. now.  Here is a bug report, a suggestion, and some enhancements I will
  15. get to next year.
  16.  
  17. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  18.  
  19. Bug report:
  20.  
  21.     tar -dM -L XXX
  22.  
  23. reports DATA errors on files that span multiple volumes.  Extraction
  24. works fine, i.e., the extracted file matches exactly.
  25.  
  26. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  27.  
  28. Suggestion:
  29.  
  30.     Since written documentation is lacking, help message should be
  31.     as useful as possible.  I suggest you change it as follows:
  32.  
  33. tar.c
  34. 687c687
  35. < -L, --tape-length LENGTH change tapes after writing LENGTH\n\
  36. ---
  37. > -L, --tape-length N    change tapes after writing N*1024 bytes\n\
  38.  
  39.  
  40.     (there probably are other changes that could be made, I'm sure
  41.      I'll think of them as soon as I post this email ;-)
  42.  
  43.  
  44. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  45.  
  46. Future contributions:
  47.  
  48. Options I will add when I have the time:
  49.  
  50.     --extract-here
  51.  
  52.     extract files into current directory (i.e., strip all
  53.     characters up to and including the final '/' in the filename).
  54.  
  55.     --unlink
  56.  
  57.     silently unlink file before extracting from archive.
  58.  
  59.  
  60. Here's an idea I haven't worked out completely:
  61.  
  62.     When doing -xv, print the name of each file as it is extracted, but
  63.     delay printing the final newline until the extraction of the file
  64.     is complete.  Thus, if I do: "tar -xv foo", and foo is a large file
  65.     in the middle of a long archive, I will know when the extraction is
  66.     complete and I can safely kill the tar process.  (Of course, this
  67.     change will require extra work for error messages).
  68.  
  69.  
  70. If you already have any of these implemented (or plan to), let me know
  71. and I won't bother.
  72.  
  73. Happy Xmas!
  74.  
  75. -- 
  76. .. Steve Harris - Eaton Corp. - Beverly, MA - vsh%etnibsd@uunet.uu.net
  77.  
  78.