[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Commiting to Ruby CVS

Michael Neumann

11/16/2004 1:26:00 AM

Hi,

I've a question regarding the ChangeLog when doing a commit. Do I have
to modify the file ChangeLog and include it in the commit? Or is it
enough to just commit the files with a commit-message?

Thanks,

Michael


4 Answers

Yukihiro Matsumoto

11/16/2004 4:21:00 AM

0

Hi,

In message "Re: Commiting to Ruby CVS"
on Tue, 16 Nov 2004 10:26:19 +0900, Michael Neumann <mneumann@ntecs.de> writes:

|I've a question regarding the ChangeLog when doing a commit. Do I have
|to modify the file ChangeLog and include it in the commit? Or is it
|enough to just commit the files with a commit-message?

Update ChangeLog for every non trivial modifies. You can just commit
the files for typo corrections or cosmetic changes.

matz.


Gavin Sinclair

11/16/2004 9:22:00 AM

0

On Tuesday, November 16, 2004, 3:20:37 PM, Yukihiro wrote:

> |I've a question regarding the ChangeLog when doing a commit. Do I have
> |to modify the file ChangeLog and include it in the commit? Or is it
> |enough to just commit the files with a commit-message?

> Update ChangeLog for every non trivial modifies. You can just commit
> the files for typo corrections or cosmetic changes.

I tend to grab the ChangeLog entry and use it for the commit message
as well. It helps to show what's going on, especially when multiple
files are being checked in simultaneously.

Cheers,
Gavin



Michael Neumann

11/16/2004 10:16:00 AM

0

Yukihiro Matsumoto wrote:
> Hi,
>
> In message "Re: Commiting to Ruby CVS"
> on Tue, 16 Nov 2004 10:26:19 +0900, Michael Neumann <mneumann@ntecs.de> writes:
>
> |I've a question regarding the ChangeLog when doing a commit. Do I have
> |to modify the file ChangeLog and include it in the commit? Or is it
> |enough to just commit the files with a commit-message?
>
> Update ChangeLog for every non trivial modifies. You can just commit
> the files for typo corrections or cosmetic changes.

I've forgot to put the commit-message into ChangeLog, can I still do
this now?

Regards,

Michael


Yukihiro Matsumoto

11/16/2004 11:34:00 AM

0

Hi,

In message "Re: Commiting to Ruby CVS"
on Tue, 16 Nov 2004 19:15:54 +0900, Michael Neumann <mneumann@ntecs.de> writes:

|I've forgot to put the commit-message into ChangeLog, can I still do
|this now?

Go ahead.

matz.