| /freebsd-9-stable/gnu/usr.bin/cvs/contrib/ |
| D | easy-import.pl | 157 $cvsroot = $ENV{'CVSROOT'}; 158 $cvsroot = (split(/:/, $cvsroot, 2))[1] if $cvsroot =~ /:/; 159 @reps = &lsdir($cvsroot); 245 @areas = &lsdir("$cvsroot/$rep"); 299 last if ! -d "$cvsroot/$area/$modpath"; 306 $dir1 = "$cvsroot/$area";
|
| /freebsd-9-stable/contrib/cvs/contrib/ |
| 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 | check_cvs.in | 771 my( $cvsroot ) = @_; 805 my $checkoutlist_file = "$cvsroot\/CVSROOT\/checkoutlist"; 806 open( CHECKOUTLIST, "<$cvsroot\/CVSROOT\/checkoutlist" )
|
| 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'};
|
| D | ChangeLog | 116 * check_cvs.in: Fixed multiple symlinks in your cvsroot,
|
| /freebsd-9-stable/share/examples/cvsup/ |
| D | cvs-supfile | 102 cvsroot-all 104 # These are the individual collections that make up "cvsroot-all" If you 105 # use these, be sure to comment out "cvsroot-all" above. "cvsroot-common" 108 #cvsroot-common 109 #cvsroot-src
|
| /freebsd-9-stable/contrib/cvs/src/ |
| D | parseinfo.c | 238 parse_config (cvsroot) in parse_config() argument 239 char *cvsroot; in parse_config() 258 infopath = xmalloc (strlen (cvsroot) 268 strcpy (infopath, cvsroot);
|
| D | ChangeLog | 59 (CVSROOTDIR): Use 'cvsrootdir' instead of 'cvsroot' to 63 ${TESTDIR}/cvsroot to avoid filesystem case sensitivity problems. 2320 * sanity.sh: s/${TESTDIR}/cvsroot/${CVSROOT_DIRNAME}/. 2348 CVSROOT and cvsroot are the same directory (eg, MacOS X). 4315 /tmp/cvs-sanity/cvsroot. 4388 of /tmp/cvs-sanity/cvsroot. 4722 * sanity.sh: Global search & replace ${TESTDIR}/cvsroot with 5511 :method:user@host/port:/cvsroot to 5512 :method:[[user][:password]@]host[:[port]]/cvsroot 6899 directory which takes us out of the cvsroot. [all …]
|
| D | ChangeLog-97 | 1628 * cvs.h, parseinfo.c (parse_config): New argument cvsroot.
|
| D | ChangeLog-9395 | 2874 (main): Remove code which would strip hostname off cvsroot and try
|
| D | ChangeLog-96 | 3348 (main): If command is init, don't require cvsroot to exist.
|
| /freebsd-9-stable/usr.bin/csup/ |
| D | rcsfile.c | 115 char *cvsroot; member 178 rcsfile_frompath(const char *path, const char *name, const char *cvsroot, in rcsfile_frompath() argument 185 if (path == NULL || name == NULL || cvsroot == NULL || colltag == NULL) in rcsfile_frompath() 190 rf->cvsroot = xstrdup(cvsroot); in rcsfile_frompath() 606 di->di_cvsroot = rf->cvsroot; in rcsfile_puttext() 671 di->di_cvsroot = rf->cvsroot; in rcsfile_getdeltatext() 778 if (rf->cvsroot != NULL) in rcsfile_free() 779 free(rf->cvsroot); in rcsfile_free()
|
| D | updater.c | 1578 #define UPDATER_OPENRCS(rf, up, path, name, cvsroot, tag) do { \ in updater_rcsedit() argument 1584 (rf) = rcsfile_frompath((path), (name), (cvsroot), \ in updater_rcsedit()
|
| /freebsd-9-stable/gnu/usr.bin/rcs/lib/ |
| D | rcsfnms.c | 886 char *cvsroot = cgetenv("CVSROOT"); in getfullCVSname() local 903 if (!cvsroot) in getfullCVSname() 907 cvsrootlen = strlen(cvsroot); in getfullCVSname() 908 if (!strncmp(namebuf, cvsroot, cvsrootlen) && in getfullCVSname()
|
| /freebsd-9-stable/contrib/cvs/doc/ |
| D | cvsclient.texi | 588 C: Root /home/kingdon/zwork/cvsroot 592 C: /home/kingdon/zwork/cvsroot 595 S: /home/kingdon/zwork/cvsroot/1dir/ 610 C: /home/kingdon/zwork/cvsroot/1dir 1069 C: Root /home/kingdon/zwork/cvsroot 1073 C: /home/kingdon/zwork/cvsroot 1215 C: Root /u/cvsroot 1219 C: /u/cvsroot/1dir/nsdir 1221 C: /u/cvsroot/1dir 1223 S: M Directory /u/cvsroot/1dir/nsdir added to the repository [all …]
|
| D | cvs.texinfo | 704 /usr/local/cvsroot/tc/driver.c,v <-- driver.c 721 @cindex /usr/local/cvsroot, as example repository 722 @cindex cvsroot 741 @c /usr/local/cvsroot; working directory 753 @code{:local:/usr/local/cvsroot} means that the 754 repository is in @file{/usr/local/cvsroot} on the 765 @file{/usr/local/cvsroot}, you can use 766 @code{/usr/local/cvsroot} instead of 767 @code{:local:/usr/local/cvsroot}. But if (under 769 @file{c:\src\cvsroot}, then you must specify the access [all …]
|
| D | ChangeLog | 2949 (Repository files): Put /usr/local/cvsroot in @example. 2959 (Tags, Creating a branch): Change /usr/local/cvsroot to /u/cvsroot. 2969 * cvsclient.texi (Requests): Change /home/kingdon/zwork/cvsroot to 2970 /u/cvsroot. 2973 (Example): Change /home/kingdon/testing/cvsroot to /u/cvsroot.
|
| /freebsd-9-stable/crypto/heimdal/tools/ |
| D | heimdal-build.sh | 46 cvsroot=
|
| /freebsd-9-stable/contrib/cvs/ |
| D | TESTS | 215 (CVSROOT=$testdir/cvsroot or 216 CVSROOT=:fork:$testdir/cvsroot)
|
| D | NEWS | 38 that could occur when "." was in the path (e.g. `cvs co /cvsroot/./module') 983 * The -d command line option now overrides the cvsroot setting stored
|
| /freebsd-9-stable/contrib/groff/ |
| D | README | 34 cvs -d:ext:anoncvs@savannah.gnu.org/cvsroot/groff -z5 co groff
|
| /freebsd-9-stable/contrib/tcsh/ |
| D | host.defs | 2 /* $Header: /p/tcsh/cvsroot/tcsh/host.defs,v 1.55 2012/01/11 20:20:15 christos Exp $ */
|
| /freebsd-9-stable/contrib/gcc/doc/ |
| D | contrib.texi | 558 @uref{http://sourceware.org/cgi-bin/cvsweb.cgi/~checkout~/mauve/THANKS?rev=1.2&cvsroot=mauve&only_w…
|