This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 76809

Summary: No warning if there is no message for commit
Product: versioncontrol Reporter: _ rkubacki <rkubacki>
Component: CVSAssignee: issues@versioncontrol <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 89591    

Description _ rkubacki 2006-05-24 15:07:37 UTC
command line CVS start an editor if someone misses to provide commit message. We
show overview of commited files but do not care about missing message. 

dev build from May 2, '06
Comment 1 Martin Entlicher 2006-05-24 16:04:28 UTC
FYI: Whan we were enforcing a non-empty commit message, we got a lot of
complaints. Therefore this check was removed, even though it is a good practice
to have one. If the commit message is to be mandatory, it can be checked by the
CVS server.
Comment 2 Maros Sandor 2006-08-07 13:10:02 UTC
Hm, we can display some label in the commit dialog.
Comment 3 Maros Sandor 2007-01-17 10:09:59 UTC
There is a warning message if the commit message is empty.

/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/actions/commit/CommitSettings.java,v
 <--  CommitSettings.java
new revision: 1.14; previous revision: 1.13