/[cvs]/ccvs/doc/cvs.1
ViewVC logotype

Diff of /ccvs/doc/cvs.1

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.37 by scjones, Thu Nov 10 19:08:10 2005 UTC revision 1.38 by dprice, Wed Nov 16 03:47:08 2005 UTC
# Line 1065  files.  However, \fBcvs\fR has always re Line 1065  files.  However, \fBcvs\fR has always re
1065  \fBrcs\fR files used by \fBcvs\fR end in \fB,v\fR, so  \fBrcs\fR files used by \fBcvs\fR end in \fB,v\fR, so
1066  this option has never done anything useful.  this option has never done anything useful.
1067  .SP  .SP
1068    .IP "" 0
1069    \fB--execute\fR
1070    .IP "" 2
1071    On unix systems, when \fBcvs\fR adds a new file to a repository,
1072    the execute bits of the file are applied to the \fBrcs\fR file
1073    and are thus preserved. This can be useful for shell scripts
1074    or other files that you want to be executable when they are
1075    later checked out (saves you from doing chmod +x to alter the
1076    file permissions).
1077    This option can turn on the execute bits for repository files
1078    that where originally added without them (or were made
1079    non-executable with the --no-execute option).
1080    .SP
1081    .IP "" 0
1082    \fB--no-execute\fR
1083    .IP "" 2
1084    This option turns off the execute bits from repository files,
1085    (useful for files that where originally added as executables or
1086    were made executable with the --execute option) when you want to
1087    avoid those files from being executable on subsequent checkouts.
1088    .SP
1089  .SP  .SP
1090  .SH "annotate"  .SH "annotate"
1091  .SS "What revision modified each line of a file?"  .SS "What revision modified each line of a file?"
# Line 3557  up-to-date. Line 3578  up-to-date.
3578  .IP "" 0  .IP "" 0
3579  \fBU \fIfile\fB\fR  \fBU \fIfile\fB\fR
3580  .IP "" 2  .IP "" 2
 .IP "" 0  
 \fBP \fIfile\fB\fR  
 .IP "" 2  
3581  There exists a newer revision of this file in the  There exists a newer revision of this file in the
3582  repository, and you have not modified your local copy  repository, and you have not modified your local copy
3583  of the file (\fBU\fR and \fBP\fR mean the same thing).  of the file.
3584  .SP  .SP
3585  .IP "" 0  .IP "" 0
3586  \fBA \fIfile\fB\fR  \fBA \fIfile\fB\fR
# Line 3838  that you haven\(aqt changed but are not Line 3856  that you haven\(aqt changed but are not
3856  versions available in the repository.  versions available in the repository.
3857  .SP  .SP
3858  .IP "" 0  .IP "" 0
 \fBP \fIfile\fB\fR  
 .IP "" 2  
 Like \fBU\fR, but the \fBcvs\fR server sends a patch instead of an entire  
 file.  This accomplishes the same thing as \fBU\fR using less bandwidth.  
 .SP  
 .IP "" 0  
3859  \fBA \fIfile\fB\fR  \fBA \fIfile\fB\fR
3860  .IP "" 2  .IP "" 2
3861  The file has been added to your private copy of the  The file has been added to your private copy of the

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26