info-cvs
[Top][All Lists]
Advanced

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

Re: add comment after commit


From: Jim Hyslop
Subject: Re: add comment after commit
Date: Tue, 20 Sep 2005 09:09:40 -0400
User-agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)

Stuart Cooper wrote:
Hello!
Is there a way to change or at least add a comment after a finished
commit? Just commited some changes and forgot to comment the CVS commit
by one change I made.


Find the revision number you want to set the comment on, call it REV

Then cvs admin -mREV:'message'

eg

cvs admin -m1.17:"I take back what I said about the customer." hello.c

Or, if the repository doesn't allow you to use the 'cvs admin' command (which it shouldn't, IMO):

cvs ci -f "blah blah blah" hello.c

to force a check-in, even though nothing's changed.

--
Jim





reply via email to

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