Searched refs:cvs (Results 1 – 25 of 161) sorted by relevance
1234567
| /freebsd-9-stable/contrib/cvs/doc/ |
| D | Makefile.am | 19 info_TEXINFOS = cvs.texinfo cvsclient.texi 20 man_MANS = $(srcdir)/cvs.1 23 cvs.ps \ 24 cvs-paper.ps \ 28 cvs.pdf \ 29 $(srcdir)/cvs-paper.pdf \ 33 cvs.txt \ 41 $(srcdir)/cvs.1 \ 42 cvs-paper.ms \ 43 cvs.man.header \ [all …]
|
| D | Makefile.in | 64 INFO_DEPS = $(srcdir)/cvs.info $(srcdir)/cvsclient.info 66 DVIS = cvs.dvi cvsclient.dvi 67 HTMLS = cvs.html cvsclient.html 68 TEXINFOS = cvs.texinfo cvsclient.texi 187 info_TEXINFOS = cvs.texinfo cvsclient.texi 188 man_MANS = $(srcdir)/cvs.1 190 cvs.ps \ 191 cvs-paper.ps \ 195 cvs.pdf \ 196 $(srcdir)/cvs-paper.pdf \ [all …]
|
| D | ChangeLog | 3 * cvs.texinfo (config): Document the IgnoreUnknownConfigKeys 8 * cvs.texinfo: Document use of --with-ssh flag to configure and 12 * cvs.texinfo: Update copyright for 2008. 16 * cvs.texinfo (log options): Document the new cvs log -n 18 * cvs.texinfo (annotate & rannotate): Document "blame" as a 22 * cvs.1, stamp-1, stamp-vti, version-client.texi, version.texi: 36 * cvs.texinfo (man page nodes): Tweak grammar, especially refs. 44 * cvs.texinfo, cvsclient.texi: Fix some typos. 49 * cvs.texinfo (File permissions): Correct punctuation. 53 * cvs.texinfo (log options): -b is a revision selection option, not [all …]
|
| D | cvs.man.footer | 5 .B cvs 10 .B cvs 15 .B cvs 20 .B cvs 27 .B cvs 36 command or it may be available as cvs.pdf (Portable Document Format), 37 cvs.ps (PostScript), cvs.texinfo (Texinfo source), or cvs.html. 45 .B http://cvs.nongnu.org 50 .BR cvs ( 5 ),
|
| D | cvs.texinfo | 3 @setfilename cvs.info 102 * CVS: (cvs). Concurrent Versions System 106 * cvs: (cvs)CVS commands. Concurrent Versions System 119 @center for @sc{cvs} @value{VERSION} 145 @sc{cvs} version @value{VERSION}. 193 @sc{cvs}, and perhaps have never used version control 196 If you are already familiar with @sc{cvs} and are just 201 * What is CVS?:: What you can do with @sc{cvs} 202 * What is CVS not?:: Problems @sc{cvs} doesn't try to solve 203 * A sample session:: A tour of basic @sc{cvs} usage [all …]
|
| /freebsd-9-stable/crypto/openssh/ |
| D | ChangeLog | 6 - djm@cvs.openbsd.org 2014/03/03 22:22:30 17 - djm@cvs.openbsd.org 2014/02/27 00:41:49 21 - djm@cvs.openbsd.org 2014/02/27 08:25:09 24 - djm@cvs.openbsd.org 2014/02/27 22:47:07 28 - djm@cvs.openbsd.org 2014/02/27 22:57:40 31 - dtucker@cvs.openbsd.org 2014/01/19 23:43:02 35 - dtucker@cvs.openbsd.org 2014/01/20 00:00:30 38 - dtucker@cvs.openbsd.org 2014/01/25 04:35:32 41 - djm@cvs.openbsd.org 2014/01/26 10:22:10 46 - djm@cvs.openbsd.org 2014/01/26 10:49:17 [all …]
|
| /freebsd-9-stable/contrib/cvs/man/ |
| D | ChangeLog | 8 * Makefile.am (man_MANS): Remove cvs.1. 9 * cvs.1: Removed. 15 * cvs.1: Remove references to the removed global -l option. 21 * cvs.1, cvs.5: A couple of spelling fixes. 27 * cvs.1: Reference `cvs --help diff' rather than the rcsdiff man page. 47 * cvs.1 (CVS_LOCAL_BRANCH_NUM): Backout CVS_LOCAL_BRANCH_NUM feature. 49 * cvs.1 (CVS_LOCAL_BRANCH_NUM): Document new environment variable. 53 * cvs.1: Note using "cvs" in .cvsrc for global options. 74 * cvs.1(cvs tag): Mention -c option. 79 * cvs.1(cvs commit): It's '-F' now, not '-f'. [all …]
|
| D | cvs.1 | 2 .\" $FreeBSD: stable/9/contrib/cvs/man/cvs.1 175281 2008-01-13 06:14:29Z obrien $ 18 cvs \- Concurrent Versions System 30 .B cvs 34 .B info cvs 39 .IX cvs "" "\fLcvs\fP \- concurrent versions system" 41 .IX "release control system" "cvs command" "" "\fLcvs\fP \- concurrent versions system" 42 .IX "source control system" "cvs command" "" "\fLcvs\fP \- concurrent versions system" 43 .IX revisions "cvs command" "" "\fLcvs\fP \- source control" 54 .B cvs 60 .B cvs [all …]
|
| /freebsd-9-stable/contrib/cvs/contrib/ |
| D | cvscheck.sh | 31 cvs status . > /dev/null 2>&1 49 if cvs status $file | grep -s '^From:[ ]*New file' ; then 52 elif cvs status $file | grep -s '^From:[ ]*no entry for' ; then 64 cvs status . > /dev/null 2>&1 76 changedfiles=`cvs diff | egrep '^diff' | awk '{print $3}'` 83 removedfiles=`cvs status | egrep '^File:[ ]*no file' | awk '{print $4}'` 87 if cvs status $file | grep -s '^From:[ ]*-' ; then
|
| D | intro.doc | 5 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 …]
|
| /freebsd-9-stable/gnu/usr.bin/cvs/cvs/ |
| D | Makefile | 11 PROG= cvs 12 MAN= cvs.1 cvs.5 45 CLEANDIRS+=cvs-sanity 49 mkdir -p ${.OBJDIR}/cvs-sanity/tmp ${.OBJDIR}/cvs-sanity/work 51 chown -R nobody ${.OBJDIR}/cvs-sanity 54 cd ${.OBJDIR}/cvs-sanity/work;\ 59 cd ${.OBJDIR}/cvs-sanity/work;\ 60 sh ${CVSDIR}/src/sanity.sh ${.OBJDIR}/cvs)
|
| /freebsd-9-stable/contrib/cvs/ |
| D | FREEBSD-upgrade | 1 $FreeBSD: stable/9/contrib/cvs/FREEBSD-upgrade 175285 2008-01-13 06:35:22Z obrien $ 9 To prepare a new cvs dist for import, extract it into a fresh directory; 13 cvs -n import src/contrib/cvs CVSHOME v<version> 19 cvs import src/contrib/cvs CVSHOME v1_11_22 21 When new versions are imported, cvs will give instructions on how to merge 24 The developers can be reached at: <devel-cvs@nongnu.org>. Local changes 35 no-locking readonly mode (eg: cvs repo is a cdrom or mirror) 45 - We use the cvs.1 manpage from man/, not the offical one in doc/
|
| D | MINOR-BUGS | 6 * "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 …]
|
| D | README | 28 CVS by Per Cederqvist et al, or cvs.texinfo--see below for details). 102 The documentation is in the doc subdirectory. cvs.texinfo is the main 103 manual; cvs.info* and cvs.ps are the info and postscript versions, 104 respectively, generated from cvs.texinfo. The postscript version is 109 cvs.texinfo and re-generate cvs.ps using TeX. 117 http://cvs.nongnu.org 122 bug-cvs: This is the list which users are requested to send bug reports 125 info-cvs: This list is intended for user questions, including general 127 cvs-announce: CVS release announcements and other major 129 cvs-announce-binaries: Announcements are made to this list [all …]
|
| D | ChangeLog.zoo | 8 * 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 …]
|
| D | NEWS | 9 * The `cvs blame' command is now a synonym for the `cvs annotate' command. 22 * `cvs add' checks more thoroughly for `CVS' directories in the argument list. 24 * `cvs server' now accepts `--allow-root=PATH' options. 26 * `cvs import' no longer attempts to send CVS metadata to the server. 28 * `cvs import' makes more of an effort not to import paths containing files 31 * The CVS server will no longer allow clients to run `cvs init'. 38 that could occur when "." was in the path (e.g. `cvs co /cvsroot/./module') 74 * `cvs rtag' now correctly tags files that have been removed from the trunk. 117 * `cvs diff' no longer splits its arguments on spaces. 124 about corrupt history records when using the `cvs history' command. Existing [all …]
|
| D | TODO | 7 39. Think about a version of "cvs update -j" which remembers what from 27 new module format -- consider a cvs command front-end to 59 98. If diff3 bombs out (too many differences) cvs then thinks that the file 70 104. cvs should recover nicely on unreadable files/directories. 72 105. cvs should have administrative tools to allow for changing permissions 73 and modes and what not. In particular, this would make cvs a 85 108. If someone creates a whole new directory (i.e. adds it to the cvs 87 the same name, when you do your cvs update -d it SILENTLY does 89 certainly, it did *not* abort my cvs update, as it would have if the 95 cvs get * [all …]
|
| D | BUGS | 1 See the Cederqvist manual (cvs.texinfo) for information on how to 7 inaccuracies, please let bug-cvs know as described in the Cederqvist 50 * The -m option to "cvs add" does not work with client/server CVS. 55 * cvs update walks into a user's work directory if there's a directory 62 To: info-cvs@prep.ai.mit.edu 67 mycroft@duality [1]; cvs diff -C2 '-D1 day ago' -Dnow 68 cvs server: Diffing . 69 cvs server: Diffing DB 70 cvs [server aborted]: could not chdir to DB: No such file or directory
|
| /freebsd-9-stable/contrib/binutils/ |
| D | FREEBSD-upgrade | 6 cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/src login 9 cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/src \ 11 cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/src \ 33 cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/src \ 38 ``cvs add''. And please remember to adjust the contents of "FREEBSD-Xlist" 44 cvs import src/contrib/binutils FSF binutils_2_12_anoncvs_20020221
|
| /freebsd-9-stable/contrib/cvs/tools/ |
| D | README | 2 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 The following CVS site has a page about pcl-cvs:
|
| /freebsd-9-stable/gnu/lib/libregex/ |
| D | FREEBSD-upgrade | 7 cvs -z 9 -d :pserver:anoncvs@sources.redhat.com:/cvs/glibc login 9 cvs -z 9 -d :pserver:anoncvs@sources.redhat.com:/cvs/glibc \ 18 cvs import src/gnu/lib/libregex FSF fedora-glibc-2_3_4-21
|
| /freebsd-9-stable/usr.sbin/ctm/mkCTM/ |
| D | ctm_conf.cvs-cur | 3 set CTMname cvs-cur 7 set CTMmail ctm-cvs-cur-fast@freebsd.org 8 set CTMqueuemail ctm-cvs-cur@freebsd.org 9 set CTMqueue /home/ctm/queue/ctm-cvs-cur
|
| /freebsd-9-stable/gnu/usr.bin/rcs/ |
| D | REFS | 19 <http://www.winternet.com/~zoo/cvs/FAQ.txt> 41 cvs-N-tar.gz 54 <http://www.winternet.com/~zoo/cvs/> 55 <http://www.loria.fr/~molli/cvs-index.html> 58 <ftp://prep.ai.mit.edu/pub/gnu/cvs-1.3.tar.gz> 61 <ftp://ftp.delos.com/pub/cvs/alpha/cvs-1.4A2.tar.gz> 68 <ftp://ftp.cyclic.com/pub/cvs/>
|
| /freebsd-9-stable/share/doc/psd/28.cvs/ |
| D | Makefile | 3 VOLUME= psd/28.cvs 4 SRCS= cvs-paper.ms 8 SRCDIR= ${.CURDIR}/../../../../contrib/cvs/doc
|
| /freebsd-9-stable/contrib/cvs/src/ |
| D | Makefile.am | 29 bin_PROGRAMS = cvs program 90 cvs.h \ 128 $(SHELL) $(srcdir)/sanity.sh `pwd`/cvs$(EXEEXT) 132 $(SHELL) $(srcdir)/sanity.sh -r `pwd`/cvs$(EXEEXT)
|
1234567