- Sep 18, 1998
-
-
kingdon authored
- Sep 16, 1998
-
-
kingdon authored
-
- Sep 14, 1998
- Sep 13, 1998
-
-
kingdon authored
$Locker and -kkvl, refer to cvs admin -l.
-
kingdon authored
cvs_output rather than writing to stdout. * sanity.sh (devcom): Use dotest for tests 178, 180, and 183 (tests that we preserve existing behavior on "cvs editors").
-
kingdon authored
allow room for "Ntagname" (or other, future, values).
-
kingdon authored
* sanity.sh (emptydir-8): Test for this change in behavior.
-
kingdon authored
-
kingdon authored
revision numbers "implicitly".
-
- Sep 10, 1998
-
-
kingdon authored
1998-08-15. I also ran "cvs admin -ko" on this file so that his version number would be intact (not an ideal solution, because people will import it into other repositories, but I don't feel like hacking the master version). * rcs2log.sh: Sync with master version at gnu.org.
-
kingdon authored
supported regardless of your diff program.
-
kingdon authored
-
kingdon authored
-
kingdon authored
-
kingdon authored
* server.c (serve_root): ...to here. Fixes error handling.
-
kingdon authored
parse_cvsroot is only used for local and client. * root.c (set_local_cvsroot): Move check_root_consistent functionality from here... * server.c (serve_root): ...to here. Fixes error handling. Also made the error more explicit, while I am at it. * server.c (Pserver_Repos): Now static. * cvs.h: Don't declare it. * root.c (check_root_consistent): Removed; no longer needed. * sanity.sh (pserver): New test, tests for this behavior and some other basic pserver stuff.
-
kingdon authored
differences" message. Found this one when I actually observed the out-of-order bug in Real Life(TM).
-
kingdon authored
going around the loop again. * find_names.c (find_rcs): Make sure to set save_errno. (thanks to Alexandre Parenteau for reporting both problems).
-
- Sep 09, 1998
- Sep 07, 1998
-
-
kingdon authored
AUTH_SERVER_SUPPORT (reported by both Richard Levitte and Murray Bishop, thanks).
-
kingdon authored
-
kingdon authored
-
kingdon authored
* parseinfo.c (parse_config): New option LockDir. * lock.c (lock_name): New function, abstracts out lock file naming and also supports LockDir. * lock.c (lock_simple_remove, Reader_Lock, write_lock, set_lock): Call it (6 places, to create/remove read/write/master locks). (Lock_Cleanup): Refuse to reenter this function. * sanity.sh (lockfiles): New test, tests for this feature.
-
- Sep 04, 1998
-
-
kingdon authored
vs. GetComputerName (reported by Randy Coulman).
-
- Sep 03, 1998
- Sep 01, 1998
-
-
kingdon authored
-
kingdon authored
-
kingdon authored
requests, not commands. Likewise for "other-request". A command, roughly, is a request that uses "Argument"s, but we might want to phase out the use of that term more so than codify it, I'm not sure.
-
noel authored
Directory request and how it is handled, both for pre-1.10 and post-1.10 servers.
-
kingdon authored
(main): Nuke new -m option and just have that message controlled by -t. * server.c (server): Revert the CVS_SERVER_SLEEP code back the way it was in CVS 1.10. Attaching to the parent process is relatively boring (you can just run "cvs server" under a debugger instead), but connecting to the child process is what the old code was for. * recurse.c, server.c: Remove DEBUG_NJC code.
-
kingdon authored
behavior. Looking at a mismatched version of the manual seems to be a reasonably common occurrence.
-
kingdon authored
CVS_SERVER_SLEEP*; having that kind of debugging code in the main CVS is getting out of hand.
-
noel authored
-