Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epp-dev] Europa Java Package installer

On Thursday 09 August 2007 18:06, Mark Russell wrote:
> I have a new project that needs to be checked in to CVS I keep getting
> permission denied.  What do I have to do to get the code to check in.  How
> do I specify the module name? Is there a document that describes this?


Hi Mark,

we have only one Unix group for CVS access in EPP: epp-dev -- and I am quite 
sure that you are in this group, otherwise it would be impossible for you to 
check in anything. But if this seems to be a problem, just tell me or the 
webmasters.

The CVS root is /cvsroot/technology, the project name is org.eclipse.epp. 
Below that directory I thought it would be best to separate things. Plugin 
projects are in the 'plugins' directory, feature projects in the 'features' 
directory, JUnit test plugins in the 'test' directory, ...

 org.eclipse.epp/doc        - documentation plugins, other documentations, ...
                /features   - feature projects
                /plugins    - plugin projects
                /releng     - everything for release
                /test       - JUnit tests

So if you are checking in a new plugin project, probably 
org.eclipse.epp/plugins/org.eclipse.epp.installer... is the right place.

Markus


Back to the top