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 13303

Summary: "Revision Explorer" doesn't display branch names created through "Import".
Product: obsolete Reporter: Jiri Kovalsky <jkovalsky>
Component: vcscvsAssignee: issues@obsolete <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P4    
Version: -FFJ-   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Picture showing the problem.

Description Jiri Kovalsky 2001-06-29 11:29:26 UTC
Forte for Java CE 3.0 EA build #010628 on Windows 2000 with JDK 1.3.0_04

Description:
============
"Revision Explorer" can't show tag names used to create branch during "Import" 
of packages. It just displays only revision number. For more information have a 
look at the picture attached below. First revision explorer comes from VCSCVS 
module and second one from JavaCVS and shows how it should be.

Steps to reproduce:
===================
1. Mount CVS filesystem using Command-Line Client support.
2. Once it is mounted create brand-new package with at least one file underneath
3. Invoke "CVS|Import" on it. Setup "Logging Message" and both tags.
4. After it is imported and checked out back run "Revision Explorer" on the file
5. Expand its node in revision explorer and check that 1.1.1 revision has no tag
   name attached next to it although it was given in step 3.
Comment 1 Jiri Kovalsky 2001-06-29 11:31:01 UTC
Created attachment 1779 [details]
Picture showing the problem.
Comment 2 Martin Entlicher 2001-06-29 14:08:11 UTC
Fixed in the main trunk.
Comment 3 Jiri Kovalsky 2001-08-07 15:53:48 UTC
Great, it works perfectly in recent development build #200108070100 of
NetBeans 3.3. Verified.