changeset 14059:384ae6f896cf

Explain how (not) to handle execute permissions and binary files.
author diego
date Mon, 29 Nov 2004 11:28:02 +0000
parents 4dee22ed8608
children 9f7c1022627b
files DOCS/tech/cvs-howto.txt
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/cvs-howto.txt	Sun Nov 28 21:08:46 2004 +0000
+++ b/DOCS/tech/cvs-howto.txt	Mon Nov 29 11:28:02 2004 +0000
@@ -63,7 +63,10 @@
     cvs add filename/dirname
     cvs commit filename
 
-  Directories are added immediately, no commit necessary.
+  Directories are added immediately, no commit necessary. Make sure you do not
+  wrongly commit non-executable files with execute permissions set as this has
+  to be fixed manually in the repository. Binary files must be added with
+  'cvs add -kb'.
 
 5. Removing files: