Re: [Bug-tar] --files-from and files with spaces

2015-08-03 Thread Vladimir A . Pavlov
for me. -- Vladimir A. Pavlov

[Bug-tar] --files-from and files with spaces

2015-08-02 Thread Vladimir A . Pavlov
dir.list echo printf %s\n E:--add-file=\./-b b\ printf %s\n --add-file=\./-b b\ dir.list tar -tf dir.tar -T dir.list echo SCRIPT END -- Vladimir A. Pavlov

[Bug-tar] Status of feature request: ignore requested members missing in archive

2014-07-21 Thread Vladimir A . Pavlov
| tar --ignore-missing -t dir $ echo $? 0 $ 1. Any chances it will (can) get to future official releases? 2. Are there modifications needed for the patch to be done to be accepted to upstream? -- Vladimir A. Pavlov

Re: [Bug-tar] Feature request (patch): ignore requested members missing in archive

2014-06-25 Thread Vladimir A . Pavlov
to be maintained the last two years (but the absense of releases from 2009 till 2013 is not a good sign imho). But it definitely deserves some time to look at it deeper. Thanks for pointing to star! -- Vladimir A. Pavlov

Re: [Bug-tar] Feature request (patch): ignore requested members missing in archive

2014-06-23 Thread Vladimir A . Pavlov
no (if a symlink exists it must reference an existing file or an error is returned), 2. no, 3. it must behave as if --ignore-missing is not used. It's just a quick thought. I have no use case for --ignore-missing during archive creation right now so I might be wrong. What do you think? -- Vladimir

[Bug-tar] Feature request (patch): ignore requested members missing in archive

2014-06-22 Thread Vladimir A . Pavlov
releases? 2. Are there modifications needed for the patch to be done to be accepted to upstream? -- Vladimir A. Pavlov diff -Napur tar-1.27.orig/src/common.h tar-1.27/src/common.h --- tar-1.27.orig/src/common.h 2013-10-01 22:19:42.0 +0400 +++ tar-1.27/src/common.h 2014-06-23 00:22

[Bug-tar] gnu tar bug: --show-transformed-names loses trailing slash in --list

2014-01-21 Thread Vladimir A . Pavlov
Hi! I have an issue with gnu tar behaving differently from how I'd like it to do. Below is the description. Is it a bug? BRIEF: When listing archive contents (-t) and using --show-transformed-names option, directories don't have trailing slashes. HOW TO REPRODUCE: The following shell session

Re: [Bug-tar] Symlink dereference behaviour

2011-11-03 Thread Vladimir A . Pavlov
I don't see a bug here. The behavior that I think you're expecting is controlled by other options (--overwrite-dir, --keep-old-files, --overwrite, --recursive-unlink, --unlink-first). Thank you for the response. The behaviour of -h shown in my message is exactly what I need and I just wanted

[Bug-tar] Symlink dereference behaviour

2011-11-01 Thread Vladimir A . Pavlov
Hi! In tar info page the following is written: When reading from an archive, the `--dereference' (`-h') option causes `tar' to follow an already-existing symbolic link when `tar' writes or reads a file named in the archive. I wrote a simple script and it seems that symlinks to files