| Summary: | CVS Commit fails from C/C++ Projects view | ||
|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | David W Campbell <dcampbell> |
| Component: | cdt-core | Assignee: | 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: | |||
This works in other views i.e. Project Explorer or Navigator but not in 'C/C++ Projects' view. |
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.