Bug 195341 - ".cproject" files are not registered as CVS file content
Summary: ".cproject" files are not registered as CVS file content
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build (show other bugs)
Version: 4.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 4.0.1   Edit
Assignee: Mikhail Sennikovsky CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-04 03:17 EDT by Martin Gutschelhofer CLA
Modified: 2007-07-05 13:45 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Gutschelhofer CLA 2007-07-04 03:17:22 EDT
When checking in a new C++ project into CVS the ".cproject" file is not known and a CVS dialog asks for the content type (Binary/Ascii). This file should be known by Eclipse/CDT and no dialog should appear. This filetype does not show up in the preferences (Team > File Content).

1. File > New Project > C+++ Project
2. Select "Hello World C++ Project" in the wizard and create the project. The project becomes created containing the .cproject file
3. Select project; context menu: Team > Share project
4. Specify a CVS repository and walk through the wizard; Click Finish

-> The CVS "Commit Files" dialog shows up, asking for the content type of the "*.cproject" file.


I am using following version:

Eclipse C/C++ Development Tools

Version: 4.0.0.200706261300
Build id: 200706261300
Comment 1 Mikhail Sennikovsky CLA 2007-07-05 05:46:43 EDT
I'll have a look
Comment 2 Mikhail Sennikovsky CLA 2007-07-05 13:45:59 EDT
Fixed.. Please verify