archive/tar: support extended attributes
This adds support for archives with the SCHILY.xattr field in the
pax header. This is what gnu tar and star generate.
Fixes issue 7154.
On 2014/02/12 01:35:26, dsymonds wrote: > Can you please 'hg sync' and 'hg upload 54570043'. ...
11 years, 4 months ago
(2014-02-12 11:36:56 UTC)
#9
On 2014/02/12 01:35:26, dsymonds wrote:
> Can you please 'hg sync' and 'hg upload 54570043'. The current patchset does
not
> apply cleanly at tip.
Updated. And i filed for an individual CLA, but has not heard anything back yet.
I've received and taken care of the CLA. But this patch still doesn't apply cleanly. ...
11 years, 4 months ago
(2014-02-12 11:46:34 UTC)
#10
I've received and taken care of the CLA. But this patch still doesn't
apply cleanly. Can you sync and upload one more time before I try
applying the diff manually?
On 2014/02/12 11:46:34, dsymonds wrote: > I've received and taken care of the CLA. But ...
11 years, 4 months ago
(2014-02-12 13:10:52 UTC)
#11
On 2014/02/12 11:46:34, dsymonds wrote:
> I've received and taken care of the CLA. But this patch still doesn't
> apply cleanly. Can you sync and upload one more time before I try
> applying the diff manually?
I can't say i understand the workflow perfectly, but i did a new hg sync + hg
upload. Hopefully it will be ok now...
I see the problem. The new test file, xattrs.tar, is choking Rietveld. I can't patch ...
11 years, 4 months ago
(2014-02-12 22:41:09 UTC)
#12
I see the problem. The new test file, xattrs.tar, is choking Rietveld. I can't
patch it over, and it doesn't seem to want to come down in the .tar.bz2 for this
patch.
Can you please email me that file directly (dsymonds@golang.org), and revert it
from this CL?
On 2014/02/12 22:41:09, dsymonds wrote: > I see the problem. The new test file, xattrs.tar, ...
11 years, 4 months ago
(2014-02-13 08:16:01 UTC)
#13
On 2014/02/12 22:41:09, dsymonds wrote:
> I see the problem. The new test file, xattrs.tar, is choking Rietveld. I can't
> patch it over, and it doesn't seem to want to come down in the .tar.bz2 for
this
> patch.
>
> Can you please email me that file directly (mailto:dsymonds@golang.org), and
revert it
> from this CL?
Updated, xattrs.tar is in the mail.
*** Submitted as https://code.google.com/p/go/source/detail?r=a15f344a9efa *** archive/tar: support extended attributes This adds support for archives with ...
11 years, 4 months ago
(2014-02-13 09:08:50 UTC)
#14
These things are called "extended attributes" because the rest of the header fields are called ...
11 years, 4 months ago
(2014-02-16 02:23:36 UTC)
#19
These things are called "extended attributes" because the rest of the
header fields are called "attributes". "xattrs" is already the
established abbreviation for that term (e.g. the POSIX flag is
--xattrs), and the rest of this header is already mostly following the
standard abbreviations (e.g. "Uname" instead of "UserName"). If a
programmer cares about these they'll be searching for "xattr".
Issue 54570043: code review 54570043: archive/tar: support extended attributes
Created 11 years, 5 months ago by alexl
Modified 11 years, 4 months ago
Reviewers: gobot, dave_cheney.net, rsc
Base URL:
Comments: 3