Author: bodewig
Date: Tue Oct 27 17:44:22 2009
New Revision: 830262

URL: http://svn.apache.org/viewvc?rev=830262&view=rev
Log:
explicitly state that tar doesn't even try to preserve existing permissions

Modified:
    ant/core/trunk/docs/manual/CoreTasks/tar.html

Modified: ant/core/trunk/docs/manual/CoreTasks/tar.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/tar.html?rev=830262&r1=830261&r2=830262&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/tar.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/tar.html Tue Oct 27 17:44:22 2009
@@ -38,7 +38,9 @@
       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.


Reply via email to