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 36620 - Incorrect popup menu on VCS group containing files from different VCS filesystems.
Summary: Incorrect popup menu on VCS group containing files from different VCS filesys...
Status: VERIFIED DUPLICATE of bug 21623
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-15 14:27 UTC by Jiri Kovalsky
Modified: 2005-02-10 12:21 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 2003-10-15 14:27:45 UTC
Development version #200310150100 of NetBeans 4.0
Windows 2000 SP 2 with JDK 1.4.2 build #28

Description:
============
If two files from VCS filesystems of different
type are included in one group, its popup menu is
confusing. It concerns especialy situations if
there is one CVS file. Menu then contains actions
"Resolve Conflicts" and "Diff Graphical" which in
fact invokes "Verify" action.

Steps to reproduce:
===================
1. Mount CVS filesystem using command-line client
and VSS filesystem.
2. Invoke "Include in VCS Group|<Default Group>"
on some [Up-to-date] file.
3. Invoke "Include in VCS Group|<Default Group>"
on some [Current] file.
4. Invoke "Versioning|VCS Groups" and right click
"<Default Group>" node.
5. There is "Resolve Conflicts" action that does
not do anything.
6. Invoke "Diff Graphical" action. "Group
Verification" dialog pops up.
Comment 1 Martin Entlicher 2003-10-15 16:59:09 UTC
Hmm, I see. This does not much work.
You get a popup menu with commands from only one filesystem.
The actions should be merged somehow with the help of VCS APIs.

This might be necessary in projects build as well, when you will need
to commit several projects at once which are in different VCS systems.
However there will likely be a specialized projects-aware commit
action for that anyway.
Comment 2 Martin Entlicher 2005-02-10 10:12:20 UTC
Duplicate of issue #21623 - groups with files from more VCS FSs do not
work.

*** This issue has been marked as a duplicate of 21623 ***
Comment 3 Jiri Kovalsky 2005-02-10 12:21:38 UTC
Okay, I agree. Verified as duplicate issue.