Force an over-the-wire transaction when resolving the root of an NFS mount
[dragonfly.git] / gnu / usr.bin / cvs / cvs / cvs.1.patch
1 $DragonFly: src/gnu/usr.bin/cvs/cvs/Attic/cvs.1.patch,v 1.2 2006/09/13 19:34:24 corecode Exp $
2 diff -r 93f8116a881a contrib/cvs-1.12/doc/cvs.1
3 --- a/contrib/cvs-1.12/doc/cvs.1        Sat Sep 09 18:10:13 2006 +0200
4 +++ b/contrib/cvs-1.12/doc/cvs.1        Wed Sep 13 18:07:23 2006 +0200
5 @@ -420,6 +420,26 @@ set or \fB-r\fR is given.
6  set or \fB-r\fR is given.
7  .SP
8  .IP "" 0
9 +\fB-g\fR
10 +.IP "" 2
11 +.IX "GroupPerms"
12 +Forces group-write perms on working files.  This option is typically
13 +used when you have multiple users sharing a single checked out source
14 +tree, allowing them to operate their shells with a less dangerous umask.
15 +To use this feature, create a directory to hold the checked-out source
16 +tree, set it to a private group, and set up the directory such that
17 +files created under it inherit the group id of the directory.  This occurs
18 +automatically with FreeBSD.  With SysV you must typically set the SGID bit
19 +on the directory.  The users who are to share the checked out tree must
20 +be placed in that group.  Note that the sharing of a single checked-out
21 +source tree is very different from giving several users access to a common
22 +CVS repository.  Access to a common CVS repository already maintains shared
23 +group-write perms and does not require this option.
24 +.SP
25 +To use the option transparently, simply place the line 'cvs -g' in your
26 +~/.cvsrc file.  Doing this is not recommended unless you firewall all your
27 +source checkouts within a private group or within a private mode 0700
28 +directory.
29  \fB-x\fR
30  .IP "" 2
31  .IX "Encryption"
32 @@ -1079,13 +1099,20 @@ Changes: nothing.
33  .SP
34  For each file in \fIfiles\fR, print the head revision
35  of the trunk, together with information on the last
36 -modification for each line.  
37 +modification for each line.  If \fB-b\fR is specified,
38 +the first modification after the revision selected by
39 +\fB-r\fR is shown.  
40  .SP
41  .SH "annotate options"
42  .SP
43  These standard options are supported by \fBannotate\fR
44  (see node `Common options\(aq in the CVS manual, for a complete description of
45  them):
46 +.SP
47 +.IP "" 0
48 +\fB-b\fR
49 +.IP "" 2
50 +Backwards, show when a line was removed.
51  .SP
52  .IP "" 0
53  \fB-l\fR