summaryrefslogtreecommitdiffstats
path: root/DOCS/tech
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/tech')
-rw-r--r--DOCS/tech/cvs-howto.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/DOCS/tech/cvs-howto.txt b/DOCS/tech/cvs-howto.txt
index af2e9bfbdd..7a974c36fd 100644
--- a/DOCS/tech/cvs-howto.txt
+++ b/DOCS/tech/cvs-howto.txt
@@ -63,7 +63,10 @@ I. TECH SIDE:
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: