Skip to content
Snippets Groups Projects
  1. Dec 03, 1998
  2. Dec 02, 1998
  3. Nov 25, 1998
  4. Nov 24, 1998
  5. Nov 23, 1998
  6. Nov 22, 1998
  7. Nov 18, 1998
  8. Nov 15, 1998
  9. Nov 14, 1998
  10. Nov 13, 1998
  11. Nov 12, 1998
  12. Nov 11, 1998
  13. Nov 06, 1998
    • kingdon's avatar
      Clean up various confusions between modules and directories: · de571c5a
      kingdon authored
      	* cvs.texinfo: In "are you sure you want to release" message,
      	change module to directory.  CVS was changed some time ago.
      	(Tags): "working copy of the module" -> "working directory".
      	(Merging two revisions): Remove unnecessary text "that make up a
      	module".
      	(Recursive behavior): Change "module" to "directory".
      	(Removing files): Likewise.
      	(Tracking sources): Remove "a module" from titles.
      	(Moving directories): Change "module" to "parent-dir".
      	(Inside): Remove "of the module".
      	(Inside): Change "module" to "dir".
      	(Rename by copying): Change "module" to "dir".
      	(Rename by copying): Remove "of the module".
      	(Moving directories): "copy of the module" -> "checked out copy of
      	the directory"; remove second "of the module".  Change "check out
      	the module" to " check out again".
      	(Moving directories): Remove "of the module".
      	(Keyword substitution): "your working copy of a module" -> "a
      	working directory".
      	(CVS commands): Change "module" to "directory".
      	(release examples): "module" -> "tc directory".
      	(commitinfo): "relative path to the module" -> "directory in the
      	repository".
      	(verifymsg): Change "module" to "directory".
      	(Updating a file): "working copy of a module" -> "working directory".
      de571c5a
  14. Oct 26, 1998
  15. Oct 21, 1998
    • kingdon's avatar
      Use the gzip library on the server. Probably doesn't speed things · 75ae9115
      kingdon authored
      	up as currently implemented, but does avoid hassles in terms of
      	finding an external gzip program.
      	* zlib.c, server.h (gunzip_and_write, read_and_gzip): Now returns
      	whether a fatal error occurred, rather than expecting error (1,
      	...) to work.
      	* client.c (update_entries, send_modified): Change callers.
      	* server.c (receive_file): Rewrite gzip code to use
      	gunzip_and_write rather than filter_through_gunzip.
      	(server_updated): Likewise, use read_and_gzip rather than
      	filter_through_gzip.
      	* client.c, client.h (filter_through_gzip, filter_through_gunzip),
      	run.c, cvs.h (filter_stream_through_program): Removed; no longer used.
      	* sanity.sh (server): New tests server-4 and server-5 test
      	this feature (note that CVS 1.10 also passes these tests; the
      	behavior is supposed to be unchanged).
      75ae9115
  16. Oct 20, 1998
    • kingdon's avatar
      * cvs.texinfo (Tags): Point to Invoking CVS node so people aren't · 4c24da25
      kingdon authored
      	left wondering what the syntax is.  When introducing -r option,
      	warn people about sticky tags right off.
      	(Tagging the working directory, Tagging by date/tag, Modifying
      	tags, Tagging add/remove): New sections.
      	(Invoking CVS): Adjust tag and rtag to point to the new sections,
      	and to add tag -c which had been omitted.  Delete tag -n; there is
      	no such option.
      	(rtag, tag): Removed; no longer needed.
      	(commit examples): Update xref.
      4c24da25
  17. Oct 19, 1998
  18. Oct 15, 1998
  19. Oct 14, 1998
  20. Oct 13, 1998
Loading