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 46642 - CVS: Description of VCS group is ignored.
Summary: CVS: Description of VCS group is ignored.
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2004-07-28 08:09 UTC by Jiri Kovalsky
Modified: 2006-03-24 10:05 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 Jiri Kovalsky 2004-07-28 08:09:18 UTC
Development build #200407271830 of NetBeans 4.0
Windows XP with JDK 1.5.0 build #59

Description:
============
When commiting contents of the whole group to CVS
repository, group's description property is not
used. User must specify the message manually.

Steps to reproduce:
===================
1. Register CVS working directory in "Versioning
Manager".
2. Invoke "Include in VCS Group|Default Group" on
some file.
3. Invoke "Properties" on "Default Group" node.
4. Setup its "Description" property to "abcd".
5. Invoke "CVS|Commit" on "Default Group".
6. Note that commit dialog does not contain "abcd"
text.
Comment 1 Martin Entlicher 2004-08-02 20:47:54 UTC
This has worked in the past. So this is a regression.
Comment 2 Martin Entlicher 2004-08-19 10:14:12 UTC
The message from the group description should appear in input dialogs
of Add and Commit commands:

/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/commands/CvsCommitTemplateGetter.java,v
 <--  CvsCommitTemplateGetter.java
new revision: 1.2; previous revision: 1.1

/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/config/cvs.xml,v
 <--  cvs.xml
new revision: 1.87; previous revision: 1.86
Comment 3 Jiri Kovalsky 2006-03-24 08:27:17 UTC
Group's description is used fine now. Verified in FCS build #200505031930 of
NetBeans 4.1.