cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/doc/cvs.texinfo


From: Mark D . Baushke
Subject: [Cvs-cvs] Changes to ccvs/doc/cvs.texinfo
Date: Sat, 12 Nov 2005 15:27:12 -0500

Index: ccvs/doc/cvs.texinfo
diff -u ccvs/doc/cvs.texinfo:1.670 ccvs/doc/cvs.texinfo:1.671
--- ccvs/doc/cvs.texinfo:1.670  Thu Nov 10 19:08:10 2005
+++ ccvs/doc/cvs.texinfo        Sat Nov 12 20:27:06 2005
@@ -9124,6 +9124,24 @@
 @sc{rcs} files used by @sc{cvs} end in @samp{,v}, so
 this option has never done anything useful.
 
address@hidden List long options after the short options
address@hidden --execute
+On unix systems, when @sc{cvs} adds a new file to a repository,
+the execute bits of the file are applied to the @sc{rcs} file
+and are thus preserved. This can be useful for shell scripts
+or other files that you want to be executable when they are
+later checked out (saves you from doing chmod +x to alter the
+file permissions).
+This option can turn on the execute bits for repository files
+that where originally added without them (or were made
+non-executable with the --no-execute option).
+
address@hidden --no-execute
+This option turns off the execute bits from repository files,
+(useful for files that where originally added as executables or
+were made executable with the --execute option) when you want to
+avoid those files from being executable on subsequent checkouts.
+
 @c The rcs -z option, to specify the timezone, has
 @c never been documented as a cvs admin option.
 @end table
@@ -11816,6 +11834,15 @@
 
 @item address@hidden
 Unlock revision @var{rev}, or latest revision.
+
address@hidden List long options after the short options
address@hidden --execute
+Turn on execute bits on repository file.
+See @ref{admin options} for more information.
+
address@hidden --no-execute
+Turn off execute bits on repository file.
+See @ref{admin options} for more information.
 @end table
 
 @c ------------------------------------------------------------




reply via email to

[Prev in Thread] Current Thread [Next in Thread]