I just did a test commit and it prompted me per directory. -chris
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fouts Christopher (6452) Sent: Tuesday, March 23, 2004 11:21 AM To: [EMAIL PROTECTED] Subject: RE: Commit script What is "normal CVS" and "local CVS"? I can probably guess but I'd rather not. -chris -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim.Hyslop Sent: Tuesday, March 23, 2004 10:03 AM To: [EMAIL PROTECTED] Subject: RE: Commit script [EMAIL PROTECTED] wrote: > Jim.Hyslop writes: > > > > We must have configured our server differently - we only > get one prompt per > > checkin command, no matter how many files or directories > are involved. > > There's no such configuration option. If you don't get a prompt for > each directory, you've not running a standard CVS release. I hate to disagree with you, Larry, but looking at commit.c it seems that the standard client behaviour is a single prompt per commit: #ifdef CLIENT_SUPPORT if (current_parsed_root->isremote) { ... /* * We do this once, not once for each directory as in normal CVS. * The protocol is designed this way. This is a feature. */ if (use_editor) do_editor (".", &saved_message, (char *)NULL, find_args.ulist); So, it appears that the prompt-per-directory behaviour only applies on local CVS systems. -- Jim Hyslop Senior Software Designer Leitch Technology International Inc. (http://www.leitch.com) Columnist, C/C++ Users Journal (http://www.cuj.com/experts) _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
