summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cvs.1
AgeCommit message (Collapse)Author
2015-12-24more e-mail -> emailmmcc
2011-03-26- note that -T overrides TMPDIR, and a few other tweaks;Jason McIntyre
from Michael W. Bombardieri -T stuff verified by nicm
2010-09-03add an EXIT STATUS section for /usr/bin;Jason McIntyre
2009-06-06Sync some rcsdiff changes to cvsdiff. As a side effect,Ray Lai
cvs diff -t now works. There should be no functional change otherwise. OK millert
2009-04-28tweak previous;Jason McIntyre
2009-04-28support some additional diff options: -a, -b, -d, -wStuart Henderson
ok joris@
2009-03-25-q hasnt been the default verbosity mode in ages.Joris Vink
2008-02-26kill some first-person wording; help from jmcTheo de Raadt
2008-02-11bump Mdocdate for pages committed in "febuary", necessary becauseJason McIntyre
of a typo in rcs.c;
2008-02-02Zap trailing whitespaces.Xavier Santolaria
2008-02-02Missed one annotate -> rannotate in sysnopsis.Xavier Santolaria
2008-02-02Add `rlog' bits.Xavier Santolaria
2008-02-02Sync `rannotate' synopsis. r* commands work on repository modules.Xavier Santolaria
2008-02-02Add `rannotate' bits. Requested by tobias@.Xavier Santolaria
2007-08-06the ellipsis is not an optional argument; while here, sync the usageIgor Sobrado
and synopsis of commands lots of good ideas by jmc@ ok jmc@
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-27Revert, we dealt with the -x flag in the past. jmc suddenlyRay Lai
remembered we had created a separate section for compatibility flags. Oh well, two free commits. OK jmc@
2007-05-27Mention -x flag (for compatibility only). From Tobias Stoeckmann.Ray Lai
Input and OK jmc@
2007-05-22Note that the global -x option is kept for compatibility (for now) and hasXavier Santolaria
no effect.
2007-04-30- checkout from a read-only repository implies -l.Xavier Santolaria
- -V and -Q are mutually exclusive, -Q takes precedence if both are specified though. initial diff from Tobias Stoeckmann, tweaks by jmc@.
2007-04-24replace D, D1 and D2 by date, date1 and date2 respectively;Igor Sobrado
date1<date2 implies date2>date1, not date2<date1 ok by jmc@, niallo@ and xsa@
2007-04-24changes "Usage" to "usage"; sorts options list in cvs history;Igor Sobrado
the argument to -z is tz, not timezone; argument names to flags should use lowercase letters; cvs's usage() output should fit on a 80-column display ok by jmc@, niallo@ and xsa@
2007-04-14put cvs(1)'s FILES, cvsignore(5), cvsrc(5), and cvswrappers(5)Jason McIntyre
into a single file, cvs(5), dedicated to cvs file formats; this will trim cvs(1) a little, and stop us having a hundred cvs pages; ok xsa
2007-04-13- document server temporary directoryXavier Santolaria
- sort FILES OK jmc@.
2007-03-21Document the CVSROOT/config file; input and OK's niallo@ jmc@.Xavier Santolaria
2007-02-06sort options;Jason McIntyre
2007-01-15document `update -C'.Xavier Santolaria
2006-12-11Permit checkout from a read-only repository using the -R global optionXavier Santolaria
or using the CVSREADONLYFS environment variable. Request/test/ok todd@. Man page bits courtesy of jmc@.
2006-11-28we will never support pserver, so do not bother documentingXavier Santolaria
login/logout commands, nor mark them as supported.
2006-06-28use quiet mode (-q) by default and add a flag -V for the old "verbose"Reyk Floeter
mode. if you really need to know all the details (the old GNU'ish behaviour), use -V or even -t for tracing. ok joris@
2006-06-04sync exit status bits with reality.Xavier Santolaria
2006-04-27document revisions and state; ok xsaJason McIntyre
2006-04-19move the keyword substitution section from cvs(1) to rcs(1):Jason McIntyre
this keeps the docs correct, and according to xsa is the correct place for it anyway... ok xsa niallo
2006-02-10forgot to document CVS/Baserev.tmp, so here it is.Xavier Santolaria
2006-02-10document CVS/Entries.Backup, CVS/Notify.tmp and CVS/Template files.Xavier Santolaria
OK jmc@.
2006-01-27CVS_EX_BADROOT return code is not worth keeping;Xavier Santolaria
2006-01-06mark up fix;Jason McIntyre
2006-01-06restructure the section on cvs sub-commands: make each commandJason McIntyre
a sub-section, and put the command usage in an indented display; this removes the problem of line split on complicated usage, and makes the usage itself much easier to maintain (no mark up to worry about). page looks nicer too ;) ok joris xsa
2005-09-07more stuffs for the CVS/Tag file; input+ok jmc@.Xavier Santolaria
2005-08-24checkout -D also implies -P; ok jmc@.Xavier Santolaria
2005-08-23cvs does not remove directories unless it's empty and thatXavier Santolaria
the checkout or update commands are used with the -P option. "go ahead and commit" jmc@.
2005-08-23preceeded -> precededJason McIntyre
2005-08-22document $CVSROOT/CVSROOT/history file; ok jmc jorisXavier Santolaria
2005-08-17document CVS/* files; input+ok jmcXavier Santolaria
2005-08-10- we do not need a .Pp before a normal listJason McIntyre
- but we do need .Bk/.Ek in SYNOPSIS
2005-08-10add global -w option and document it; ok jmc jorisXavier Santolaria
2005-08-09oops: occured -> occurredJason McIntyre
2005-08-09add DIAGNOSTICS section about utility return codes;Xavier Santolaria
input/ok jmc, ok jfb joris.
2005-08-08.Xr cvswrappers 5Xavier Santolaria
2005-08-04better wording, from jfb@. Ok jmc@.Xavier Santolaria