Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-vcm-dev] does .project need to be checked into the repository

You have to add .project and .classpath to the repository. The .project 
file defines the project natures (java project, pde project etc.) and the 
builders (java builder etc.). If you don't commit the .project, upon 
checkout to a different workstation, eclipse will create a default one 
without that information and you won't have a java project.

The .classpath defines the build dependencies of the project. While I think 
that if should be possible to run without having it synced to cvs (not sure 
about it though as I never tried), it'll be much more convenient for the 
other developers if you do so. Otherwise they have to setup the classpath
themselves.

Greetings, 
Boris


On Wed, 31 Jul 2002, Matt Munz wrote:

> Hi all,
> 
>   I'm an eclipse newbie and I'd like to get started with the platform by
> using the CVS interaction functionality.  I have been able to browse, and
> create a project out of my repository's contents.
> 
>   I noticed that the project creation process generated a project descriptor
> (.project), and that the GUI indicates that this file is not in sync with
> the repository (looks like ">.project").  Do I need to check this file in?
> What will happen if I don't -- does the VCM system require that .project
> files are in sync between developers, or are they allowed to differ?
> 
>   - Matt
> 
> _______________________________________________
> platform-vcm-dev mailing list
> platform-vcm-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/platform-vcm-dev
> 
> 

-- 
"Engineering does not require science. Science helps a lot but 
people built perfectly good brick walls long before they knew why 
cement works." - Alan Cox




Back to the top