CVS in Momentics

I’m trying to create new source code with Momentics that will be under CVS
control. I am able to connect to our CVS location okay.

I find many places in the documentation that describe how to open an
existing project under CVS control (via the CVS perspective), but no where
do I see a description of how to create a new project in the CVS tree.

If I create a new project (e.g. C++ application), and then right click on
the name of the project, I can select Team->Share Project… The only
problem with this is that it creates a whole new module. I would like to
add the project as a folder under an existing module. Does anyone know how
to do this?

Thanks.

– Celia

The parent module have to be a part of your workspace. In this case in order
to add a new folder to CVS, you can use regular CVS update operations (add +
commit). If you still want to keep this folder as a separate project, you
can create the last one using link resource option. The bad news is that if
you are using 6.2.1B (which is based on Eclipse2.0) or earlier version,
there is no support for linked resources. This feature was introduced in
Eclipse2.1.

“Celia” <celiaonline@attbi.com> wrote in message
news:bjp3cd$k12$1@inn.qnx.com

I’m trying to create new source code with Momentics that will be under CVS
control. I am able to connect to our CVS location okay.

I find many places in the documentation that describe how to open an
existing project under CVS control (via the CVS perspective), but no where
do I see a description of how to create a new project in the CVS tree.

If I create a new project (e.g. C++ application), and then right click on
the name of the project, I can select Team->Share Project… The only
problem with this is that it creates a whole new module. I would like to
add the project as a folder under an existing module. Does anyone know
how
to do this?

Thanks.

– Celia