info-cvs
[Top][All Lists]
Advanced

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

RE: commit -m "Line One\rLineTwo"


From: Gianni Mariani
Subject: RE: commit -m "Line One\rLineTwo"
Date: Fri, 13 Apr 2001 07:25:46 -0700

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: address@hidden [mailto:address@hidden 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?




reply via email to

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