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 - No warning if there is no message for commit
Summary: No warning if there is no message for commit
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks: 89591
  Show dependency tree
 
Reported: 2006-05-24 15:07 UTC by _ rkubacki
Modified: 2007-01-17 10:10 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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