Lines Matching refs:CVSROOT

42   repository/path/to/restrict $CVSROOT/CVSROOT/cvs_acls [-d][-u $USER][-f <logfile>]
100 file in $CVSROOT/CVSROOT. This default file can be redirected to
103 The script is triggered from the 'commitinfo' file in $CVSROOT/CVSROOT/.
143 $CVSROOT existence is checked too late
146 Correctly handle the CVSROOT=:local:/... option (useful for
197 $CVSROOT/CVSROOT/restrictlog or to one passed to the script
281 Just by switching the CVSROOT var from CVSROOT=:pserver:<userId>... to
282 CVSROOT=:ext:<userId>..., users can switch over to SSH access without
295 ALL $CVSROOT/CVSROOT/commit_prep
296 ALL $CVSROOT/CVSROOT/cvs_acls [-d][-u $USER ][-f <logfilename>]
316 3. Install this file as $CVSROOT/CVSROOT/cvs_acls and make it executable.
318 4. Create a file named CVSROOT/cvsacl and optionally add it to
319 CVSROOT/checkoutlist and check it in. See the CVS manual's
322 $ cvs checkout CVSROOT
323 $ cd CVSROOT
334 deny||CVSROOT/commitinfo CVSROOT/cvsacl
335 allow|cvsadmin|CVSROOT/commitinfo CVSROOT/cvsacl
342 5. (Optional) Create a 'restrict_msg' file in the $CVSROOT/CVSROOT directory.
373 These are pathnames relative to $CVSROOT. They can be directories or
400 appended to your $CVSROOT variable), followed by a list of filenames
526 # ---------------------------------------------------------------- get CVSROOT
527 $cvsroot = $ENV{'CVSROOT'};
528 die "Must set CVSROOT\n" if !$cvsroot;
535 $cvsaclfile = $cvsroot . "/CVSROOT/cvsacl";
536 $restrictfile = $cvsroot . "/CVSROOT/restrict_msg";
537 $restrictlog = $cvsroot . "/CVSROOT/restrict_log";
912 # is: $CVSROOT/CVSROOT/restrict_msg.