What is .project file and do we need to keep it?
Hi,
I created new project area, new stream, added new components, and created a new repository workspace.
After LOADing the workspace, it gives me one ".project" files per loaded component which is waiting for "Checkin and Deliver".
What is the purpose of this .project file? what will happen if I deliver it and let reside in stream?
I tried deleting it from a component and then tried importing files into it, which gave me error about missing .project file.
Please let me know.
2 answers
.project file is created whenever you create an Eclipse project. I guess, when you loaded your workspace, your components had some files or when you loaded your workspace you chose to create project for the root folder. This would have created a .project file which contains name of the Eclipse project. If this is how you are going to use your workspace in future, you should checkin your .project file. If not, then you can load your workspce in a directory of your choice but make sure not to create Eclipse project. In this case however, you would not be able to work on project files from Eclipse.
Comments
GURVINDER SOKHI
Mar 21 '17, 1:08 p.m.so basically the .project file is version controlled as part of the component?