Bug 69267 - project name stored in .project-file is not honored when checking-out
Summary: project name stored in .project-file is not honored when checking-out
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-Resources-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-04 19:51 EDT by Sven Köhler CLA
Modified: 2004-07-07 10:41 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Köhler CLA 2004-07-04 19:51:10 EDT
hi,

if a project is stored in cvs in a folder called "abc", and the .project-file
inside that folder says, that the name is "def", than i'd expect the checked out
project to be named "def" and not "abc". instead, the project is always called
like the folder, and i have to override it manually.
Comment 1 Jean-Michel Lemieux CLA 2004-07-05 14:08:20 EDT
I suspect that this has always been the case - since 1.0.
Comment 2 Sven Köhler CLA 2004-07-05 15:31:29 EDT
the first point is, that the name of the project, and the .project file aren't
consistent anymore. The project is named "abc", but the .project file says "def". 

In addition, names of projects are important, since they are shared among the
developers of a team, that share their projects via CVS vor example.

Also see Bug 69268.
Comment 3 Michael Valenta CLA 2004-07-07 09:36:14 EDT
There is nothing we can do about this from a team/CVS standpoint. I'm moving 
this to Core. The project name is the .project file is ignored so I suspect it 
will be marked as WONTFIX. A workaround is to use the synchronize view and 
perform a Remove from View on the .project file when you check out a project 
using a different name and  aprojetc description change dirties the file. If 
you perform all your future commits from the synchronize view, they will 
always exclude the .project.
Comment 4 John Arthorne CLA 2004-07-07 10:41:48 EDT
If you use "Check Out As..." from the CVS Repositories view, you can use
whatever name you want for the local project.