Home
last modified time | relevance | path

Searched refs:cvsroot (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-9-stable/gnu/usr.bin/cvs/contrib/
Deasy-import.pl157 $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/
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" ;
Dmfpipe.in76 $cvsroot = $ENV{'CVSROOT'};
95 $logfile = "$cvsroot/LOG/$file";
Dcheck_cvs.in771 my( $cvsroot ) = @_;
805 my $checkoutlist_file = "$cvsroot\/CVSROOT\/checkoutlist";
806 open( CHECKOUTLIST, "<$cvsroot\/CVSROOT\/checkoutlist" )
Dcvs_acls.in553 ($repository = shift) =~ s:^$cvsroot/::;
556 print("$$ \$cvsroot is: $cvsroot.\n") if $debug;
815 my $reposDirName = $cvsroot . '/' . $cvsacl_module;
Dlog.in89 my $cvsroot = $ENV{'CVSROOT'};
DChangeLog116 * check_cvs.in: Fixed multiple symlinks in your cvsroot,
/freebsd-9-stable/share/examples/cvsup/
Dcvs-supfile102 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/
Dparseinfo.c238 parse_config (cvsroot) in parse_config() argument
239 char *cvsroot; in parse_config()
258 infopath = xmalloc (strlen (cvsroot)
268 strcpy (infopath, cvsroot);
DChangeLog59 (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 …]
DChangeLog-971628 * cvs.h, parseinfo.c (parse_config): New argument cvsroot.
DChangeLog-93952874 (main): Remove code which would strip hostname off cvsroot and try
DChangeLog-963348 (main): If command is init, don't require cvsroot to exist.
/freebsd-9-stable/usr.bin/csup/
Drcsfile.c115 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()
Dupdater.c1578 #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/
Drcsfnms.c886 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/
Dcvsclient.texi588 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 …]
Dcvs.texinfo704 /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 …]
DChangeLog2949 (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/
Dheimdal-build.sh46 cvsroot=
/freebsd-9-stable/contrib/cvs/
DTESTS215 (CVSROOT=$testdir/cvsroot or
216 CVSROOT=:fork:$testdir/cvsroot)
DNEWS38 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/
DREADME34 cvs -d:ext:anoncvs@savannah.gnu.org/cvsroot/groff -z5 co groff
/freebsd-9-stable/contrib/tcsh/
Dhost.defs2 /* $Header: /p/tcsh/cvsroot/tcsh/host.defs,v 1.55 2012/01/11 20:20:15 christos Exp $ */
/freebsd-9-stable/contrib/gcc/doc/
Dcontrib.texi558 @uref{http://sourceware.org/cgi-bin/cvsweb.cgi/~checkout~/mauve/THANKS?rev=1.2&cvsroot=mauve&only_w…

12