Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 340798

Summary: CVS Commit fails from C/C++ Projects view
Product: [Tools] CDT Reporter: David W Campbell <dcampbell>
Component: cdt-coreAssignee: Project Inbox <cdt-core-inbox>
Status: NEW --- QA Contact: Jonah Graham <jonah>
Severity: normal    
Priority: P3 CC: cdtdoug
Version: 8.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description David W Campbell CLA 2011-03-23 14:53:25 EDT
Build Identifier: M20110210-1200

CVS Commit fails if initiated from a key binding and the input focus is within the 'C/C++ Projects' view.

Reproducible: Always

Steps to Reproduce:
1.  Bind the key combination 'Ctrl + F12' to the action 'Commit to CVS'.

2.  Create a new 'C' project.

3.  Share the project in CVS.

4.  Commit the project.

5.  Add a new file to the project.

6.  Add some content to the new file.

7.  Open the view 'C/C++ Projects'.

8.  Select the project created in step #2.

9.  Press 'Ctrl + F12'.
This should commit all files in the project.  It does not.  It displays the message:

   The selected resources do not contain any changes.

However, if you display the context menu for the project and select:

   Team
      CVS

Then the application displays a dialog window and allows the files to be committed.
Comment 1 Andrew Gvozdev CLA 2011-03-23 16:03:20 EDT
This works in other views i.e. Project Explorer or Navigator but not in 'C/C++ Projects' view.