Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-vcm-dev] .project file can not be added if using cvs modules

Bodo,

The only way I can think of to address this problem is to create a project
in the repository whose purpose is to hold the .project and .classpath
files for your module.  For example, if your module definition is

    my-module &sub-dir1 &sub-dir2

you could change it to

    my-module my-module-project &sub-dir1 $sub-dir2

where my-module-project is an new folder on the CVS server. Committing the
.project and .classpath files would create the files in this folder.

Michael



                                                                                                                                       
                      "Bodo Teichmann"                                                                                                 
                      <bodoteichmann@hotmail.         To:      platform-vcm-dev@xxxxxxxxxxx                                            
                      com>                            cc:                                                                              
                      Sent by:                        Subject: [platform-vcm-dev] .project file can not be added if using cvs modules  
                      platform-vcm-dev-admin@                                                                                          
                      eclipse.org                                                                                                      
                                                                                                                                       
                                                                                                                                       
                      07/25/2002 07:05 AM                                                                                              
                      Please respond to                                                                                                
                      platform-vcm-dev                                                                                                 
                                                                                                                                       
                                                                                                                                       



hi,
i'm heavily using cvs modules defined in the CVSROOT module file.
when i try to checkout a module as a java project i get the warning:
"Local addition not under CVS control" for .project and .classpath file.
when i click on "QuickFix ..." and then select " add resource to CVS"
the cvs console then shows:

cvs add -ko ".project"
failed due to an internal error (took 0:00.230)

which is not very surprising since the root direktory of my cvs module is
completly "virtual", consisting of other modules. and cvs never allows
adding single files to those virtual modules directly, only in
subdirectorys
that exist in real (i.e. not  virtual).

is there a workaround to this problem, eg. is it possible to have the
.project and .classpath files of a project located in some subdir instead
of
the projects root ? or is it possible to advice the eclipse cvs-plugin to
add the files from the local root dir to a different dir in cvs server
repository ?

bodo

_________________________________________________________________
Testen Sie MSN Messenger für Ihren Online-Chat mit Freunden:
http://messenger.msn.de

_______________________________________________
platform-vcm-dev mailing list
platform-vcm-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-vcm-dev






Back to the top