mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 04:58:06 +00:00
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
This commit is contained in:
parent
911e30b26f
commit
2e74dee0ac
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user