Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/usr.bin/cvs/contrib/
H A Dcvs_acls.in78 $cvsroot = $ENV{'CVSROOT'};
79 $availfile = $cvsroot . "/CVSROOT/avail";
86 die "Must set CVSROOT\n" if !$cvsroot;
87 ($repos = shift) =~ s:^$cvsroot/::;
H A Drcslock.in77 $cvsroot = $ENV{'CVSROOT'};
105 print "Directory path is $cvsroot/$files[0]" if defined $opt_d ;
106 chdir ($cvsroot . "/" . $files[0]) ||
107 die "Can't change to repository directory $files[0] in $cvsroot" ;
H A Dmfpipe.in46 $cvsroot = $ENV{'CVSROOT'};
65 $logfile = "$cvsroot/LOG/$file";
H A Dlog_accum.in177 $cvsroot,
261 $cvsroot = $ENV{'CVSROOT'};
471 if ($_ ne $cvsroot . "/" . $files[0]) {
473 …print STDERR sprintf("Current directory %s is not last directory %s.\n", $cvsroot . "/" .$files[0]…
H A Dlog.in59 my $cvsroot = $ENV{'CVSROOT'};
/openbsd-src/usr.bin/cvs/
H A Droot.c59 static struct cvsroot *
65 static struct cvsroot *root = NULL; in cvsroot_parse()
163 struct cvsroot *
H A Dcvs.h173 struct cvsroot;
196 struct cvsroot { struct
285 extern struct cvsroot *current_cvsroot;
374 struct cvsroot *cvsroot_get(const char *);
H A Dcvs.c69 struct cvsroot *current_cvsroot = NULL;
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dparseinfo.c213 parse_config (cvsroot) in parse_config() argument
214 char *cvsroot; in parse_config()
232 infopath = malloc (strlen (cvsroot)
242 strcpy (infopath, cvsroot);
H A DChangeLog178 * sanity.sh: Global search & replace ${TESTDIR}/cvsroot with
967 :method:user@host/port:/cvsroot to
968 :method:[[user][:password]@]host[:[port]]/cvsroot
2355 directory which takes us out of the cvsroot.
3622 (main): put the main loop for stepping through cvsroot values
3624 every unique non-local cvsroot. Moved blocks of code around so
3837 * sanity.sh (taginfo): Also clean up cvsroot/first-dir.
5012 conflict between cvsroot and CVSROOT on Windows.
H A Dsanity.sh1557 CVSROOT_DIRNAME=${TESTDIR}/cvsroot
16502 cp -r ${CVSROOT_DIRNAME}/first-dir ${TESTDIR}/cvsroot/backup
16573 mv ${CVSROOT_DIRNAME}/backup ${TESTDIR}/cvsroot/first-dir
17070 rm -rf ${CVSROOT_DIRNAME}/first-dir ${TESTDIR}/cvsroot/second-dir
/openbsd-src/gnu/usr.bin/cvs/doc/
H A Dcvsclient.info-3215 module. PATHNAME is relative to cvsroot, unlike most pathnames in
303 MT rcsfile /home/kingdon/zwork/cvsroot/foo/gz.tst,v
318 M /home/kingdon/zwork/cvsroot/foo/gz.tst,v <-- gz.tst
396 C: Root /u/cvsroot
410 C: /u/cvsroot
427 C: /u/cvsroot
437 S: /u/cvsroot/supermunger/
439 S: /u/cvsroot/supermunger/
443 S: /u/cvsroot/supermunger/mungeall.c
473 C: /u/cvsroot/supermunger
[all …]
H A Dcvs.info-1419 /usr/local/cvsroot/tc/driver.c,v <-- driver.c
452 the repository `:local:/usr/local/cvsroot' means that the repository is
453 in `/usr/local/cvsroot' on the computer running CVS. For information
459 local repository in `/usr/local/cvsroot', you can use
460 `/usr/local/cvsroot' instead of `:local:/usr/local/cvsroot'. But if
462 `c:\src\cvsroot', then you must specify the access method, as in
463 `:local:c:\src\cvsroot'.
493 cvs -d /usr/local/cvsroot checkout yoyodyne/tc
496 path to the root of the repository, `/usr/local/cvsroot' in this
500 setenv CVSROOT /usr/local/cvsroot
[all …]
H A Dcvsclient.info-263 C: Root /home/kingdon/zwork/cvsroot
67 C: /home/kingdon/zwork/cvsroot
70 S: /home/kingdon/zwork/cvsroot/1dir/
83 C: /home/kingdon/zwork/cvsroot/1dir
498 C: Root /home/kingdon/zwork/cvsroot
502 C: /home/kingdon/zwork/cvsroot
645 C: Root /u/cvsroot
649 C: /u/cvsroot/1dir/nsdir
651 C: /u/cvsroot/1dir
653 S: M Directory /u/cvsroot/1dir/nsdir added to the repository
[all …]
H A 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
1062 C: Root /home/kingdon/zwork/cvsroot
1066 C: /home/kingdon/zwork/cvsroot
1214 C: Root /u/cvsroot
1218 C: /u/cvsroot/1dir/nsdir
1220 C: /u/cvsroot/1dir
1222 S: M Directory /u/cvsroot/1dir/nsdir added to the repository
[all …]
H A Dcvs.info-2131 cvs -d /usr/local/cvsroot init
336 `foo' in the repository `/usr/local/cvsroot/', on machine
339 cvs -d :ext:bach@faun.example.org/usr/local/cvsroot checkout foo
387 cvs -f --allow-root=/usr/cvsroot pserver
516 cvs -d :pserver:faun.example.org:/usr/local/cvsroot checkout someproj
520 CVSROOT=:pserver:bach@faun.example.org:2401/usr/local/cvsroot
530 cvs -d :pserver:bach@faun.example.org:/usr/local/cvsroot login
535 cvs -d :pserver:bach:p4ss30rd@faun.example.org:/usr/local/cvsroot login
561 cvs -d :pserver:bach@faun.example.org:/usr/local/cvsroot checkout foo
651 cvs -d :gserver:faun.example.org:/usr/local/cvsroot checkout foo
[all …]
H A Dcvs.info-381 RCS Version: 1.4 /u/cvsroot/yoyodyne/tc/backend.c,v
319 RCS Version: 1.7.2.1 /u/cvsroot/yoyodyne/tc/driver.c,v
349 RCS: /tmp/cvs-sanity/cvsroot/first-dir/Attic/file1,v
497 RCS Version: 1.7 /u/cvsroot/yoyodyne/tc/driver.c,v
510 RCS Version: 1.4 /u/cvsroot/yoyodyne/tc/backend.c,v
765 /tmp/cvs-sanity/cvsroot/first-dir/file1,v <-- file1
839 RCS file: /cvsroot/first-dir/file1,v
865 RCS file: /cvsroot/first-dir/file1,v
H A Dcvs.texinfo679 /usr/local/cvsroot/tc/driver.c,v <-- driver.c
696 @cindex /usr/local/cvsroot, as example repository
697 @cindex cvsroot
716 @c /usr/local/cvsroot; working directory
728 @code{:local:/usr/local/cvsroot} means that the
729 repository is in @file{/usr/local/cvsroot} on the
740 @file{/usr/local/cvsroot}, you can use
741 @code{/usr/local/cvsroot} instead of
742 @code{:local:/usr/local/cvsroot}. But if (under
744 @file{c:\src\cvsroot}, then you must specify the access
[all …]
H A Dcvs.info-4135 ALL /usr/local/cvsroot/CVSROOT/loggit
137 Where `/usr/local/cvsroot/CVSROOT/loggit' contains the following
141 echo "$@" >>/home/kingdon/cvsroot/CVSROOT/taglog
505 RCS file: /usr/local/cvsroot/yoyodyne/tc/driver.c,v
571 /usr/local/cvsroot/yoyodyne/tc/driver.c,v <-- driver.c
610 [11:43:23] waiting for bach's lock in /usr/local/cvsroot/foo
H A Dcvs.info-965 * /usr/local/cvsroot, as example repository: Repository.
212 * cvsroot: Repository.
H A Dcvs.info-8320 supply it on the command line: `cvs -d cvsroot cvs_command...'
506 `/usr/local/cvsroot' and you try to check out files when you are
507 in a subdirectory, such as `/usr/local/cvsroot/test'. However,
H A DChangeLog1778 (Repository files): Put /usr/local/cvsroot in @example.
1788 (Tags, Creating a branch): Change /usr/local/cvsroot to /u/cvsroot.
1798 * cvsclient.texi (Requests): Change /home/kingdon/zwork/cvsroot to
1799 /u/cvsroot.
1802 (Example): Change /home/kingdon/testing/cvsroot to /u/cvsroot.
H A Dcvs.info-71438 `/usr/adm/cvsroot-log'. Commits to the `prog1' directory are mailed to
1442 ^CVSROOT /usr/local/bin/cvs-log /usr/adm/cvsroot-log
/openbsd-src/gnu/usr.bin/cvs/
H A DBUGS228 The repository in question in duality.gnu.ai.mit.edu:/gd4/gnu/cvsroot/libc.
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dcontrib.texi495 @uref{http://sources.redhat.com/cgi-bin/cvsweb.cgi/~checkout~/mauve/THANKS?rev=1.2&cvsroot=mauve&on…

12