/contrib/cvs/doc/ChangeLog
#! | 4762 lines | 3152 code | 1610 blank | 0 comment | 0 complexity | 207330f46a7b5a0e3c564ddbcebd7c5f MD5 | raw file
Large files files are truncated, but you can click here to view the full file
12008-03-10 Mark D. Baushke <mdb@gnu.org> 2 3 * cvs.texinfo (config): Document the IgnoreUnknownConfigKeys 4 option. 5 62008-01-27 Mark D. Baushke <mdb@gnu.org> 7 8 * cvs.texinfo: Document use of --with-ssh flag to configure and 9 how :extssh: uses the CVS_SSH environment variable or "ssh". 10 * stamp-vti, version.texi: Regenerated. 11 12 * cvs.texinfo: Update copyright for 2008. 13 142008-01-24 Mark D. Baushke <mdb@gnu.org> 15 16 * cvs.texinfo (log options): Document the new cvs log -n 17 switch to reverse the -N switch. 18 * cvs.texinfo (annotate & rannotate): Document "blame" as a 19 synonym for the "annotate" command. 20 (Patch suggested by "David O'Brien" <obrien@FreeBSD.org>) 21 22 * cvs.1, stamp-1, stamp-vti, version-client.texi, version.texi: 23 Regenerated. 24 252007-05-07 Derek Price <derek@ximbiot.com> 26 27 * cvsclient.text: Remove references to remote `init' command. 28 292006-08-25 Derek Price <derek@ximbiot.com> 30 31 * cvsclient.texi (Requests, Responses): Remove reference to the 32 obsolete checkin & update programs. 33 342006-08-21 Derek Price <derek@ximbiot.com> 35 36 * cvs.texinfo (man page nodes): Tweak grammar, especially refs. 37 (Original patch from Kevin R. Bulgrien <kbulgrien@att.net>.) 38 39 * mkman.pl (do_keyword): Process ref and p?xref differently. 40 (Original patch from Kevin R. Bulgrien <kbulgrien@att.net>.) 41 422006-08-11 Mark D. Baushke <mdb@gnu.org> 43 44 * cvs.texinfo, cvsclient.texi: Fix some typos. 45 (inspired by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>) 46 472006-07-16 Derek Price <derek@ximbiot.com> 48 49 * cvs.texinfo (File permissions): Correct punctuation. 50 512006-07-11 Larry Jones <lawrence.jones@ugs.com> 52 53 * cvs.texinfo (log options): -b is a revision selection option, not 54 a header field option. 55 562006-06-22 Larry Jones <lawrence.jones@ugs.com> 57 58 * cvs.texinfo (user-defined logging, Informing others): Remove 59 references to the obsolete -i module option. 60 612006-06-08 Derek Price <derek@ximbiot.com> 62 63 * cvsclient.texi (Requests): Add Empty-conflicts. 64 652006-03-20 Mark D. Baushke <mdb@gnu.org> 66 67 [patch #4965] 68 * cvs.texinfo (Sticky tags, Merging and keywords) 69 (checkout options, update options): The -A switch 70 does not reset sticky -k options on modified files. 71 * cvs.1, stamp-1, stamp-vti, version.texi: Regenerated. 72 732006-02-28 Derek Price <derek@ximbiot.com> 74 75 * cvs.texinfo (Editing administrative files): Import changes from Wiki. 76 772005-12-09 Derek Price <derek@ximbiot.com> 78 79 [patch #4634] 80 * cvsclient.texi (Root request): Clarify. 81 822005-11-10 Larry Jones <lawrence.jones@ugs.com> 83 84 * cvs.texinfo (Common options): -n no longer applies to commit. 85 (commit): Remove reference to the defunct -n option. 86 * cvs.1, stamp-vti, version.texi: Regenerated 87 882005-10-12 Derek Price <derek@ximbiot.com> 89 90 * cvs.texinfo: Remove text that created unintentional cross-references 91 in generated info files. 92 932005-10-04 Derek Price <derek@ximbiot.com> 94 95 * cvs.texinfo: s/visa versa/vice versa/. (From Wiki.) 96 972005-09-26 Derek Price <derek@ximbiot.com> 98 99 * Makefile.am (cvs-paper.ps, cvs-paper.pdf): Remove implicit sources. 100 Add comments about why implicit rules won't work for these targets. 101 Make sure the distributed cvs-paper.pdf is created in $(srcdir). Make 102 cvs-paper.pdf directly from cvs-paper.ms to avoid building it just 103 because cvs-paper.ps is missing. 104 105 * Makefile.am (EXTRA_DIST): Restore PDFs. 106 * cvs-paper.ps: Removed. 107 * texinfo.tex: Update from GNULIB. 108 1092005-09-25 Derek Price <derek@ximbiot.com> 110 111 * Makefile.am (doc): Finish removing PSs. 112 113 * Makefile.am (EXTRA_DIST): Remove PDFs too until errors go away. 114 115 * Makefile.am (EXTRA_DIST): Dist PDFs rather than PSs. 116 1172005-09-22 Larry Jones <lawrence.jones@ugs.com> 118 119 * cvs.texinfo (rdiff options): Document -k. 120 * cvs.1, stamp-vti, version.texi: Regenerated. 121 1222005-09-20 Larry Jones <lawrence.jones@ugs.com> 123 124 * cvs.texinfo: Move summary and detail contents to the front 125 where they belong. 126 1272005-09-14 Derek Price <derek@ximbiot.com> 128 129 * Makefile.am: s#cvs.1#$(srcdir)/cvs.1#. 130 1312005-09-11 Larry Jones <lawrence.jones@ugs.com> 132 133 * cvs.texinfo (Common options): Note that -r branch for a revision 134 means the head of the branch. 135 1362005-09-10 Larry Jones <lawrence.jones@ugs.com> 137 138 * cvs.texinfo (Error messages): Add suggested messages. 139 1402005-09-09 Larry Jones <lawrence.jones@ugs.com> 141 142 * cvs.texinfo (Error messages): Add signal 11 message. 143 1442005-09-01 Derek Price <derek@ximbiot.com> 145 146 * cvs.man.footer: Update links. 147 1482005-09-01 Derek Price <derek@ximbiot.com> 149 150 * cvs.texinfo: Update links and email addresses. 151 1522005-08-29 Derek Price <derek@ximbiot.com> 153 154 * cvs.texinfo (From scratch): Add checkout to import example, from 155 wiki. 156 1572005-08-29 Derek Price <derek@ximbiot.com> 158 159 * cvs.texinfo (Removing directories): Correct grammar, from wiki. 160 1612005-08-29 Derek Price <derek@ximbiot.com> 162 163 * cvs.texinfo (From scratch): Clarify note on `cvs add', inspired from 164 wiki. 165 1662005-08-22 Derek Price <derek@ximbiot.com> 167 168 Address bug #13882, submitted by Fred Maranhao. 169 * cvs.texinfo (log options, admin options, Invoking CVS): Add cross 170 references for clarity about possible states. 171 1722005-08-22 Derek Price <derek@ximbiot.com> 173 174 * cvs.texinfo (Updating a file): Add note about update -d, inspired by 175 wiki. 176 1772005-08-12 Derek Price <derek@ximbiot.com> 178 179 * cvs.texinfo (What is CVS?): Rephrase for clarity, imported from 180 Wiki. 181 1822005-08-02 Derek Price <derek@ximbiot.com> 183 184 * cvs.texinfo (What is CVS?, BUGS): s/cvshome/nongnu/. Remove 185 obsolete Pascal Molli link. 186 1872005-06-22 Derek Price <derek@ximbiot.com> 188 189 * cvs.texinfo (Builds): Update Gunnar Tornblom's email at his request. 190 1912005-05-03 Derek Price <derek@ximbiot.com> 192 193 * cvsclient.texi (Goals): Remove typo. Resolves cvshome issue #236. 194 1952005-05-03 Derek Price <derek@ximbiot.com> 196 197 * cvs.texinfo (Creating a repository): Provide xref to the remote 198 repositries section. Resolves issue #203 on cvshome.org. 199 2002005-05-03 Derek Price <derek@ximbiot.com> 201 202 * cvs.texinfo (Moving directories): Clarify instructions on renaming a 203 directory. Partially resolves issue #246 on cvshome.org. 204 2052005-05-03 Derek Price <derek@ximbiot.com> 206 207 * cvs.texinfo (update output): Use "working directory" in place of 208 "source" for clarity. Closes issue #245 on cvshome.org. 209 2102005-04-28 Derek Price <derek@ximbiot.com> 211 212 * mkman.pl: Minor changes to accomodate Perl 5.8.4. Improve 213 commenting. 214 ($nk, $ret, $debug): New globals. 215 (debug_print): New function. 216 2172005-04-14 Derek Price <derek@ximbiot.com> 218 219 * cvs.texinfo (Administrative files): Add "Trigger Scripts" node to 220 the menu. 221 (Trigger Scripts, Trigger Script Security): New nodes. 222 (syntax): Move under Trigger scripts node. 223 (commit files, taginfo): Rewrite to reference Trigger Script node. 224 2252005-04-06 Derek Price <derek@ximbiot.com> 226 227 * Makefile.am (MAINTAINERCLEANFILES): Add cvs.1. 228 (cvs.1): Create intermediate file so that the original isn't emptied on 229 error. 230 2312005-01-31 Derek Price <derek@ximbiot.com> 232 233 * Makefile.am, cvs.man.header, cvs.texinfo: Update copyright notices. 234 2352005-01-29 Derek Price <derek@ximbiot.com> 236 237 * cvs.texinfo (log options): Note quirky interaction of log options. 238 (Suggestion from Dan Peterson <dbpete@aol.com>.) 239 2402004-10-29 Mark D. Baushke <mdb@cvshome.org> 241 242 * cvs.texinfo (Common options): The -r TAG option works with 243 the cvs annotate command. 244 (Original patch from Ville Skytta <scop@cvshome.org>.) 245 2462004-09-25 Derek Price <derek@ximbiot.com> 247 248 * mkman.in: Move to... 249 * mkman.pl: ...here. 250 * Makefile.am (cvs.1): mkman is in build dir, not src dir. 251 2522004-07-17 Derek Price <derek@ximbiot.com> 253 254 * cvs.texinfo (Update imports, import): Add notes on requirement that 255 release tags be unique. 256 (Original patch from Ilya N. Golubev <gin@mo.msk.ru>.) 257 2582004-06-10 Derek Price <derek@ximbiot.com> 259 260 * cvs.texinfo (commit files): Remove reference to the obsolete -i 261 module option. 262 2632004-05-28 Derek Price <derek@ximbiot.com> 264 265 * cvs.texinfo (Global options): Remove reference to global -l option. 266 (Report from Kevin Bulgrien <Kevin.Bulgrien@TriPointGlobal.com>.) 267 2682004-05-14 Mark D. Baushke <mdb@cvshome.org> 269 270 * cvs.texinfo: Fix makeinfo error. 271 272 * cvs.texinfo (Adding files): Minor cleanup. 273 (Using keywords): Minor cleanup. 274 (annotate): Move into the manual section, split into three nodes. 275 (annotate options): New node. 276 (annotate example): New node. 277 (based on patch from Steve McIntyre <steve@einval.com>.) 278 (Locks, GSSAPI authenticated): Minor cleanup. 279 (Sticky tags): Clarify operation. 280 (Locks): Spelling fix. 281 (Merging adds and removals): Ditto. 282 (Invoking CVS): Ditto 283 (Builds): Grammar fix. 284 (Line group formats): Ditto 285 (Line group formats, Line formats): Ditto 286 (commit files): Ditto. 287 * cvs.1, stamp-vti, version.texi: Regenerated 288 2892004-05-12 Derek Price <derek@ximbiot.com> 290 291 * mkman.in: Clarify status messages. 292 2932004-05-10 Derek Price <derek@ximbiot.com> 294 295 * mkman.in: Organize & tidy comments. Check for unprocessed texinfo 296 commands. Output better error messages on finding unprocessed texinfo 297 commands. 298 (do_keyword, keyword_mode): Accept $file argument for error messages. 299 3002004-05-06 Derek Price <derek@ximbiot.com> 301 302 * mkman.in: Require Perl 5.005. Add comments. Remove duplicate s///. 303 Handle @:. 304 3052004-05-06 Derek Price <derek@ximbiot.com> 306 307 * cvs.man.header: Minor text correction. 308 * mkman.in: Ignore @need keyword. Restore previous font for nested 309 keywords. 310 (do_keyword): Ditto on fonts. Move some functionality to... 311 (keyword_mode): ...this new function. 312 3132004-05-06 Derek Price <derek@ximbiot.com> 314 315 * mkman.in: Handle keywords that cross multiple lines. 316 (do_keyword): New function. 317 3182004-05-04 Derek Price <derek@ximbiot.com> 319 320 * cvs.man.header, cvs.man.footer: Reference `info CVS' rather than 321 `info cvs' to send users to the top node. 322 3232004-05-03 Derek Price <derek@ximbiot.com> 324 325 * Makefile.am: mkman is built in the build dir, not $(srcdir). 326 (Report from Mark D. Baushke <mdb@cvshome.org>.) 327 3282004-05-03 Derek Price <derek@ximbiot.com> 329 330 * HACKING.DOCS: Fix spelling error. Add reference for @strong. 331 (Report from Mark D. Baushke <mdb@cvshome.org>.) 332 333 * HACKING.DOCS: Note dependency on `makeinfo' 3.11 & greater. 334 3352004-04-30 Derek Price <derek@ximbiot.com> 336 337 * mkman.in: Handle single quotes better. Parse out some redundancy 338 from node and section names. 339 * cvs.man.footer: Replace some quotes with the usual bold font. 340 Reformat links in the SEE ALSO section. 341 * cvs.1: Regenerated. 342 3432004-04-30 Derek Price <derek@ximbiot.com> 344 345 * mkman.in: Handle examples better. Protect a few more characters. 346 * cvs.1, stamp-vti, version.texi: Regenerated. 347 3482004-04-30 Derek Price <derek@ximbiot.com> 349 350 * cvs.man.header: Add copyright notice. 351 * cvs.1: Regenerated. 352 3532004-04-30 Derek Price <derek@ximbiot.com> 354 355 * mkman.in: Add copyright and license notice. 356 3572004-04-30 Derek Price <derek@ximbiot.com> 358 359 * mkman.in: Handle @@. 360 * cvs.1: Regenerated. 361 3622004-04-30 Derek Price <derek@ximbiot.com> 363 364 First pass at closing issue #3 on cvshome.org. 365 * .cvsignore: Ignore mkman. 366 * cvs.1, mkman.in, cvs.man.header, cvs.man.footer: New files. 367 * cvs.texinfo: Add cut tags for mkman. 368 * Makefile.in (man_MANS): Add cvs.1. 369 (EXTRA_DIST): Add cvs.man.header & cvs.man.footer. 370 (cvs.1, mkman): New targets. 371 * Makefile.in: Regenerated. 372 3732004-04-23 Derek Price <derek@ximbiot.com> 374 375 * cvs.texinfo: Update years in Copyright. 376 * stamp-vti, version.texi: Regenerated. 377 3782004-04-21 Derek Price <derek@ximbiot.com> 379 380 * cvs.texinfo: Use splitrcskeyword macro consistently in a failed 381 attempt to avoid a warning during PDF generation. 382 * stamp-vti, version.texi: Regenerated. 383 3842004-04-18 Derek Price <derek@ximbiot.com> 385 386 * cvs.texinfo: Various spelling, typo, and capitalization fixes. 387 (Patch from Ville Skyttä <scop@cvshome.org>.) 388 3892004-04-06 Larry Jones <lawrence.jones@ugsplm.com> 390 391 * cvs.texinfo (Assigning revisions): Note that client/server mode 392 only considers files sent to the server to determine the major 393 revision for new files. 394 (Reported by Krzysztof GORBIEL <Krzysztof_GORBIEL@raiffeisen.pl>.) 395 * stamp-vti, version.texi: Regenerated. 396 3972004-03-15 Derek Price <derek@ximbiot.com> 398 399 * stamp-vti, version.texi: Regenerated. 400 4012004-03-11 Larry Jones <lawrence.jones@ugsplm.com> 402 403 * cvs.texinfo (loginfo, Error messages): Note that not reading all of 404 the log info can result in a broken pipe signal. 405 (Reported by Steven Nicoloso <spn@nwmail.wh.lucent.com>.) 406 * stamp-vti, version.texi: Regenerated. 407 4082004-02-04 Derek Price <derek@ximbiot.com> 409 410 * cvs.texinfo (File Permissions): Clarify index entry. 411 * stamp-vti, version.texi: Regenerated. 412 4132004-01-22 Derek Price <derek@ximbiot.com> 414 415 * stamp-vti, version.texi: Regenerated. 416 4172004-01-08 Larry Jones <lawrence.jones@ugsplm.com> 418 419 * cvs.texinfo (user-defined logging): Move taginfo stuff from here... 420 (Administrative files): ...to its own node under here. 421 4222003-12-18 Derek Price <derek@ximbiot.com> 423 424 * stamp-1, stamp-vti, version-client.texi, version.texi: Regenerated 425 for 1.11.11.1. 426 4272003-12-18 Derek Price <derek@ximbiot.com> 428 429 * stamp-1, stamp-vti, version-client.texi, version.texi: Regenerated 430 for 1.11.11. 431 4322003-12-05 Derek Price <derek@ximbiot.com> 433 434 * stamp-1, stamp-vti, version-client.texi, version.texi: Regenerated. 435 4362003-12-04 Derek Price <derek@ximbiot.com> 437 438 * stamp-1, stamp-vti, version-client.texi, version.texi: Regenerated 439 for 1.11.10.1. 440 4412003-12-04 Derek Price <derek@ximbiot.com> 442 443 * stamp-1, stamp-vti, version-client.texi, version.texi: Regenerated 444 for 1.11.10. 445 4462003-11-18 Derek Price <derek@ximbiot.com> 447 448 * stamp-vti, version.texi: Regenerated. 449 4502003-11-13 Larry Jones <lawrence.jones@eds.com> 451 452 * cvs.texinfo (Reverting local changes): Use the same vendor tag 453 in the admin command as was used in the previous import commands. 454 4552003-11-10 Derek Price <derek@ximbiot.com> 456 457 * stamp-vti, version.texi: Regenerated. 458 4592003-11-07 Mark D. Baushke <mdb@cvshome.org> 460 461 * cvs.texinfo (CVS commands): Fix typo. 462 (FreeBSD PR docs/58669 reported by Ceri Davies <ceri@FreeBSD.org>.) 463 4642003-10-30 Derek Price <derek@ximbiot.com> 465 466 * stamp-vti, version.texi: Regenerated. 467 4682003-10-30 Derek Price <derek@ximbiot.com> 469 470 * cvs.texinfo (File permissions, Error messages): Add index entries for 471 CVSROOT/val-tags file. 472 4732003-10-21 Derek Price <derek@ximbiot.com> 474 475 * cvs.texinfo: Note gnu.cvs.* usenet mirrors of the email lists. 476 (Suggestion from Paul Edwards, from somewhere in Australia.) 477 478 * cvs.texinfo: Put email addresses in @email{} tags and URLs in @url{} 479 tags rather than relying on markup like @code{}. 480 * stamp-vti, version.texi: Regenerated. 481 4822003-10-14 Derek Price <derek@ximbiot.com> 483 484 * stamp-vti, version.texi: Regenerated. 485 4862003-10-14 Derek Price <derek@ximbiot.com> 487 488 Port to pedantic POSIX 1003.1-2001 hosts, such as Debian GNU/Linux 489 testing with _POSIX2_VERSION=200112 in the environment. 490 491 * cvs.texinfo: Suggest 'sed 1q', not 'head -1'. 492 (Patch from Paul Eggert <eggert@twinsun.com>.) 493 4942003-10-10 Derek Price <derek@ximbiot.com> 495 496 * stamp-1, stamp-vti, version-client.texi, version.texi: Regenerated 497 for 1.11.9.1. 498 4992003-10-10 Derek Price <derek@ximbiot.com> 500 501 * stamp-1, stamp-vti, version-client.texi, version.texi: Regenerated 502 for 1.11.9. 503 5042003-10-06 Derek Price <derek@ximbiot.com> 505 506 * cvsclient.texi (Requests): Add recommendation to client developers to 507 avoid the `Case' request. 508 * stamp-1, version-client.texi: Regenerated. 509 5102003-10-02 Derek Price <derek@ximbiot.com> 511 512 * stamp-1, stamp-vti, version-client.texi, version.texi: Regenerated 513 for 1.11.8.1. 514 5152003-10-02 Derek Price <derek@ximbiot.com> 516 517 * stamp-1, stamp-vti, version-client.texi, version.texi: Regenerated 518 for 1.11.8. 519 5202003-09-29 Derek Price <derek@ximbiot.com> 521 522 * stamp-1, stamp-vti, version-client.texi, version.texi: Regenerated 523 for 1.11.7.1. 524 5252003-09-29 Derek Price <derek@ximbiot.com> 526 527 * stamp-1, stamp-vti, version-client.texi, version.texi: Regenerated 528 for 1.11.7. 529 5302003-09-12 Derek Price <derek@ximbiot.com> 531 532 * cvs.texinfo (checkoutlist): Document the error messages which may be 533 specified in this file. 534 * stamp-vti, version.texi: Regenerated. 535 5362003-08-27 Larry Jones <lawrence.jones@eds.com> 537 538 * cvs.texinfo (history options): Note the 'P' record type which 539 has been around for a long time but never actually appeared in 540 the history file due to bugs in the code. 541 (Invoking CVS): Ditto. 542 (config): Ditto. 543 * stamp-vti, version.texi: Regenerated. 544 5452003-08-07 Derek Price <derek@ximbiot.com> 546 547 * .cvsignore: Ignore {cvs,cvsclient}.txt. 548 5492003-08-07 Derek Price <derek@ximbiot.com> 550 551 * cvs.texinfo: Use the @dircategory and @direntry commands from texinfo 552 rather than rolling our own. 553 554 * stamp-vti, version.texi: Regenerated. 555 5562003-08-07 Derek Price <derek@ximbiot.com> 557 558 * Makefile.am (POSTSCRIPTS): Rename to... 559 (PSS): ...to sync with and override Automakes default targets. 560 (PDFS): Reorder to match PSS. 561 (SUFFIXES): Remove .pdf and .aux. 562 (cvs.aux, cvs.pdf, cvsclient.aux, cvsclient.pdf): Remove these targets. 563 .aux weren't being generated anyhow and .pdf no longer need to be 564 supplied explicitly. 565 (cvs-paper.pdf: cvs-paper.ps): Provide ps2pdf rule explicitly. 566 (.{texinfo,texi,txy}.pdf): Remove these suffix rules - they are now 567 provided by Automake. 568 5692003-08-06 Derek Price <derek@ximbiot.com> 570 571 * Makefile.am (CLEANFILES): Move... 572 (MOSTLYCLEANFILES): ...here and drop PDFs since this is where Automake 573 cleans PDFs & PSs by default. 574 (MAINTAINERCLEANFILES): Clean all PostScripts even though they will 575 have been removed in mostlyclean. That is a bug in Automake. 576 (doc): Depend on info & ps. 577 (pdf, ps): Removed in favor of Automake's default targets for these 578 types. 579 (cvsclient.* targets): Depened on version-client.texi. 580 (cvs-paper.pdf): Remove in favor of Automake's default target. 581 (.{texinfo,texi,txi}.{pdf,txt}): Update these targets based on 582 Automake's similar treatment of dvi, ps, and info targets. 583 * .cvsignore: Add cvs.tmp, a `make pdf' generated file. 584 585 * Makefile.in: Regenerated. 586 5872003-07-18 Derek Price <derek@ximbiot.com> 588 589 * cvs.texinfo: Put a few errant references to bug-cvs inside @code{} 590 for consistancy. 591 5922003-07-18 Derek Price <derek@ximbiot.com> 593 594 * cvs.texinfo: Update WARNINGs and Notes for a more consistent 595 appearance. Remove some obsolete comments. 596 * stamp-vti: Regenerated. 597 * version.texi: Regenerated. 598 5992003-07-12 Larry Jones <lawrence.jones@eds.com> 600 601 * cvs.texinfo (Binary howto): Add note about how to determine whether 602 a file is marked as binary or not. 603 (Suggested by Erik Sigra <sigra@home.se>.) 604 * stamp-vti: Regenerated. 605 * version.texi: Regenerated. 606 6072003-06-23 Derek Price <derek@ximbiot.com> 608 609 * stamp-vti: Regenerated. 610 * version.texi: Ditto. 611 6122003-06-16 Derek Price <derek@ximbiot.com> 613 614 * cvs.texinfo (splitrcskeyword): New macro, now that @ifhtml will work 615 properly with texi2html (as of version 1.68), to cause output HTML to 616 contain <i></i> where we used to have @asis{} and prevent RCS keyword 617 substitution in generated HTML. 618 (Original patch from Patrice Dumas <dumas@centre-cired.fr>.) 619 6202003-06-11 Derek Price <derek@ximbiot.com> 621 622 * cvs.texinfo (Invoking CVS): Remove `-P' from the list of `cvs export' 623 options. 624 (Patch from Alexander Taler <dissent@cvshome.org>.) 625 6262003-06-11 Derek Price <derek@ximbiot.com> 627 628 * cvs.texinfo (Top): Remove out-of-date (by at least 5 years) comment. 629 (Patch from Alexander Taler <dissent@cvshome.org>.) 630 6312003-05-27 Derek Price <derek@ximbiot.com> 632 633 * cvs.texinfo: Consolidate copyright notices into a single macro that 634 is called elsewhere to avoid needing three of them. Update copyright 635 notice. 636 (BUGS): Suggest Ximbiot rather than the defunct Signum Support as CVS 637 consultants. 638 639 * stamp-vti: Regenerated. 640 * version.texi: Ditto. 641 6422003-05-26 Derek Price <derek@ximbiot.com> 643 644 * stamp-1: Regenerated for 1.11.6.1. 645 * stamp-vti: Ditto. 646 * version-client.texi: Ditto. 647 * version.texi: Ditto. 648 6492003-05-25 Derek Price <derek@ximbiot.com> 650 651 * stamp-1: Regenerated for 1.11.6. 652 * stamp-vti: Ditto. 653 * version-client.texi: Ditto. 654 * version.texi: Ditto. 655 6562003-05-21 Derek Price <derek@ximbiot.com> 657 658 * Makefile.in: Regenerate with Automake version 1.7.5. 659 6602003-04-28 Derek Price <derek@ximbiot.com> 661 662 * cvs.texinfo (Working directory storage, Module options, Module 663 program options): Remove references to Checkin.prog and Update.prog. 664 (commit options): Remove reference to -n option. 665 666 * stamp-vti: Regenerated. 667 * version.texi: Ditto. 668 6692003-04-10 Larry Jones <lawrence.jones@eds.com> 670 671 * Makefile.in: Regenerated. 672 6732003-03-26 Derek Price <derek@ximbiot.com> 674 675 * stamp-vti: Regenerated. 676 * version.texi: Ditto. 677 6782003-03-25 Larry Jones <larry.jones@sdrc.com> 679 680 * cvs.texinfo (Server temporary directory): Reorder list of places 681 to match code. 682 (Connection): Add additional example error message and note about 683 firewall software. 684 * stamp-vti: Regenerated. 685 * version.texi: Ditto. 686 6872003-03-24 Derek Price <derek@ximbiot.com> 688 689 * Makefile.am: Update copyright notice. 690 691 * Makefile.in: Regenerated. 692 6932003-03-06 Derek Price <derek@ximbiot.com> 694 695 * cvs.texinfo (What is CVS?): Correct date of first post of CVS by 696 Dick Grune from December to July based on the archive posted on 697 Google: 698 <http://groups.google.com/groups?q=Grune+cvs+group:mod.sources.*&hl=en&lr=&ie=UTF-8&selm=122%40mirror.UUCP&rnum=2>. 699 (Thanks to David A Wheeler <dwheeler@dwheeler.com>.) 700 701 * stamp-vti: Regenerated. 702 * version.texi: Ditto. 703 7042003-03-05 Mark D. Baushke <mdb@cvshome.org> 705 706 * cvs.texinfo (CVS_LOCAL_BRANCH_NUM): Backout CVS_LOCAL_BRANCH_NUM 707 feature. 708 709 * cvs.texinfo (CVS_LOCAL_BRANCH_NUM): Document new environment 710 variable. 711 7122003-02-27 Derek Price <derek@ximbiot.com> 713 714 * cvs.texinfo (Environment variables): Make the information on 715 CVS_CLIENT_PORT slightly clearer. 716 (Kerberos authenticated): XREF the Environment variables node. 717 718 * stamp-vti: Regenerated. 719 * version.texi: Ditto. 720 7212003-02-25 Derek Price <derek@ximbiot.com> 722 723 * Makefile.in: Regenerated. 724 * stamp-1: Ditto. 725 * version-client.texi: Ditto. 726 7272003-02-06 Derek Price <derek@ximbiot.com> 728 729 * cvs.texinfo (Working directory storage, Module options, 730 Module program options): Correct description of where Checkin.prog 731 and Update.prog are run. Provide more index entries and cross 732 references. Remove some FIXME comments. Add a FIXCVS THEN FIXME. 733 (Thanks to Art Manion at the CERT Coordination Center <cert@cert.org>.) 734 7352003-02-04 Derek Price <derek@ximbiot.com> 736 737 * cvs.texinfo (File status): Mention the "Unresolved Conflict" status 738 which was apparently and erroneously removed from the doc at some 739 point in the past. 740 7412003-02-03 Derek Price <derek@ximbiot.com> 742 743 * cvs.texinfo (Merging a branch): Mention the GCA as opposed to the 744 "branch point" as the implicit revision when merging a branch. 745 7462003-02-03 Derek Price <derek@ximbiot.com> 747 748 * cvs.texinfo (Remote repositories): :METHOD: is optional. 749 7502003-02-03 Derek Price <derek@ximbiot.com> 751 752 * cvs.texinfo (Committing your changes): Move index entries closer to 753 their corresponding references. 754 (Environment variables): Include $VISUAL in order of 755 preference. Add index entries. Reference Global options node. 756 (Variables): Change order of list to match the Env. Variables node 757 mentioned above. 758 759 * stamp-1: Regenerated. 760 * stamp-vti: Ditto. 761 * version-client.texi: Ditto. 762 * version.texi: Ditto. 763 7642003-02-14 Derek Price <derek@ximbiot.com> 765 766 * cvs.texinfo (Watch Information, Editing files, Getting Notified, 767 Setting a watch): Edit usage specs for correctness and uniformity. 768 (Sticky tags): Use ref rather than xref to avoid a warning from 769 makeinfo. 770 771 * stamp-vti: Regenerated. 772 * version.texi: Ditto. 773 7742003-01-23 Derek Price <derek@ximbiot.com> 775 776 * stamp-1: Regenerated. 777 * stamp-vti: Ditto. 778 * version-client.texi: Ditto. 779 * version.texi: Ditto. 780 7812003-01-22 Larry Jones <larry.jones@sdrc.com> 782 783 * cvs.texinfo (config): Correct LogHistory default (U was omitted). 784 7852003-01-16 Derek Price <derek@ximbiot.com> 786 787 * stamp-1: Regenerated for version (1.11.5). 788 * stamp-vti: Ditto. 789 * version-client.texi: Ditto. 790 * version.texi: Ditto. 791 7922003-01-16 Derek Price <derek@ximbiot.com> 793 794 * stamp-1: Regenerated for dev version (1.11.4.1). 795 * stamp-vti: Ditto. 796 * version-client.texi: Ditto. 797 * version.texi: Ditto. 798 7992002-12-28 Derek Price <derek@ximbiot.com> 800 801 * stamp-1: Regenerated for version 1.11.4. 802 * stamp-vti: Ditto. 803 * version-client.texi: Ditto. 804 * version.texi: Ditto. 805 8062002-12-27 Derek Price <derek@ximbiot.com> 807 808 * stamp-1: Regenerated for dev version 1.11.3.1. 809 * stamp-vti: Ditto. 810 * version-client.texi: Ditto. 811 * version.texi: Ditto. 812 8132002-12-27 Derek Price <derek@ximbiot.com> 814 815 * stamp-1: Regenerated. 816 * stamp-vti: Ditto. 817 * version-client.texi: Ditto. 818 * version.texi: Ditto. 819 8202002-11-18 Derek Price <derek@ximbiot.com> 821 822 * cvs.texinfo (commitinfo): Explain the environment of commands 823 run by commitinfo a little more fully. 824 (Original patch from Fred L. Drake, Jr. <fdrake@acm.org>.) 825 826 * cvs.texinfo: Change the wording of some of the commit index entries 827 for consistency and clarity. 828 * stamp-vti: Regenerated. 829 * version.texi: Ditto. 830 8312002-09-24 Derek Price <derek@ximbiot.com> 832 833 * Makefile.in: Regenerated using Automake 1.6.3. 834 8352002-09-24 Derek Price <derek@ximbiot.com> 836 837 * Makefile.in: Regenerated. 838 8392002-09-20 Derek Price <derek@ximbiot.com> 840 841 * stamp-vti: Regenerated. 842 * version.texi: Ditto. 843 8442002-08-16 Derek Price <derek@ximbiot.com> 845 846 * cvs.texinfo (Error messages): Update CVS_BADROOT notes to specify 847 new configure option instead. 848 849 * stamp-vti: Regenerated. 850 * version.texi: Ditto. 851 8522002-08-12 Derek Price <oberon@umich.edu> 853 854 * stamp-vti: Regenerated. 855 * version.texi: Ditto. 856 8572002-08-06 Derek Price <oberon@umich.edu> 858 859 * stamp-vti: Regenerated. 860 * version.texi: Ditto. 861 8622002-08-05 Derek Price <oberon@umich.edu> 863 864 * cvs.texinfo: Correct typo. 865 (Thanks to Chandra Mouleeswaran <chandra@openharbor.com>.) 866 8672002-04-30 Derek Price <oberon@umich.edu> 868 869 * Makefile.in: Regenerated with automake 1.6. 870 8712002-04-18 Derek Price <oberon@umich.edu> 872 873 * Makefile.am: Add FIXME comment about an automake bug. 874 * Makefile.in: Regenerated. 875 8762002-04-18 Derek Price <oberon@umich.edu> 877 878 * stamp-1: Regenerated for 1.11.2.1 version update. 879 * stamp-vti: Ditto. 880 * version-client.texi: Ditto. 881 * version.texi: Ditto. 882 8832002-04-17 Derek Price <oberon@umich.edu> 884 885 * stamp-vti: Regenerated. 886 * version.texi: Ditto. 887 8882002-04-17 Derek Price <oberon@umich.edu> 889 890 * cvs.texinfo: Add index entries for inetd and xinetd. 891 8922002-03-26 Derek Price <oberon@umich.edu> 893 894 * stamp-vti: Regenerated. 895 * version.texi: Ditto. 896 8972002-03-17 Larry Jones <larry.jones@sdrc.com> 898 899 * cvs.texinfo (log options): Add new -S option. 900 9012002-03-12 Larry Jones <larry.jones@sdrc.com> 902 903 * cvs.texinfo (diff options): Add missing menu for new subsections. 904 (Patch from Pavel Roskin <proski@gnu.org>.) 905 9062002-03-09 Larry Jones <larry.jones@sdrc.com> 907 908 * cvs.texinfo (Update imports): Suggest merging with two rel tags 909 instead of the branch tag and a date and explain why. 910 9112002-02-26 Larry Jones <larry.jones@sdrc.com> 912 913 * cvs.texinfo (diff options): Document all the diff options. 914 9152002-01-10 Larry Jones <larry.jones@sdrc.com> 916 917 * cvs.texinfo (log options): Update -r :: to match code changes. 918 (Variables): Document LOGNAME and USER environment variables. 919 9202001-12-03 Larry Jones <larry.jones@sdrc.com> 921 922 * cvs.texinfo (Invoking CVS): Add -F option for annotate and 923 rannotate. 924 9252001-11-28 Larry Jones <larry.jones@sdrc.com> 926 927 * cvs.texinfo (File permissions): Add note about SGID being required 928 on some systems. Add note about LockDir. 929 9302001-10-18 Derek Price <dprice@collab.net> 931 932 * Makefile.am: Add --batch to texi2dvi invocations. 933 (Thanks to Akim Demaille <akim@epita.fr> for the suggestion.) 934 935 * Makefile.in: Regenerated. 936 9372001-10-04 Larry Jones <larry.jones@sdrc.com> 938 939 * cvs.texinfo (Connecting via rsh): Add : between host name and 940 root directory in example since some versions of CVS require it. 941 (Reported by Trevor Jim <trevor@research.att.com>.) 942 9432001-09-14 Larry Jones <larry.jones@sdrc.com> 944 945 * cvs.texinfo (commit files): Make following sections (commitinfo, 946 verifymsg, editinfo, and loginfo) subsections of this one. 947 9482001-09-06 Derek Price <dprice@collab.net> 949 950 * cvs.texinfo (Watch information): Cleanup some watch/edit 951 explanations and discourage the belief that files should be 952 releasable. 953 954 * stamp-vti: Regenerated. 955 * version.texi: Ditto. 956 (Patch from Eric Siegerman <erics@telepres.com>.) 957 9582001-09-05 Derek Price <dprice@collab.net> 959 960 * cvsclient.texi: Use version-client.texi instead of version.texi so 961 cvsclient.* can have a different build date than cvs.texinfo. 962 963 * Makefile.in: Regenerated. 964 * stamp-1: New file. 965 * version-client.texi: Ditto. 966 (Reported by Alexey Mahotkin <alexm@hsys.msk.ru>.) 967 9682001-09-04 Derek Price <dprice@collab.net> 969 970 * Makefile.in: Regenerated with automake 1.5. 971 * version.texi: Ditto. 972 9732001-08-24 Larry Jones <larry.jones@sdrc.com> 974 975 * cvs.texinfo (Error messages): Add new message about root not 976 being allowed to do commit. 977 9782001-08-24 Derek Price <dprice@collab.net> 979 980 * cvs.texinfo (config): Add a new RereadLogAfterVerify 981 CVSROOT/config option to control how verifymsg scripts deal with 982 read-write log messages. 983 (Patch from Mark D. Baushke <mdb@cvshome.org>.) 984 985 * cvs.texinfo (verifymsg): The verification script may now modify 986 the log message. 987 (Patch from Mark D. Baushke <mdb@cvshome.org>.) 988 989 * cvs.texinfo (config, verifymsg): Correct default, changes for clarity, 990 and add a warning about `stat' and large repositories. 991 992 * version.texi: Regenerated. 993 * stamp-vti: Ditto. 994 9952001-08-20 Derek Price <dprice@collab.net> 996 997 * Makefile.am: Reformat comment for 80 chars. 998 999 * Makefile.in: Regenerated. 1000 10012001-08-10 Derek Price <dprice@collab.net> 1002 1003 * cvs.texinfo (Default options and the ~/.cvsrc file): Added a few more 1004 "standard" options to the example. 1005 1006 * stamp-vti: Regenerated. 1007 * version.texi: Ditto. 1008 10092001-08-06 Derek Price <dprice@collab.net> 1010 1011 * Makefile.in: Regenerated. 1012 10132001-07-17 Derek Price <dprice@collab.net> 1014 1015 * version.texi: Regenerated. 1016 * stamp-vti: Ditto. 1017 10182001-07-06 Larry Jones <larry.jones@sdrc.com> 1019 1020 * cvs.texinfo (Variables): Add index entry for CVS_USER. 1021 (Reported by Jens Schweikhardt <Jens.Schweikhardt@marconi.com>.) 1022 (Working directory storage): Fix Emptydir index entry: Emptydir 1023 is a directory, not a file. 1024 10252001-07-05 Larry Jones <larry.jones@sdrc.com> 1026 1027 * cvs.texinfo (Working directory storage): Add Emptydir to index. 1028 10292001-07-04 Derek Price <dprice@collab.net> 1030 1031 * Makefile.in: Regenerated with new Automake release candidate 1.4h. 1032 10332001-06-28 Derek Price <dprice@collab.net> 1034 1035 * Makefile.am: Reference to CVSvn.texi removed. 1036 * cvs.texinfo: @include version.texi and change CVSVN to VERSION. 1037 * cvsclient.texi: Ditto. 1038 1039 * version.texi: New file. 1040 * stamp-vti: Ditto. 1041 * mdate-sh: New File. Work-around bug in Automake 1.4f by copying 1042 top-level mdate-sh here. 1043 1044 * CVSvn.texi.in: Removed. 1045 * CVSvn.texi: Ditto. 1046 1047 * Makefile.in: Regenerated. 1048 (Patch from Alexey Mahotkin <alexm@hsys.msk.ru>.) 1049 10502001-06-27 Larry Jones <larry.jones@sdrc.com> 1051 1052 * cvs.texinfo (loginfo): Note that format string expansion is 1053 quoted and contains escapes. 1054 10552001-06-22 Derek Price <dprice@collab.net> 1056 1057 * cvs.texinfo (checkout options): Fix transliteration typo in co 1058 example. 1059 (Patch from Adrian Aichner <adrian@xemacs.org>.) 1060 10612001-06-12 Larry Jones <larry.jones@sdrc.com> 1062 1063 * cvs.texinfo (Global options): Note that -T only affects the local 1064 process in client/server mode. 1065 (Environment variables): Note that CVS_SERVER can include arguments 1066 as well as a program name, and note that it applies to :fork: as well 1067 as to :ext: and :server:, although the default value is different. 1068 10692001-06-08 Larry Jones <larry.jones@sdrc.com> 1070 1071 * cvs.texinfo (config): Mention using LockDir on in-memory 1072 filesystem to speed up locking. 1073 10742001-06-07 Derek Price <dprice@collab.net> 1075 1076 * Makefile.am (EXTRA_DIST): Remove *.aux. 1077 (MOSTLYCLEAN_FILES): Remove this macro since the Automake bug it was 1078 working around has been fixed. 1079 10802001-06-07 Derek Price <dprice@collab.net> 1081 1082 * HACKING.DOCS: Add link to the main texinfo documentation. 1083 10842001-06-07 Derek Price <dprice@collab.net> 1085 1086 * README.DOCS: Rename to 1087 * HACKING.DOCS: this. 1088 10892001-06-07 Derek Price <dprice@collab.net> 1090 1091 * README.DOCS: New file attempting to document some of our texinfo 1092 conventions. 1093 10942001-06-06 Derek Price <dprice@collab.net> 1095 1096 (Reformatting, rewording, & additions to a patch from 1097 Stephen Cameron <steve.cameron@compaq.com>.) 1098 1099 * cvs.texinfo (Invoking cvs, Modifying tags) 1100 document new -B option of rtag and tag commands. 1101 11022001-06-04 Derek Price <dprice@collab.net> 1103 1104 * Makefile.am: Remove commented out DISTFILES & 1105 AUTOMAKE_OPTIONS=no-texinfo.tex. 1106 (Reported by Alexey Mahotkin <alexm@hsys.msk.ru>.) 1107 * Makefile.in: Regenerated. 1108 11092001-06-04 Larry Jones <larry.jones@sdrc.com> 1110 1111 * Makefile.am: Fix rules for cvs-paper (.pdf rule actually generated 1112 .ps and vice versa). 1113 (Reported by Alexey Mahotkin <alexm@hsys.msk.ru>.) 1114 * Makefile.in: Regenerated. 1115 11162001-05-29 Derek Price <dprice@collab.net> 1117 1118 * cvs.texinfo (Repository): Fix explanation of CVSROOT parsing 1119 algorithm. 1120 11212001-05-29 Derek Price <dprice@collab.net> 1122 patch from Pavel Roskin <proski@gnu.org> 1123 1124 * Makefile.am (CVSvn.texi): Double hash comment in rule since single 1125 hash comments are not portable. 1126 1127 * Makefile.in: Regenerated. 1128 11292001-05-21 Larry Jones <larry.jones@sdrc.com> 1130 1131 * cvs.texinfo (Error messages): Fix ordering; add "cannot commit 1132 files as root". 1133 1134 * cvs.texinfo (Invoking CVS): Add entries for kserver, pserver, 1135 rannotate, rlog, and server. 1136 1137 * cvs.texinfo: Lots of minor editorial corrections. Mostly adding 1138 @noindent after examples where the following text is intended to 1139 be a continuation of the preceding text, not a new paragraph. 1140 1141 * cvs.texinfo (Connection): Replace information about unsetting 1142 $HOME for people with old releases. 1143 1144 1145 * cvs.texinfo (Connecting via rsh): Use @samp{} instead of @file{} 1146 where it seemed appropriate. 1147 (Patch from Alexey Mahotkin <alexm@hsys.msk.ru>). 1148 11492001-05-18 Larry Jones <larry.jones@sdrc.com> 1150 1151 * cvs.texinfo (Password authentication server): Add xinetd info. 1152 (Connection): Add "broken pipe" to possible error messages. 1153 11542001-05-18 Derek Price <dprice@collab.net> 1155 1156 * cvs.texinfo (update output): Change wording to something that sounds 1157 a bit more like english. 1158 11592001-05-02 Derek Price <dprice@collab.net> 1160 1161 * cvs.texinfo (Top): Change @ifinfo to @ifnottex to placate HTML 1162 generators. 1163 11642001-04-27 Derek Price <dprice@collab.net> 1165 1166 * CVSvn.texi: Regenerated. 1167 11682001-04-27 Derek Price <dprice@collab.net> 1169 1170 * CVSvn.texi: Regenerated. 1171 11722001-04-25 Derek Price <dprice@collab.net> 1173 1174 * Makefile.in: Regenerated using AM 1.4e as of today at 18:10 -0400. 1175 * CVSvn.texi: Regenerated. 1176 11772001-03-30 Larry Jones <larry.jones@sdrc.com> 1178 1179 * cvsclient.texi (Dates, Requests): Add rannotate and rlog. 1180 11812001-03-26 Larry Jones <larry.jones@sdrc.com> 1182 1183 * cvs.texinfo (admin options): Fix typo: should be @pxref, not @xref. 1184 11852001-03-26 Larry Jones <larry.jones@sdrc.com> 1186 1187 * cvs.texinfo (admin options): Update description of -u option to 1188 refer back to notify. 1189 11902001-03-23 Derek Price <derek.price@openavenue.com> 1191 1192 * Makefile.am (ps): Make 'ps' an alias for 'doc'. 1193 (doc, pdf, ps, txt): declare as '.PHONY'. 1194 1195 * Makefile.in: Regenerated. 1196 11972001-03-23 Derek Price <derek.price@openavenue.com> 1198 1199 * Makefile.am (MOSTLYCLEANFILES): Add cvs.cps & cvs.fns as a temporary 1200 workaround for an Automake deficiency. 1201 1202 * Makefile.in: Regenerated. 1203 12042001-03-14 Derek Price <derek.price@openavenue.com> 1205 1206 * Makefile.in: Regenerated 1207 12082001-02-20 Larry Jones <larry.jones@sdrc.com> 1209 1210 * cvs.texinfo (BUGS): There's only one company listed now, not two. 1211 12122001-02-13 Larry Jones <larry.jones@sdrc.com> 1213 1214 * cvs.texinfo (Password authentication server, First import): Use 1215 @ref instead of @xref when not at the beginning of a sentence. 1216 12172001-02-01 Larry Jones <larry.jones@sdrc.com> 1218 1219 * cvs.texinfo (Connection): Add still more notes about common 1220 pserver error messages. 1221 12222001-01-18 Derek Price <derek.price@openavenue.com> 1223 1224 * cvs.texinfo (Quick reference to CVS commands): add index entry for 1225 version subcommand 1226 12272001-01-18 Larry Jones <larry.jones@sdrc.com> 1228 1229 * cvs.texinfo (log options): Document new :: syntax for -r. 1230 12312001-01-10 Derek Price <derek.price@openavenue.com> 1232 1233 * Makefile.am (CVSvn.texi): specify $(srcdir) explicitly in target rule 1234 so CVSvn.texi gets built properly for all makes. 1235 (cvs_TEXINFOS): specify $(srcdir) explicitly for CVSvn.texi 1236 (cvsclient_TEXINFOS): ditto 1237 * Makefile.in: regenerated 1238 12392000-12-26 Derek Price <derek.price@openavenue.com> 1240 1241 * Makefile.in: update timestamp 1242 * CVSvn.texi: ditto 1243 12442000-12-26 Derek Price <derek.price@openavenue.com> 1245 1246 * Makefile.am: new target for creation of CVSvn.texi 1247 (EXTRA_DIST): add CVSvn.texi.in & CVSvn.texi 1248 * Makefile.in: Regenerated 1249 * CVSvn.texi: new file 1250 * .cvsignore: remove CVSvn.texi since it is now included in dist 1251 12522000-12-22 Derek Price <derek.price@openavenue.com> 1253 1254 * Makefile.in: Regenerated 1255 12562000-12-21 Derek Price <derek.price@openavenue.com> 1257 1258 * cvs-paper.ps: Backout accidental regeneration. 1259 12602000-12-21 Derek Price <derek.price@openavenue.com> 1261 1262 * .cvsignore: Added *.pdf versions of the *.ps docs 1263 * CVSvn.texi.in: Use configure to generate CVSvn.texi 1264 * Makefile.am: New file needed by Automake 1265 * Makefile.in: Regenerated 1266 * cvs-paper.ps: Regenerated 1267 * texinfo.tex: New file added to placate Automake. Apparently, its 1268 inclusion is mandated by the GNU coding standards. 1269 12702000-12-14 Derek Price <derek.price@openavenue.com> 1271 Linus Tolke <linus@epact.se> 1272 1273 * cvs.texinfo (Merging a branch): changed some references to "BRANCH" 1274 to "BRANCHNAME" for consistancy. Add a warning about merging using a 1275 single tagname reference with an xref to "Merging adds and removals" 1276 for the long explanation 1277 (Merging adds and removals): Add the long explanation of why merging 1278 from a single tagname can be tricky 1279 (update): Add a warning about merging using a single tagname reference 1280 with an xref to "Merging adds and removals" for the long explanation 1281 12822000-11-13 Derek Price <derek.price@openavenue.com> 1283 1284 * cvs.texinfo: use '@sc{cvs}' instead of 'CVS' in various locations 1285 12862000-11-08 Derek Price <derek.price@openavenue.com> 1287 1288 * cvs.texinfo (settitle): stick a 'v' in front of the version number 1289 to make it harder to confuse with chapter, section, and page numbers. 1290 12912000-11-08 Derek Price <derek.price@openavenue.com> 1292 1293 * cvs.texinfo (settitle): add the version number to the title string 1294 so that it is easier to find on HTML pages and the like. 1295 12962000-10-20 Jim Kingdon <http://sourceforge.net/users/kingdon/> 1297 1298 * cvs.texinfo (Variables): Document CVS_USER. 1299 13002000-10-17 Derek Price <derek.price@openavenue.com> 1301 1302 * cvs.texinfo (Remote repositories): added a comment about specifying 1303 a password in the repository name when performaing a checkout. 1304 13052000-10-17 Derek Price <derek.price@openavenue.com> 1306 1307 * cvs.texinfo (Remote repositories, password authenticated, GSSAPI 1308 authenticated, Kerberos authenticated, Environment variables): 1309 Documented CVSROOT spec change & CVS_CLIENT_PORT. 1310 13112000-10-10 Larry Jones <larry.jones@sdrc.com> 1312 1313 * cvs.texinfo (Connection): Add additional notes about common 1314 pserver error messages. Remove information about unsetting $HOME 1315 since CVS no longer pays any attention to it in server mode. 1316 13172000-09-07 Larry Jones <larry.jones@sdrc.com> 1318 1319 * Makefile.in: Use @bindir@, @libdir@, @infodir@, and @mandir@ 1320 from autoconf. 1321 13222000-08-21 Larry Jones <larry.jones@sdrc.com> 1323 1324 * cvs.texinfo (Removing directories, export): Note that export always 1325 prunes directories and remove references to the non-existent -P flag. 1326 13272000-07-28 Larry Jones <larry.jones@sdrc.com> 1328 1329 * cvsclient.texi (Requests): Ensure that all rootless requests say 1330 that they're rootless. 1331 13322000-07-12 Larry Jones <larry.jones@sdrc.com> 1333 1334 * cvs.texinfo (Module program options): Remove note that commit and 1335 update programs only working locally; they've worked client/server 1336 for quite some time. 1337 13382000-07-10 Larry Jones <larry.jones@sdrc.com> 1339 1340 * cvs.texinfo (Invoking CVS): Document new version command. 1341 * cvsclient.texi (Requests): Document new version request. 1342 13432000-07-06 Larry Jones <larry.jones@sdrc.com> 1344 1345 * cvs.texinfo (admin options): Remove note about -t not working 1346 in client/server. 1347 13482000-04-03 Pavel Roskin <pavel_roskin@geocities.com> 1349 1350 * cvs.texinfo (Telling CVS to notify you): Remove backslashes 1351 before quotes. 1352 13532000-05-24 Larry Jones <larry.jones@sdrc.com> 1354 1355 * cvs.texinfo (From files): Clean up @var{wdir}/@var{rdir} vs. 1356 @var{dir} usage. 1357 13582000-05-19 Larry Jones <larry.jones@sdrc.com> 1359 1360 * cvsclient.texi (Requests): Note that Global_option is now 1361 valid without Root. 1362 13632000-04-17 Larry Jones <larry.jones@sdrc.com> 1364 1365 * cvs.texinfo (Variables): Clarify what USER means in pserver. 1366 13672000-03-08 Larry Jones <larry.jones@sdrc.com> 1368 1369 * cvs.texinfo (Connection): Add note about inetd rate limit. 1370 (ErrorMessages): Add root home directory permission messages. 1371 13722000-02-12 Larry Jones <larry.jones@sdrc.com> 1373 1374 * cvs.texinfo: Clean up text/formatting of previous change. 1375 13762000-02-21 K.J. Paradise <kj@sourcegear.com> 1377 1378 * cvs.texinfo : Adding John Cavanaugh's patch to allow 1379 the history file to log actions based on the CVSROOT/config 1380 file. (To limit which cvs actions actually make it into the 1381 history file) 1382 13832000-02-17 Larry Jones <larry.jones@sdrc.com> 1384 1385 * cvs.texinfo: Remove references to PreservePermissions. 1386 1387 * cvs.texinfo (history options): Note default report type. 1388 13892000-01-18 Larry Jones <larry.jones@sdrc.com> 1390 1391 * cvs.texinfo (Global options): Document compression levels. 1392 13932000-01-18 Larry Jones <larry.jones@sdrc.com> 1394 1395 * cvs.texinfo: Minor editorial changes from Ken Foskey 1396 <waratah@zip.com.au>. 1397 13982000-01-11 Larry Jones <larry.jones@sdrc.com> 1399 1400 * cvs.texinfo: Add index entries for "Compression" and "Gzip". 1401 Correct typography in many index entries (English phrases should 1402 have initial caps, subcommands/files/etc. should be as-is). 1403 14042000-01-10 Karl Fogel <kfogel@red-bean.com> 1405 1406 * cvs.texinfo (loginfo): correctly describe CVSROOT/loginfo's 1407 %-expansion behavior. Thanks to Karl Heinz Marbaise 1408 <kama@hippo.fido.de> for noticing the error. 1409 14102000-01-07 Larry Jones <larry.jones@sdrc.com> 1411 1412 * cvs.texinfo (Password authentication server): Use -f in example 1413 inetd.conf line. 1414 (Connection): Add advice about using shell script or env to avoid 1415 problems with inetd setting HOME in the server's environment. 1416 (various): Use @file for inetd.conf. 1417 14182000-01-02 John P Cavanaugh <cavanaug@sr.hp.com> 1419 1420 * cvs.texinfo: document new -C option to update, now that it works 1421 both remotely and locally. 1422 (Re-applied by Karl Fogel <kfogel@red-bean.com>.) 1423 14241999-12-11 Karl Fogel <kfogel@red-bean.com> 1425 1426 * Revert previous change -- it doesn't work remotely yet. 1427 14281999-12-10 John P Cavanaugh <cavanaug@sr.hp.com> 1429 1430 * cvs.texinfo: document new -C option to update. 1431 (Applied by Karl Fogel <kfogel@red-bean.com>.) 1432 14331999-11-20 Larry Jones <larry.jones@sdrc.com> 1434 1435 * cvs.texinfo(history options): Document -f, -n, and -z. 1436 14371999-11-09 Jim Kingdon <http://developer.redhat.com/> 1438 1439 * cvsclient.texi (Requests): Document the arguments to "log", now 1440 that I've changed log.c to be more specific in terms of what it 1441 will send. 1442 14431999-11-05 Larry Jones <larry.jones@sdrc.com> 1444 1445 * cvs.texinfo: Revert Karl's change once again since the code is now 1446 fixed. Add "Variables" and "User variables" to index. 1447 14481999-11-04 Karl Fogel <kfogel@red-bean.com> 1449 1450 * log.c (log_usage): Revert Jim Kingdon's reversion of my change 1451 of 1999-11-03. Allowing a space between option and argument 1452 results in lossage; here is a reproduction recipe: run this from 1453 the top of a remote copy of the cvs source tree 1454 1455 cvs log -d '>1999-03-01' > log-out.with-space 1456 1457 and then run this (note there's no space after -d now): 1458 1459 cvs log -d'>1999-03-01' > log-out.no-space 1460 1461 The resulting files differ; furthermore, a glance at the output of 1462 cvs shows that the first command failed to recurse into 1463 subdirectories. Until this misbehavior can be fixed in the source 1464 code, the documentation should reflect the true state of affairs: 1465 if one simply omits the space, everything works fine. 1466 14671999-11-04 Jim Kingdon <http://developer.redhat.com/> 1468 1469 * cvs.texinfo (log options): Revert Karl's change regarding -d and 1470 -s. A space is allowed (see sanity.sh for example). 1471 1472 * cvs.texinfo (Password authentication server): The name of the 1473 file is "passwd" not "password". 1474 1475 * cvsclient.texi (Top): Add @dircategory and @direntry. 1476 14771999-11-04 Karl Fogel <kfogel@red-bean.com> 1478 1479 * cvs.texinfo (Password authentication server, Password 1480 authentication client): Rewritten to accommodate the [new] 1481 possibility of empty passwords. 1482 14831999-11-03 Karl Fogel <kfogel@red-bean.com> 1484 1485 * cvs.texinfo (Invoking CVS): correct documentation for -d and -s 1486 options (as did elsewhere, earlier today). 1487 14881999-11-03 Karl Fogel <kfogel@red-bean.com> 1489 1490 * cvs.texinfo (Setting a watch): describe `watch off' behavior 1491 more accurately. 1492 14931999-11-03 Karl Fogel <kfogel@red-bean.com> 1494 1495 * cvs.texinfo (log options): correct documentation for -d and -s 1496 options. There can be no space between these options and their 1497 arguments. 1498 1499 Also, make sure all @sc{cvs} codes refer to "cvs" in lower case; 1500 this avoids makeinfo warnings. And use @code for the CVSEDITOR 1501 environment variable, not @sc. 1502 15031999-09-24 Larry Jones <larry.jones@sdrc.com> 1504 1505 * cvs.texinfo: Misc. formatting cleanups. 1506 15071999-07-16 Tom Tromey <tromey@cygnus.com> 1508 1509 * cvs.texinfo (admin): Mention admin -k exception. Add cvsadmin 1510 to index. 1511 15121999-07-14 Larry Jones <larry.jones@sdrc.com> 1513 1514 * cvs.texinfo (Password authentication server): Note inetd limits 1515 and suggest using shell script to avoid. 1516 15171999-06-01 Jim Kingdon <http://www.cyclic.com> 1518 1519 * cvsclient.texi (Requests): For the import command, the 1520 repository given to the Directory requests is ignored. 1521 15221999-05-27 Jim Kingdon <http://www.cyclic.com> 1523 1524 * cvsclient.texi (Requests): Clarify that Modified, Is-modified, 1525 Notify and Unchanged must specify a file within the current 1526 directory. 1527 15281999-05-24 Jim Kingdon <http://www.cyclic.com> 1529 1530 * cvs.texinfo (checkoutlist): New node, contains more complete 1531 documentation of this feature. 1532 (CVSROOT storage): Refer to the new node when mentioning 1533 checkoutlist. 1534 (Administrative files): Update the menu entry for Wrappers. 1535 15361999-05-17 Jim Kingdon <http://www.cyclic.com> 1537 1538 * cvsclient.texi (Requests): For Notify request, strike duplicate 1539 "Response expected: no" and fix "a edit" -> "an edit". 1540 15411999-05-14 Jim Kingdon <http://www.cyclic.com> 1542 1543 * cvs.texinfo (Working directory storage): Try to be more clear 1544 about the conflict field. 1545 15461999-05-11 Jim Kingdon <http://www.cyclic.com> 1547 1548 * cvs.texinfo (config): Use comma after @xref (thanks to Pavel 1549 Roskin for the report/fix). 1550 15511999-05-10 Jim Kingdon <http://www.cyclic.com> 1552 1553 * cvsclient.texi (Requests): Document restrictions on characters 1554 in Notify requests. 1555 15561999-05-04 Jim Kingdon <http://www.cyclic.com> 1557 1558 * cvs.texinfo (Password authentication security): Remove sentence 1559 about how no one has audited pserver for holes; a lot of holes 1560 have been closed, looking for, &c, since that was written. 1561 In the summary, reword to reflect the fact that sniffing a 1562 readonly password does not imply general system access (as far as 1563 I know, of course). 1564 1565 * cvs.texinfo (Connection): Also suggest inetd -d. 1566 15671999-04-28 Jim Kingdon <http://www.cyclic.com> 1568 1569 * cvsclient.texi (Requests): Say what goes in the "watches" field 1570 of the "Notify" request. 1571 1572 * cvs.texinfo (Common options): -r is for branches too. 1573 1574 * cvs.texinfo (Error messages): Add "no such tag" message. 1575 (Common options): -f does not override val-tags check. 1576 15771999-04-26 Jim Kingdon <http://www.cyclic.com> 1578 1579 * cvs.texinfo (Locks): #cvs.rfl locks must start with "#cvs.rfl." 1580 not just "#cvs.rfl". As far as I know CVS has always implemented 1581 the former behavior, and this just fixes the documentation. 1582 15831999-04-23 Yoshiki Hayashi of u-tokyo.ac.jp 1584 1585 * cvs.texinfo (verifymsg): Correct wrong file name (bugid.edit -> 1586 bugid.verify). 1587 15881999-04-22 Jim Kingdon <http://www.cyclic.com> 1589 1590 * cvsclient.texi (Responses): The text in the "M" response is not 1591 designed for machine parsing. Likewise for "error" in regular 1592 protocol. Likewise for "E" and "error" in authentication protocol. 1593 15941999-04-19 Jim Kingdon <http://www.cyclic.com> 1595 1596 * cvs.texinfo (Error messages): Add "Cannot check out files into 1597 the repository itself". 1598 15991999-04-16 Jim Kingdon <http://www.cyclic.com> 1600 1601 * cvs.texinfo (Other problems): Add the Windows problem with home 1602 directory ending in a slash. 1603 16041999-04-14 Jim Kingdon <http://www.cyclic.com> 1605 1606 * cvs.texinfo (CVS in repository): Include the format of the 1607 fileattr file here, rather than referring to the CVS source code. 1608 16091999-04-09 Jim Kingdon <http://www.cyclic.com> 1610 1611 * cvs.texinfo (Working directory storage): Whether the timestamp 1612 in CVS/Entries is local or universal actually depends on the system. 1613 16141999-04-05 Derek Price 1615 <http://www-personal.engin.umich.edu/~oberon/resume.html> 1616 1617 * cvs.texinfo (export options): Remove notation that the -r 1618 tag is sticky. 'cvs export' doesn't store that data. 1619 16201999-04-08 Jim Kingdon <http://www.cyclic.com> 1621 1622 * cvs.texinfo (Error messages): Add "EOF in RCS file" and 1623 "unexpected EOF" (in RCS file) messages. 1624 16251999-03-25 Jim Kingdon <http://www.cyclic.com> 1626 1627 * cvs.texinfo (admin options): Say there can be no space between 1628 -e and its argument (since the previous sentence said the argument 1629 can be omitted, this is the only possibility). 1630 16311999-02-26 Jim Kingdon <http://www.cy…
Large files files are truncated, but you can click here to view the full file