Searched refs:CVSROOT (Results 1 – 23 of 23) sorted by relevance
| /mirbsd/src/gnu/usr.bin/cvs/contrib/ |
| D | validate_repo.in | 35 validate_repo.pl [--verbose!] [--cvsroot=CVSROOT] [--exec=SCRIPT]... 79 you'd think, C<FILE> is the path to the file relative to C<CVSROOT> and 107 setenv CVSROOT /release/111/cvs 802 qr{^(./)?CVSROOT/.#[^/]*$}o, 803 qr{^(./)?CVSROOT/checkoutlist$}o, 804 qr{^(./)?CVSROOT/commitinfo$}o, 805 qr{^(./)?CVSROOT/config$}o, 806 qr{^(./)?CVSROOT/cvsignore$}o, 807 qr{^(./)?CVSROOT/cvswrappers$}o, 808 qr{^(./)?CVSROOT/editinfo$}o, [all …]
|
| D | cvs_acls.in | 42 repository/path/to/restrict $CVSROOT/CVSROOT/cvs_acls [-d][-u $USER][-f <logfile>] 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 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 [all …]
|
| D | rcs2log.sh | 271 test ! -f CVS/Root || CVSROOT=`cat <CVS/Root` || exit 272 case $CVSROOT in 274 echo >&2 "$0: $CVSROOT: CVSROOT has multiple ':/'s" 283 *) repository=${CVSROOT?}/$repository;;
|
| D | rcs-to-cvs.sh | 81 if [ -z "$CVSROOT" ]; then 97 update_dir=${CVSROOT}/${repository}
|
| D | README | 32 $CVSROOT/CVSROOT/history file, as it can grow quite 82 $CVSROOT/CVSROOT/loginfo file for logging commit
|
| D | intro.doc | 36 CVSROOT must be set to this (for some reason): 38 CVSROOT=/usr/src/cvs 39 export CVSROOT
|
| D | log_accum.in | 129 $CVSROOT = $ENV{'CVSROOT'}; 293 $rcsfile =~ s,^$CVSROOT/,,;
|
| /mirbsd/src/ |
| D | Makefile | 302 @c='${CVSROOT}'; [[ $$c = @(:@(ext|pserver):|*@(@))*@(:/)* || \ 304 print 'To build a full release CVSROOT must point to the'; \
|
| /mirbsd/src/libexec/anoncvssh/ |
| D | README | 7 pull the CVSROOT into /var/anoncvs/cvs and you are 62 In the Makefile, change the variable CVSROOT 102 Then set your CVSROOT environment variable to the following value: 163 - Create a file /open/anoncvs/cvs/CVSROOT/passwd with the following entry 166 - Create a file /open/anoncvs/cvs/CVSROOT/readers with a single entry: 169 - Create a zero-length file /open/anoncvs/cvs/CVSROOT/writers since you don't 171 % cp /dev/null /open/anoncvs/cvs/CVSROOT/writers 203 cvs/CVSROOT/history 204 cvs/CVSROOT/readers 205 cvs/CVSROOT/writers [all …]
|
| D | Makefile | 12 # Two ways to specify the user/host part of $CVSROOT:
|
| /mirbsd/src/gnu/usr.bin/cvs/ |
| D | NEWS | 33 * Missing CVSROOT/history files will now cause CVS to attempt to create one. 35 CVSROOT/config. 37 * There are several new options available in CVSROOT/config. These are 84 CVSROOT/val-tags file and allowing a 1.11.21 or later version of CVS to 216 * CVSROOT methods and option names are now case insensitive 218 * CVSROOT methods :ext: and :fork: now support the CVS_SERVER option. 220 * CVSROOT method :ext: now supports the CVS_RSH and Redirect options. 268 * The loginfo scripting hook now runs after the administrative files in CVSROOT 310 CVSROOT/config. 446 * Piped checkouts of paths above $CVSROOT no longer work. Previously, clients [all …]
|
| D | MINOR-BUGS | 17 ignore any CVS/Root values and revert to using CVSROOT alone. The 28 but it seemed to work just the same.... Note that at the time CVSROOT 64 Note that it is the opinion of the MirBSD founder that the CVSROOT
|
| D | FAQ | 302 can even aim it at the whole Repository ($CVSROOT), if you have to. It 604 becomes: set repos = $CVSROOT/`cat ./CVS/Repository`) 744 in the $CVSROOT/CVSROOT directory. 1163 Actual Repository directory structure: (from $CVSROOT down) 1196 found in a directory named $CVSROOT/group1 and will be checked out 1211 $CVSROOT/head/path. 1302 "cvs -d" option on all CVS commands or alter your $CVSROOT variable 1306 than "checkout") will use that file rather than $CVSROOT. 1310 $CVSROOT properly or you will get unexpected results. 1576 Set your $CVSROOT environment variable and create the Repository [all …]
|
| D | TODO | 342 - How one might setup their $CVSROOT 375 interface to adding a new module to the CVSROOT/modules file. 650 CVSROOT. For example, the following will fail: 657 It is possible to read the CVSROOT from the administrative files in 666 changing CVSROOT mid-stream. Consider the following: 676 - where and when CVSROOT-related variables get set 684 CVSROOT be an error would be a better move. 824 when such is specified rather than $CVSROOT. In my work directory with no CVS 826 against my $CVSROOT environment variable, which often isn't correct but which 828 the other CVSROOT. This happens a lot with my copies of the ccvs project. [all …]
|
| D | configure.in | 1177 within the $CVSROOT/CVSROOT directory), you might want to force 1191 within the $CVSROOT/CVSROOT directory), you might want to force
|
| D | config.h.in | 91 logging templates (the rcsinfo file within the $CVSROOT/CVSROOT directory),
|
| D | configure | 1384 file within the $CVSROOT/CVSROOT directory), you
|
| /mirbsd/src/gnu/usr.bin/cvs/doc/ |
| D | writeproxy.rtf | 564 …y. This should be a simple matter of setting a CVSROOT string attached to an option in the }{\f2 … 569 …fore releasing the client}{\revised\revauth1\revdttm-2038016896 via the CVSROOT/postproxy file}{\… 581 \par The }{\f2 CVSROOT/loginfo}{ file in the primary repository will need to be configured to push … 585 … status as the primary by noting that its hostname is the one specified in CVSROOT/config as the pr 588 …th1\revdttm-2038016924 scripting}{\deleted\revauthdel1\revdttmdel-2038016924 CVSROOT/posttag}{ hook 589 …th1\revdttm-2038016924 files}{\deleted\revauthdel1\revdttmdel-2038016924 CVSROOT/val-tags}{ after … 604 …cessary, other than knowing to ignore secondary configuration options in CVSROOT/config and the ad… 620 CVSROOT/prewriteproxy\cell Called when the secondary receives a write request from the client, just… 624 \qj \li0\ri0\widctlpar\intbl\aspalpha\aspnum\faauto\adjustright\rin0\lin0 {CVSROOT/postwriteproxy\c… 625 …losing the connection to the client and releasing it. Can be passed the CVSROOT of the primary an… [all …]
|
| D | cvs.texinfo | 776 @c user-visible, when you do a "cvs co CVSROOT". This 778 The repository is split in two parts. @file{$CVSROOT/CVSROOT} contains 808 @cindex .profile, setting CVSROOT in 809 @cindex .cshrc, setting CVSROOT in 810 @cindex .tcshrc, setting CVSROOT in 811 @cindex .bashrc, setting CVSROOT in 812 @cindex CVSROOT, environment variable 813 Or you can set the @code{$CVSROOT} environment 816 To set @code{$CVSROOT}, @code{csh} and @code{tcsh} 821 setenv CVSROOT /usr/local/cvsroot [all …]
|
| D | cvsclient.texi | 539 Response expected: no. Tell the server which @code{CVSROOT} to use. 541 qualified @code{CVSROOT} variable. @var{pathname} must 569 @item Referrer @var{CVSROOT} \n 1229 directory and @emph{not} a fully qualified @code{CVSROOT} variable. 1250 the server must still process the CVSROOT/cvsignore file unless -I ! is 1528 @item Referrer @var{CVSROOT} 1529 Request that the client store @var{CVSROOT} as the name of this server and that 1532 useful to allow the secondary administrator to configure the @code{CVSROOT} the 1536 @item Redirect @var{CVSROOT} 1537 Request that the client redirect its connection to @var{CVSROOT} and begin [all …]
|
| /mirbsd/src/gnu/usr.bin/anoncvs/ |
| D | dot.plan | 2 Then set your CVSROOT environment variable to the following value:
|
| /mirbsd/src/share/doc/legal/ |
| D | LICENCE-GNU | 161 CVSROOT=_anoncvs@anoncvs.mirbsd.org:/cvs 165 CVSROOT=anoncvs@1.anoncvs.mirbsd.org:/cvs 169 CVSROOT=anoncvs-mirbsd@anoncvs.allbsd.org:/???
|
| /mirbsd/src/gnu/usr.bin/perl/lib/ |
| D | CPAN.pm | 4146 $CPAN::Config->{cvsroot} || $ENV{CVSROOT};
|