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 64407 - Merge dialog uses incorrect values
Summary: Merge dialog uses incorrect values
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2005-09-15 09:52 UTC by Peter Pis
Modified: 2007-01-04 17:14 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-09-15 09:52:22 UTC
Product Version       = NetBeans IDE Dev (Build 200509141800)
Operating System      = Windows XP version 5.1 running on x86
Java; VM; Vendor      = 1.5.0_04; Java HotSpot(TM) Client VM 1.5.0_04-b05; Sun
Microsystems Inc.
Java Home             = d:\Java\jdk1.5.0_04\jre

Steps:
1. Check out sources, open project.
2. Create new branch for the project and switch all project sources to this branch.
3. Make some changes to the sources, save and commit them.
4. Select project root and invoke "CVS | Merge Changes from Branch ..."

There is problem in this dialog:
  * Current working branch contains extra T letter in front of the branch name
Comment 1 _ pkuzel 2005-09-15 14:39:53 UTC
Checking in libsrc/org/netbeans/lib/cvsclient/admin/AdminHandler.java;
/cvs/javacvs/libsrc/org/netbeans/lib/cvsclient/admin/AdminHandler.java,v  <-- 
AdminHandler.java
new revision: 1.17; previous revision: 1.16
done
Checking in
cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/actions/tag/MergeBranchPanel.java;
/cvs/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/actions/tag/MergeBranchPanel.java,v
 <--  MergeBranchPanel.java
new revision: 1.8; previous revision: 1.7
done
Comment 2 Peter Pis 2005-09-16 13:48:25 UTC
Verified.