Home
last modified time | relevance | path

Searched refs:cvs (Results 1 – 25 of 157) sorted by relevance

1234567

/openbsd-src/gnu/usr.bin/cvs/
H A DBUGS1 See the Cederqvist manual (cvs.texinfo) for information on how to
7 inaccuracies, please let bug-cvs know as described in the Cederqvist
46 cvs server: in directory .:
47 cvs [server aborted]: *PANIC* administration files missing
51 * The -m option to "cvs add" does not work with client/server CVS.
56 * cvs update walks into a user's work directory if there's a directory
62 * 'cvs admin' dumped core when files were missing from working directory
70 cactus:sfavor> cvs get test
71 cvs checkout: Updating test
74 cactus:sfavor> cvs get test
[all …]
H A DMakefile.am37 cvs-format.el \
38 cvs.spec \
39 cvs.spec.in \
60 cvs.spec: $(srcdir)/cvs.spec.in $(top_srcdir)/configure.in
61 sed 's,@VERSION\@,$(VERSION),g' $(srcdir)/cvs.spec.in >cvs.tspec
62 mv cvs.tspec $(srcdir)/cvs.spec
H A DMakefile.bsd-wrapper5 MAN= man/cvs.1 man/cvs.5 man/cvsbug.8 man/rcs2log.1
11 doc/cvs.info doc/cvs.info-1 doc/cvs.info-2 doc/cvs.info-3 \
12 doc/cvs.info-4 doc/cvs.info-5 doc/cvs.info-6 doc/cvs.info-7 \
13 doc/cvs.info-8 doc/cvs.info-9 doc/cvsclient.info \
H A Dcvs.spec2 Name: cvs
7 Source: ftp://ftp.cvshome.com/pub/cvs-%{version}/cvs-%{version}.tar.gz
54 install the base cvs package to get the standard CVS distribution.
56 Install the Kerberos version of the cvs package if you need to use a version
72 mv src/cvs src/cvs.krb5
89 ./install-sh src/cvs.krb5 $RPM_BUILD_ROOT%{_kerberosbindir}/cvs
93 gzip -9nf $RPM_BUILD_ROOT%{_infodir}/cvs*
94 strip $RPM_BUILD_ROOT%{_bindir}/cvs
96 strip $RPM_BUILD_ROOT%{_kerberosbindir}/cvs
103 /sbin/install-info --info-dir=%{_infodir} %{_infodir}/cvs.info.gz
[all …]
H A Dcvs.spec.in2 Name: cvs
7 Source: ftp://ftp.cvshome.com/pub/cvs-%{version}/cvs-%{version}.tar.gz
28 Install the cvs package if you need to use a version control system.
35 Requires: cvs krb5-libs
54 install the base cvs package to get the standard CVS distribution.
56 Install the Kerberos version of the cvs package if you need to use a version
72 mv src/cvs src/cvs.krb5
89 ./install-sh src/cvs.krb5 $RPM_BUILD_ROOT%{_kerberosbindir}/cvs
93 gzip -9nf $RPM_BUILD_ROOT%{_infodir}/cvs*
94 strip $RPM_BUILD_ROOT%{_bindir}/cvs
[all …]
H A DNEWS10 * New "cvs rlog" and "cvs rannotate" commands have been added to get log
45 * The new "cvs version" command gives a short version message. If
49 * "cvs admin -t" now works correctly in client/server mode.
51 * The "cvs history" command output format has changed -- the date
110 * There is a new syntax, "cvs admin -orev1::rev2", which collapses the
121 For more information see the "config" section of cvs.texinfo.
125 authentication server section of cvs.texinfo for details. Note that
132 * "cvs admin [options]" will now recurse. In previous versions of
133 CVS, it was an error and one needed to specify "cvs admin [options] ."
137 * New "logout" command to remove the password for a remote cvs
[all …]
H A DMINOR-BUGS6 * "cvs update -ko -p -r REV file" doesn't seem to pay attention to the
8 temporarily change the db file with "cvs admin -ko file", then switch
11 * "cvs status" has a difference in its output between local and
23 cvs server: cannot find module `patch' - ignored
25 * cvs init may gave a strange error at times:
26 ttyp4:<woods@clapton> $ cvs -d /local/src-CVS init
27 cvs [init aborted]: cannot open CVS/Root: No such file or directory
37 I tried a "cvs status -v" and received the following:
42 cvs server: Examining .
48 (This reportedly happens if "cvs add CVS" (or "cvs add *")
[all …]
H A DChangeLog.zoo8 * contrib/rcs-to-cvs: rewritten for Bourne shell (thanks to David
44 * src/Makefile.in: removed some gratuitous diffs from cvs-1.3.
52 * doc/cvs.texinfo: comment out include of gpl.texinfo.
59 patched cvs-1.3.
74 * cvs-format.el: Don't set c-tab-always-indent.
108 * The manual pages cvs(1) and cvs(5) have been updated.
121 "cvs update -A file", even if you had checked out the whole
127 * The "cvs -n commit" command now works, to show which files are
129 will fail any pre-commit checks. Also, the "cvs -n import ..."
133 * Doing "cvs commit modules" to checkin the modules file will no
[all …]
H A DDEVEL-CVS7 Charter for the devel-cvs mailing list:
9 The CVS Developers' List <devel-cvs@cvshome.org> exists to help people
14 CVS sources should read devel-cvs. Only those with checkin access may
17 The devel-cvs list may be used to discuss:
24 The devel-cvs list should not be used to discuss:
30 These topics should either go on info-cvs, or have a new mailing list
49 interest), then one of the developers can ask the devel-cvs mailing
H A DTODO21 39. Think about a version of "cvs update -j" which remembers what from
33 49. cvs xxx commands should be able to deal with files in other
34 directories. I want to do a cvs add foo/bar.c.
50 new module format -- consider a cvs command front-end to
89 98. If diff3 bombs out (too many differences) cvs then thinks that the file
100 104. cvs should recover nicely on unreadable files/directories.
102 105. cvs should have administrative tools to allow for changing permissions
103 and modes and what not. In particular, this would make cvs a
115 108. If someone creates a whole new directory (i.e. adds it to the cvs
117 the same name, when you do your cvs update -d it SILENTLY does
[all …]
/openbsd-src/regress/usr.bin/cvs/
H A DMakefile9 OPENCVS= ${BSDSRCDIR}/usr.bin/cvs/obj/opencvs
23 TESTFILE= cvs
36 LTESTS= cvs-initial \
37 cvs-import-mflag \
38 cvs-checkout-dflag \
39 cvs-checkout-rflag-HEAD \
40 cvs-checkout-kflag-k-rflag-HEAD \
41 cvs-checkout-rflag-inval_branch_rev \
42 cvs-checkout-rflag-too_high \
43 cvs-checkout \
[all …]
/openbsd-src/gnu/usr.bin/cvs/doc/
H A DMakefile.am26 info_TEXINFOS = cvs.texinfo cvsclient.texi
31 cvs.ps \
32 cvs-paper.ps \
36 cvs-paper.pdf \
37 cvs.pdf \
41 cvs.txt \
50 cvs-paper.ms \
51 cvs.aux \
56 cvs.cps \
57 cvs.fns
[all …]
H A DMakefile.in114 info_TEXINFOS = cvs.texinfo cvsclient.texi
119 cvs.ps \
120 cvs-paper.ps \
125 cvs-paper.pdf \
126 cvs.pdf \
131 cvs.txt \
141 cvs-paper.ms \
142 cvs.aux \
148 cvs.cps \
149 cvs.fns
[all …]
H A DChangeLog12 * cvs.texinfo (admin options): Fix typo: should be @pxref, not @xref.
16 * cvs.texinfo (admin options): Update description of -u option to
28 * Makefile.am (MOSTLYCLEANFILES): Add cvs.cps & cvs.fns as a temporary
39 * cvs.texinfo (BUGS): There's only one company listed now, not two.
43 * cvs.texinfo (Password authentication server, First import): Use
48 * cvs.texinfo (Connection): Add still more notes about common
53 * cvs.texinfo (Quick reference to CVS commands): add index entry for
58 * cvs.texinfo (log options): Document new :: syntax for -r.
87 * cvs-paper.ps: Backout accidental regeneration.
95 * cvs-paper.ps: Regenerated
[all …]
H A Dcvs.info-31 This is cvs.info, produced by makeinfo version 4.0 from cvs.texinfo.
4 * CVS: (cvs). Concurrent Versions System
25 File: cvs.info, Node: Tags, Next: Tagging the working directory, Prev: Assigning revisions, Up:…
66 tag is `cvs-1-9' or `cvs1_9' or what. You might even want to consider
74 $ cvs tag rel-0-4 backend.c
76 $ cvs status -v backend.c
89 For a complete summary of the syntax of `cvs tag', including the
97 $ cvs tag rel-1-0 .
98 cvs tag: Tagging .
114 $ cvs checkout -r rel-1-0 tc
[all …]
H A Dcvs.info-41 This is cvs.info, produced by makeinfo version 4.0 from cvs.texinfo.
4 * CVS: (cvs). Concurrent Versions System
25 File: cvs.info, Node: Moving directories, Prev: Moving files, Up: Adding and removing
63 File: cvs.info, Node: History browsing, Next: Binary files, Prev: Adding and removing, Up: Top
80 File: cvs.info, Node: log messages, Next: history database, Up: History browsing
88 revision which has been committed, use the `cvs log' command (*note
92 File: cvs.info, Node: history database, Next: user-defined logging, Prev: log messages, Up: His…
99 the `cvs history' command (*note history::).
105 File: cvs.info, Node: user-defined logging, Next: annotate, Prev: history database, Up: History…
119 less in the way of keeping centralized scripts up to date, use the `cvs
[all …]
H A Dcvs.texinfo40 @setfilename cvs.info
53 * CVS: (cvs). Concurrent Versions System
94 @center for @sc{cvs} @value{CVSVN}
135 @sc{cvs} version @value{CVSVN}.
179 @sc{cvs}, and perhaps have never used version control
182 If you are already familiar with @sc{cvs} and are just
187 * What is CVS?:: What you can do with @sc{cvs}
188 * What is CVS not?:: Problems @sc{cvs} doesn't try to solve
189 * A sample session:: A tour of basic @sc{cvs} usage
199 @sc{cvs} is a version control system. Using it, you can
[all …]
H A Dcvs.info1 This is cvs.info, produced by makeinfo version 4.0 from cvs.texinfo.
4 * CVS: (cvs). Concurrent Versions System
26 cvs.info-1: 943
27 cvs.info-2: 49250
28 cvs.info-3: 97794
29 cvs.info-4: 147229
30 cvs.info-5: 197095
31 cvs.info-6: 246471
32 cvs.info-7: 286431
33 cvs.info-8: 334015
[all …]
H A Dcvs.info-21 This is cvs.info, produced by makeinfo version 4.0 from cvs.texinfo.
4 * CVS: (cvs). Concurrent Versions System
25 File: cvs.info, Node: Intro administrative files, Next: Multiple repositories, Prev: Working dir…
40 cvs gnu/cvs
58 any other module. Use `cvs checkout CVSROOT' to get a working copy,
67 File: cvs.info, Node: Multiple repositories, Next: Creating a repository, Prev: Intro administra…
90 cvs -d server1:/cvs co dir1
92 cvs -d server2:/root co sdir
93 cvs update
95 The `cvs co' commands set up the working directory, and then the
[all …]
/openbsd-src/gnu/usr.bin/cvs/contrib/
H A Dcvscheck.sh19 cvs status . > /dev/null 2>&1
37 if cvs status $file | grep -s '^From:[ ]*New file' ; then
40 elif cvs status $file | grep -s '^From:[ ]*no entry for' ; then
52 cvs status . > /dev/null 2>&1
64 changedfiles=`cvs diff | egrep '^diff' | awk '{print $3}'`
71 removedfiles=`cvs status | egrep '^File:[ ]*no file' | awk '{print $4}'`
75 if cvs status $file | grep -s '^From:[ ]*-' ; then
H A Dintro.doc5 Subject: cvs
22 copy. In this case cvs warns you, and you have to resolve the
28 recent version of the files, cvs tells you this; then you have
35 /usr/src/cvs. Whenever you use cvs, the environment variable
38 CVSROOT=/usr/src/cvs
49 cvs checkout views
57 Use the command 'cvs update'.
68 Use the command 'cvs commit'.
80 cvs add <filename>
81 cvs remove <filename>
[all …]
/openbsd-src/gnu/usr.bin/cvs/man/
H A DChangeLog25 * cvs.1: Correct CVSEDITOR/VISUAL/EDITOR documentation.
30 * cvs.texinfo: document new -C option to update, now that it works
40 * cvs.1: document new -C option to update.
49 * cvs.1: Don't document -H as a command option; it has been a
58 * cvs.1: Update various items which were out of date. Mostly
63 * cvs.1: Refer to Cederqvist as Cederqvist not as cvs.texinfo.
69 * cvs.1: Remove $Id; we decided to get rid of these some time ago.
73 * cvs.1: Fix "the the" typo. From Wolfram Schneider
87 * cvs.1: Add note at beginning about how cvs.texinfo is more
93 * cvs.1: Revert all changes by Greg Woods since CVS 1.8.86. They
[all …]
/openbsd-src/gnu/usr.bin/cvs/tools/
H A DREADME2 In particular, it used to contain a copy of pcl-cvs version 1.x.
3 Pcl-cvs is an Emacs interface to CVS.
5 If you are looking for pcl-cvs, we'd suggest pcl-cvs version 2.x, at:
8 Both of the following CVS sites have a page about pcl-cvs:
9 http://www.loria.fr/~molli/cvs-index.html
/openbsd-src/gnu/usr.bin/cvs/emx/
H A DMakefile7 project: cvs.exe
53 ${cvs_srcdir}/cvs.h \
301 PACKAGE = cvs
332 rm -f cvs.exe cvs.out
339 clean-cvs:
340 del cvs.exe cvs.out
347 install-cvs: cvs.exe
348 copy $(subst /,\,${srcdir}/cvs.exe ${install_dir}/cvs.exe)
365 cvs.exe: ${OBJECTS} ${lib_dir}/libcvs.a ${zlib_dir}/libz.a
366 …ON_OBJECTS) $(OS2_OBJECTS) ${DIFF_OBJECTS} ${lib_dir}/libcvs.a ${zlib_dir}/libz.a $(LIB) -o cvs.out
[all …]
H A DMakefile.in6 project: cvs.exe
53 ${cvs_srcdir}/cvs.h \
332 rm -f cvs.exe cvs.out
339 clean-cvs:
340 del cvs.exe cvs.out
347 install-cvs: cvs.exe
348 copy $(subst /,\,${srcdir}/cvs.exe ${install_dir}/cvs.exe)
365 cvs.exe: ${OBJECTS} ${lib_dir}/libcvs.a ${zlib_dir}/libz.a
366 …ON_OBJECTS) $(OS2_OBJECTS) ${DIFF_OBJECTS} ${lib_dir}/libcvs.a ${zlib_dir}/libz.a $(LIB) -o cvs.out
367 emxbind -w -o $@.exe cvs.out
[all …]

1234567