OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cvsroot
(Results
1 - 18
of
18
) sorted by relevancy
/src/external/gpl2/xcvs/dist/contrib/
mfpipe.in
58
# Environment:
CVSROOT
76
$
cvsroot
= $ENV{'
CVSROOT
'};
95
$logfile = "$
cvsroot
/LOG/$file";
rcslock.in
107
$
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
" ;
validate_repo.in
35
validate_repo.pl [--verbose!] [--
cvsroot
=
CVSROOT
] [--exec=SCRIPT]...
67
=item C<-d> or C<--
cvsroot
=
CVSROOT
>
69
Use repository specified by C<
CVSROOT
>. Defaults to the contents of the
71
C<$
CVSROOT
> environment variable when it is set and non-empty.
77
copy of each I<important> revision of each RCS archive in
CVSROOT
. Executed
78
scripts are passed C<
CVSROOT
FILE REVISION FNO>, where C<
CVSROOT
> is what
79
you'd think, C<FILE> is the path to the file relative to C<
CVSROOT
> an
[
all
...]
log.in
89
my $
cvsroot
= $ENV{'
CVSROOT
'};
126
# the first argument is the module location relative to $
CVSROOT
cvs_acls.in
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 scrip
[
all
...]
/src/share/terminfo/
import
26
cvs -d cvs.netbsd.org:/
cvsroot
import \
/src/external/gpl2/xcvs/dist/src/
parseinfo.h
37
*
CVSROOT
/config. Defaults to off, for backward compatibility.
68
int parse_aclconfig (const char *
cvsroot
);
parseinfo.c
51
error (0, 0, "
CVSROOT
variable not set");
68
/* strip off the
CVSROOT
if repository was absolute */
368
*
CVSROOT
is the $
CVSROOT
directory
370
* function takes the
cvsroot
as a function argument).
382
parse_config (const char *
cvsroot
, const char *path)
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)
[
all
...]
expand_path.c
45
variables in a file in the $
CVSROOT
/
CVSROOT
directory too. */
96
*
CVSROOT
is used to expanding $
CVSROOT
.
107
expand_variable (const char *name, const char *
cvsroot
,
111
return
cvsroot
;
189
*
CVSROOT
is used to expanding $
CVSROOT
.
192
expand_path (const char *name, const char *
cvsroot
, bool formatsafe,
269
e = expand_variable (&mybuf[p+flag],
cvsroot
, file, line)
[
all
...]
cvs.h
163
* Definitions for the
CVSROOT
Administrative directory and the files it
164
* contains. This directory is created as a sub-directory of the $
CVSROOT
166
* entire source repository beginning at $
CVSROOT
.
168
#define CVSROOTADM "
CVSROOT
"
274
#define CVSROOT_ENV "
CVSROOT
" /* source directory root */
275
/* Define CVSROOT_DFLT to a fallback value for
CVSROOT
.
289
* If the
CVSROOT
environment variable is set, it overrides this define.
393
was not used, which means that we must get the
CVSroot
information
394
from the
CVSROOT
environment variable or from a CVS/Root file. */
397
/* This variable keeps track of all of the
CVSROOT
directories tha
[
all
...]
sanity.sh
64
echo " test CVS using a symlink to a real
CVSROOT
"
1147
# Restore changes to
CVSROOT
admin files.
1150
modify_repo rm -rf $CVSROOT_DIRNAME/
CVSROOT
1151
modify_repo cp -Rp $TESTDIR/
CVSROOT
.save $CVSROOT_DIRNAME/
CVSROOT
2591
# Echo a new
CVSROOT
based on $1, $remote, and $remotehost
2606
# Set up
CVSROOT
(the crerepos tests will test operating without
CVSROOT
set).
2625
ln -s realcvsroot ${TESTDIR}/
cvsroot
2627
CVSROOT_DIRNAME=${TESTDIR}/
cvsroot
[
all
...]
/src/dist/pf/
README.NetBSD
70
S="${NETBSDUSERNAME}@cvs.netbsd.org::
cvsroot
"
71
D="${ORIG}/
cvsroot
"
78
${RSYNC} --exclude 'commitlog*' --exclude 'history*' ${S}/
CVSROOT
/ ${D}/
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/commitinf
[
all
...]
/src/external/gpl2/gettext/dist/gettext-tools/misc/
add-to-archive
95
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
"
/src/external/gpl2/diffutils/
diffutils2netbsd
74
cvs -d cvs.netbsd.org:/
cvsroot
import src/external/gpl2/diffutils/dist FSF diffutils-X-Y
/src/external/bsd/file/
file2netbsd
108
echo cvs -d cvs.netbsd.org:/
cvsroot
import src/external/bsd/file/dist CHRISTOS FILE${file_vers%.*}_${file_vers#*.}
/src/external/gpl2/grep/
grep2netbsd
72
cvs -d cvs.netbsd.org:/
cvsroot
import src/external/gpl2/grep/dist FSF grep-X-Y
/src/external/gpl2/texinfo/
texinfo2netbsd
74
cvs -d cvs.netbsd.org:/
cvsroot
import src/external/gpl2/texinfo/dist FSF texinfo-X-Y
/src/external/mpl/dhcp/
dhcp2netbsd
99
echo cvs -d cvs.netbsd.org:/
cvsroot
import src/external/mpl/dhcp/dist ISC DHCPX_Y_Z
Completed in 35 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026