Browse Source

explicitly state that tar doesn't even try to preserve existing permissions

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@830262 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 15 years ago
parent
commit
d39df71454
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      docs/manual/CoreTasks/tar.html

+ 3
- 1
docs/manual/CoreTasks/tar.html View File

@@ -38,7 +38,9 @@ set of files to be included in the implicit fileset.</p>
resource collections and a special form of filesets. These
filesets are extended to allow control over the access mode, username and groupname
to be applied to the tar entries. This is useful, for example, when preparing archives for
Unix systems where some files need to have execute permission.</p>
Unix systems where some files need to have execute permission. By
default this task will use Unix permissions of 644 for files and 755
for directories.</p>

<p>Early versions of tar did not support path lengths greater than 100
characters. Modern versions of tar do so, but in incompatible ways.


Loading…
Cancel
Save