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 172242 - Versioning menu unavailable on cnd folders
Summary: Versioning menu unavailable on cnd folders
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
: 193452 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-09-15 03:26 UTC by luiscardozo
Modified: 2013-01-21 13:53 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
NetBeans 6.7.1 with Subversion submenu in the contextual menu (201.32 KB, image/png)
2009-09-15 03:30 UTC, luiscardozo
Details
NetBeans 6.8M1 without the Subversion menu in the contextual menu (200.70 KB, image/png)
2009-09-15 03:31 UTC, luiscardozo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description luiscardozo 2009-09-15 03:26:57 UTC
This issue appears similar to issue 146509

In Netbeans 6.8M1 (DEV 200908022240) there is a regression in the UI, specific in the contextual menu of Project nodes
in Projects Window. Until Netbeans 6.7.1, there was one submenu in the contextual menu that show the functions to work
with Subversion. In 6.8M1 this submenu have disappeared. The menu is can still be accessed in the main menu "Team ->
Subversion", but the submenu in the contextual menu was very useful.

I will attach some images of this issue
Comment 1 luiscardozo 2009-09-15 03:30:43 UTC
Created attachment 87654 [details]
NetBeans 6.7.1 with Subversion submenu in the contextual menu
Comment 2 luiscardozo 2009-09-15 03:32:03 UTC
Created attachment 87655 [details]
NetBeans 6.8M1 without the Subversion menu in the contextual menu
Comment 3 Ondrej Vrabec 2009-09-15 07:33:38 UTC
Hi, i fixed the hidden popup menu in http://hg.netbeans.org/cdev/rev/74542ab16c92, but it was probably after 6.8M1 had
been branched. But there might be a scenario where my fix doesn't work.
Could you try the newest daily build (http://bits.netbeans.org/download/trunk/nightly/latest/) and check if it's working
as soon as possible? Thanks a lot.
Comment 4 luiscardozo 2009-09-15 16:00:43 UTC
In this daily build the issue has been corrected, the popup menu show the Subversion options like in Netbeans 6.7.1.
That is, when right-clicking in Project node, it appears, when right-clicking in a file, it appears, but when
right-clicking in a folder in the project, the Subversion menu does not appear. It will be great if the Subversion menu
also appears in the folders and subfolders popup menus (so someone can, for example, submit only a subfolder).
Thanks
Comment 5 Ondrej Vrabec 2009-09-15 19:47:50 UTC
> when right-clicking in a folder in the project, the Subversion menu does not appear
It should appear in 6.8 and it should in 6.7. What kind of project is that? And it's in Projects view or in the Files view?
Comment 6 luiscardozo 2009-09-15 21:30:02 UTC
This is a C project (in NetBeans for C/C++ only). When right-clicking on a folder inside a Project, in the Projects
view, the subversion menu does not appears. This is true in NetBeans 6.7, 6.7.1 and the daily build that you passed to me.
Comment 7 Ondrej Vrabec 2010-01-19 04:19:03 UTC
cnd nodes in projects view don't display versioning menu, maybe they should list org.openide.actions.FileSystemAction in getActions like org.netbeans.spi.java.project.support.ui.ProjectRootNode does. Similar issue was fixed long ago in java (bug 56736).
Comment 8 Ondrej Vrabec 2010-12-16 09:22:08 UTC
*** Bug 193452 has been marked as a duplicate of this bug. ***
Comment 9 Vladimir Kvashin 2010-12-17 19:02:31 UTC
cnd nodes do display "Versioning" submenu, I've just checked with a fresh build. 

For my projects, this submenu contains 3 items that initialize Subversion, CVS and Mercurial. (I don't have a subversion intallation now, so I can't check what if I initialize it).
Comment 10 javydreamercsw 2010-12-18 17:55:04 UTC
They do show but the only options are to import into repository, they don't recognize the files in version control already.