info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Commit script


From: Fouts Christopher (6452)
Subject: RE: Commit script
Date: Tue, 23 Mar 2004 11:53:37 -0500

I just did a test commit and it prompted me per directory.

-chris

-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf
Of Fouts Christopher (6452)
Sent: Tuesday, March 23, 2004 11:21 AM
To: address@hidden
Subject: RE: Commit script


What is "normal CVS" and "local CVS"? I can probably guess
but I'd rather not.

-chris

-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf
Of Jim.Hyslop
Sent: Tuesday, March 23, 2004 10:03 AM
To: address@hidden
Subject: RE: Commit script


address@hidden 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
address@hidden
http://mail.gnu.org/mailman/listinfo/info-cvs


_______________________________________________
Info-cvs mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/info-cvs




reply via email to

[Prev in Thread] Current Thread [Next in Thread]