Skip to content
Snippets Groups Projects
  1. Nov 15, 1998
  2. Nov 14, 1998
  3. Nov 13, 1998
  4. Nov 12, 1998
  5. Nov 11, 1998
  6. 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
  7. Oct 26, 1998
  8. 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
  9. 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
  10. Oct 19, 1998
  11. Oct 15, 1998
  12. Oct 14, 1998
  13. Oct 13, 1998
  14. Oct 12, 1998
  15. Oct 09, 1998
    • kingdon's avatar
      * update.c (update_dirent_proc): For local CVS, if the directory · 514de633
      kingdon authored
      	does not exist in the working directory nor in the repository,
      	just skip it.
      	* sanity.sh (dirs): New tests dirs-3a, dirs-7 and dirs-8 test for
      	this and related behaviors.  Note that the new behavior was also
      	the previous behavior for remote; we are only changing it for local.
      514de633
    • kingdon's avatar
      * wrapper.c, cvsrc.c, ignore.c: Add comments about ignoring .cvsrc · c4525e16
      kingdon authored
      	and friends if we can't find a home directory.
      	* expand_path.c (expand_path): If we can't find the home
      	directory, give an error rather than a coredump (or worse).
      	* login.c (construct_cvspass_filename): Don't use errno in error
      	message; get_homedir doesn't set it.  Add comment about this
      	message.
      c4525e16
  16. Oct 07, 1998
  17. Oct 06, 1998
  18. Oct 05, 1998
  19. Oct 04, 1998
Loading