Miek Gieben <[EMAIL PROTECTED]> wrote:

> tar: /home/miekg/tmp/silly_names/the \a: Cannot stat: No such file or 
> directory
> tar: /home/miekg/tmp/silly_names/the \b: Cannot stat: No such file or 
> directory

CVS head has new option --no-unquote that disables unquoting file
names. Using this version:

[EMAIL PROTECTED]:~/gnu/tar/tmp/miekg$ find silly_names -print
silly_names
silly_names/the \a
silly_names/the \b
silly_names/the \e
silly_names/the \c
silly_names/the \d
silly_names/the \f
silly_names/the \g
silly_names/the \h
silly_names/the \s
silly_names/the \t

[EMAIL PROTECTED]:~/gnu/tar/tmp/miekg$ find silly_names 
-print0|~/gnu/tar/src/tar -cf archive  --no-unquote --null -T - -v
silly_names/
silly_names/the \\a/
silly_names/the \\b/
silly_names/the \\e/
silly_names/the \\c/
silly_names/the \\d/
silly_names/the \\f/
silly_names/the \\g/
silly_names/the \\h/
silly_names/the \\s/
silly_names/the \\t/
silly_names/the \\a/
silly_names/the \\b/
silly_names/the \\e/
silly_names/the \\c/
silly_names/the \\d/
silly_names/the \\f/
silly_names/the \\g/
silly_names/the \\h/
silly_names/the \\s/
silly_names/the \\t/

[EMAIL PROTECTED]:~/gnu/tar/tmp/miekg$ find silly_names 
-print|~/gnu/tar/src/tar -cf archive  --no-unquote  -T - -v
silly_names/
silly_names/the \\a/
silly_names/the \\b/
silly_names/the \\e/
silly_names/the \\c/
silly_names/the \\d/
silly_names/the \\f/
silly_names/the \\g/
silly_names/the \\h/
silly_names/the \\s/
silly_names/the \\t/
silly_names/the \\a/
silly_names/the \\b/
silly_names/the \\e/
silly_names/the \\c/
silly_names/the \\d/
silly_names/the \\f/
silly_names/the \\g/
silly_names/the \\h/
silly_names/the \\s/
silly_names/the \\t/

Regards,
Sergey


_______________________________________________
Bug-tar mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-tar

Reply via email to