Searched refs:cvsroot (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/external/gpl2/xcvs/dist/contrib/
H A Dmfpipe.in76 $cvsroot = $ENV{'CVSROOT'};
95 $logfile = "$cvsroot/LOG/$file";
H A Drcslock.in107 $cvsroot = $ENV{'CVSROOT'};
135 print "Directory path is $cvsroot/$files[0]" if defined $opt_d ;
136 chdir ($cvsroot . "/" . $files[0]) ||
137 die "Can't change to repository directory $files[0] in $cvsroot" ;
H A Dvalidate_repo.in35 validate_repo.pl [--verbose!] [--cvsroot=CVSROOT] [--exec=SCRIPT]...
67 =item C<-d> or C<--cvsroot=CVSROOT>
111 validate_repo.pl -d /another/cvsroot --verbose --exec '
143 $cvsroot
174 # $cvsroot - The CVS repository to search through.
204 'cvsroot|d=s' => \$cvsroot,
222 if( !$cvsroot && -f "CVS/Root" && -r "CVS/Root" )
225 $cvsroot = $file->getline;
226 chomp $cvsroot;
[all...]
H A Dlog.in89 my $cvsroot = $ENV{'CVSROOT'};
H A Dcvs_acls.in527 $cvsroot = $ENV{'CVSROOT'};
528 die "Must set CVSROOT\n" if !$cvsroot;
529 if ($cvsroot =~ /:([\/\w]*)$/) { # Filter ":pserver:", ":local:"-type prefixes
530 $cvsroot = $1;
535 $cvsaclfile = $cvsroot . "/CVSROOT/cvsacl";
536 $restrictfile = $cvsroot . "/CVSROOT/restrict_msg";
537 $restrictlog = $cvsroot . "/CVSROOT/restrict_log";
552 # ---------------------------------------------------------------- get cvsroot
553 ($repository = shift) =~ s:^$cvsroot/::;
556 print("$$ \$cvsroot i
[all...]
/netbsd-current/share/terminfo/
H A Dimport26 cvs -d cvs.netbsd.org:/cvsroot import \
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dparseinfo.h68 int parse_aclconfig (const char *cvsroot);
H A Dparseinfo.c370 * function takes the cvsroot as a function argument).
382 parse_config (const char *cvsroot, const char *path) argument
403 TRACE (TRACE_FUNCTION, "parse_config (%s)", cvsroot);
435 Xasprintf ("%s/%s/%s", cvsroot, CVSROOTADM, CVSROOTADM_CONFIG);
505 || !isSamePath (tmproot->directory, cvsroot))
586 retval->lock_dir = expand_path (p, cvsroot, false, infopath, ln);
596 retval->HistoryLogPath = expand_path (p, cvsroot, false,
610 retval->HistorySearchPath = expand_path (p, cvsroot, false,
660 retval->TmpDir = expand_path (p, cvsroot, false, infopath, ln);
739 parse_aclconfig (const char *cvsroot) argument
[all...]
H A Dexpand_path.c107 expand_variable (const char *name, const char *cvsroot, argument
111 return cvsroot;
192 expand_path (const char *name, const char *cvsroot, bool formatsafe, argument
269 e = expand_variable (&mybuf[p+flag], cvsroot, file, line);
H A Dcvs.h878 char *expand_path (const char *name, const char *cvsroot, bool formatsafe,
H A Dsanity.sh2625 ln -s realcvsroot ${TESTDIR}/cvsroot
2627 CVSROOT_DIRNAME=${TESTDIR}/cvsroot
5398 "${CPROG} \[checkout aborted\]: Read-only repository feature unavailable with remote roots (cvsroot = ${CVSROOT_DIRNAME})"
5417 "${SPROG} \[commit aborted\]: Read-only repository feature unavailable with remote roots (cvsroot = ${CVSROOT_DIRNAME})"
8958 # directory not empty errors removing cvsroot/first-dir.
9666 # insensitivity means that this conflicts with cvsroot.
9675 "$TESTDIR/cvsroot/CVSROOT/config,v <-- config
13943 # <1mod> is a directory at the top level of cvsroot
13945 # <2mod> is a directory at the second level of cvsroot
15376 # $ cvs -d:fork:/cvsroot c
[all...]
/netbsd-current/dist/pf/
H A DREADME.NetBSD70 S="${NETBSDUSERNAME}@cvs.netbsd.org::cvsroot"
71 D="${ORIG}/cvsroot"
88 ${RSYNC} ${ORIG}/cvsroot ${WORK}
89 rm -f ${WORK}/cvsroot/CVSROOT/commitinfo*
90 rm -f ${WORK}/cvsroot/CVSROOT/loginfo*
91 touch ${WORK}/cvsroot/CVSROOT/commitinfo
92 touch ${WORK}/cvsroot/CVSROOT/loginfo
93 chmod 644 ${WORK}/cvsroot/CVSROOT/config
94 sed 's+/cvslock+/tmp/cvslock+' < ${WORK}/cvsroot/CVSROOT/config \
95 > ${WORK}/cvsroot/CVSROO
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/misc/
H A Dadd-to-archive95 cvsroot=`pwd`/autopoint-files
96 mkdir "$cvsroot"
97 cvs -d "$cvsroot" init
102 cvs -d "$cvsroot" import -m "Import $pack_ver" archive release "$cvsver"
108 rm -rf "$cvsroot"
/netbsd-current/external/gpl2/diffutils/
H A Ddiffutils2netbsd74 cvs -d cvs.netbsd.org:/cvsroot import src/external/gpl2/diffutils/dist FSF diffutils-X-Y
/netbsd-current/external/bsd/file/
H A Dfile2netbsd108 echo cvs -d cvs.netbsd.org:/cvsroot import src/external/bsd/file/dist CHRISTOS FILE${file_vers%.*}_${file_vers#*.}
/netbsd-current/external/gpl2/grep/
H A Dgrep2netbsd72 cvs -d cvs.netbsd.org:/cvsroot import src/external/gpl2/grep/dist FSF grep-X-Y
/netbsd-current/external/gpl2/texinfo/
H A Dtexinfo2netbsd74 cvs -d cvs.netbsd.org:/cvsroot import src/external/gpl2/texinfo/dist FSF texinfo-X-Y
/netbsd-current/external/mpl/dhcp/
H A Ddhcp2netbsd99 echo cvs -d cvs.netbsd.org:/cvsroot import src/external/mpl/dhcp/dist ISC DHCPX_Y_Z
/netbsd-current/crypto/dist/ipsec-tools/misc/
H A Dcvs2cl.pl3149 in order to execute as the correct user to enable /cvsroot read lock files to

Completed in 151 milliseconds