From 2e74dee0ac2445d08fa7b109f2a13e64b46a595d Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 29 Nov 2004 11:28:02 +0000 Subject: 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 --- DOCS/tech/cvs-howto.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'DOCS') 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: -- cgit v1.2.3