summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-29 11:28:02 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-29 11:28:02 +0000
commit2e74dee0ac2445d08fa7b109f2a13e64b46a595d (patch)
treef063665e0e581466d8ad486997d3bf689c2f2151 /DOCS
parent911e30b26f6c180e274716e78ce21ca6fdf9683a (diff)
downloadmpv-2e74dee0ac2445d08fa7b109f2a13e64b46a595d.tar.bz2
mpv-2e74dee0ac2445d08fa7b109f2a13e64b46a595d.tar.xz
Explain how (not) to handle execute permissions and binary files.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14060 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-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: