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 54374 - CVS: Commit message for group is not prefilled.
Summary: CVS: Commit message for group is not prefilled.
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2005-02-02 14:20 UTC by Peter Pis
Modified: 2006-03-24 13:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Pis 2005-02-02 14:20:32 UTC
>System Info:
  Product Version       = NetBeans IDE Dev (Build
200502012121)
  Operating System      = Windows XP version 5.1
running on x86
  Java; VM; Vendor      = 1.5.0_03-ea; Java
HotSpot(TM) Client VM 1.5.0_03-ea-b02; Sun
Microsystems
Inc.

Steps:
(Have some CVS versioned directory, some files in it)
1. Select file node [Up-to-date; x.y] and invoke
"Include in VCS Groups -> Default Group". 
2. Switch to "VCS Groups", select "Default Group"
invoke popup menu and invoke "Properties" action.
3. Setup value e.g. "Commited from VCS groups" to
Description field.
4. Select this node "CVS | Commit". 

Commit message should be filled automatically. Now
it's shown if "Load Template" is pushed.
Comment 1 Martin Entlicher 2005-02-02 19:09:58 UTC
The message must be retrieved from the "message" variable.
Comment 2 Martin Entlicher 2005-02-02 19:47:17 UTC
Fixed in trunk:

/cvs/vcscore/src/org/netbeans/modules/vcscore/util/NestableInputComponent.java,v
 <--  NestableInputComponent.java
new revision: 1.2; previous revision: 1.1

/cvs/vcscore/src/org/netbeans/modules/vcscore/util/VariableInputDialog.java,v
 <--  VariableInputDialog.java
new revision: 1.128; previous revision: 1.127

/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/commands/CvsCommitMessageComponent.java,v
 <--  CvsCommitMessageComponent.java
new revision: 1.4; previous revision: 1.3
Comment 3 Peter Pis 2005-02-07 12:38:25 UTC
Verified in NB200502061900.