Searched refs:cvsroot (Results 1 – 13 of 13) sorted by relevance
| /mirbsd/src/gnu/usr.bin/cvs/contrib/ |
| D | validate_repo.in | 35 validate_repo.pl [--verbose!] [--cvsroot=CVSROOT] [--exec=SCRIPT]... 111 validate_repo.pl -d /another/cvsroot --verbose --exec ' 143 $cvsroot 204 'cvsroot|d=s' => \$cvsroot, 222 if( !$cvsroot && -f "CVS/Root" && -r "CVS/Root" ) 225 $cvsroot = $file->getline; 226 chomp $cvsroot; 228 $cvsroot = $ENV{'CVSROOT'} unless $cvsroot; 229 pod2usage( "error: Must set CVSROOT" ) unless $cvsroot; 231 if( $cvsroot =~ /^:\w+:/ && $cvsroot !~ /^:local:/ [all …]
|
| D | 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" ;
|
| D | mfpipe.in | 76 $cvsroot = $ENV{'CVSROOT'}; 95 $logfile = "$cvsroot/LOG/$file";
|
| D | cvs_acls.in | 553 ($repository = shift) =~ s:^$cvsroot/::; 556 print("$$ \$cvsroot is: $cvsroot.\n") if $debug; 815 my $reposDirName = $cvsroot . '/' . $cvsacl_module;
|
| D | log.in | 89 my $cvsroot = $ENV{'CVSROOT'};
|
| /mirbsd/src/gnu/usr.bin/cvs/src/ |
| D | parseinfo.c | 377 parse_config (const char *cvsroot, const char *path) in parse_config() argument 401 TRACE (TRACE_FUNCTION, "parse_config (%s)", cvsroot); in parse_config() 433 Xasprintf ("%s/%s/%s", cvsroot, CVSROOTADM, CVSROOTADM_CONFIG); in parse_config() 503 || !isSamePath (tmproot->directory, cvsroot)) in parse_config() 583 retval->lock_dir = expand_path (p, cvsroot, false, infopath, ln); in parse_config() 593 retval->HistoryLogPath = expand_path (p, cvsroot, false, in parse_config() 607 retval->HistorySearchPath = expand_path (p, cvsroot, false, in parse_config() 657 retval->TmpDir = expand_path (p, cvsroot, false, infopath, ln); in parse_config()
|
| D | expand_path.c | 105 expand_variable (const char *name, const char *cvsroot, in expand_variable() argument 109 return cvsroot; in expand_variable() 190 expand_path (const char *name, const char *cvsroot, bool formatsafe, in expand_path() argument 267 e = expand_variable (&mybuf[p+flag], cvsroot, file, line); in expand_path()
|
| D | cvs.h | 854 char *expand_path (const char *name, const char *cvsroot, bool formatsafe,
|
| /mirbsd/src/share/doc/legal/ |
| D | LICENCE-GNU | 181 http://cvsweb.allbsd.org/cvsweb.cgi/?cvsroot=mirbsd 182 http://www.mirbsd.org/cvs.cgi/?cvsroot=miros
|
| /mirbsd/src/gnu/usr.bin/cvs/doc/ |
| D | cvsclient.texi | 614 C: Root /home/kingdon/zwork/cvsroot 1109 C: Root /home/kingdon/zwork/cvsroot 1265 C: Root /u/cvsroot 1273 S: M Directory /u/cvsroot/1dir/nsdir put under version control 1298 S: /u/cvsroot/1dir/nfile 1743 to cvsroot, unlike most pathnames in responses. @var{pathname} should 1836 MT rcsfile /home/kingdon/zwork/cvsroot/foo/gz.tst,v 1853 M /home/kingdon/zwork/cvsroot/foo/gz.tst,v <-- gz.tst 1950 C: Root /u/cvsroot 2003 S: /u/cvsroot/supermunger/ [all …]
|
| D | cvs.texinfo | 706 /usr/local/cvsroot/tc/driver.c,v <-- driver.c 723 @cindex /usr/local/cvsroot, as example repository 724 @cindex cvsroot 743 @c /usr/local/cvsroot; working directory 755 @code{:local:/usr/local/cvsroot} means that the 756 repository is in @file{/usr/local/cvsroot} on the 767 @file{/usr/local/cvsroot}, you can use 768 @code{/usr/local/cvsroot} instead of 769 @code{:local:/usr/local/cvsroot}. But if (under 771 @file{c:\src\cvsroot}, then you must specify the access [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/lib/ |
| D | CPAN.pm | 4146 $CPAN::Config->{cvsroot} || $ENV{CVSROOT};
|
| /mirbsd/src/gnu/usr.bin/cvs/ |
| D | NEWS | 1218 * The -d command line option now overrides the cvsroot setting stored
|