It seems this depends more on your shell than it does cvs.

Using tcsh you need to do so:

        cvs commit -m "foo\
        bar"

                tcsh requires an escape ('\') for each newline 
                withing a quote.

On bash you do:

        cvs commit -m "foo
        bar"

                bash (GNU bash, version 2.04.11(1)-release) keeps 
                on reading input until it's matching end '"'
G

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
James A. N. Stauffer
Sent: Friday, April 13, 2001 7:00 AM
To: CVS
Subject: commit -m "Line One\rLineTwo"


How do I run commit and give a two line message?


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to