You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sebb <se...@gmail.com> on 2010/05/10 03:59:10 UTC

[COMPRESS] Tar directory name format - append / ?

The SunOS version of tar has an "extended headers" -E option which is
intended for use with longer path names and larger file sizes.

The format of the tar file changes, as tar -E no longer appends a "/"
to directory names.

All other tar formats I've seen add "/" at the end of directory names.
This includes SunOS tar when used without the -E flag.

For consistency, I propose to append the "/" to directory names if
required when parsing a tar file.

Thoughts?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [COMPRESS] Tar directory name format - append / ?

Posted by Stefan Bodewig <bo...@apache.org>.
On 2010-05-10, sebb <se...@gmail.com> wrote:

> For consistency, I propose to append the "/" to directory names if
> required when parsing a tar file.

+1

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org