Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "OAW Repository Details"

Line 15: Line 15:
 
* '''Eclipse CSV repository location:''' '':extssh:dev.eclipse.org:/cvsroot/modeling''
 
* '''Eclipse CSV repository location:''' '':extssh:dev.eclipse.org:/cvsroot/modeling''
 
* '''SF.net CVS repository location:''' :extssh:architecturware.cvs.sourceforge.net:/cvsroot/architecturware
 
* '''SF.net CVS repository location:''' :extssh:architecturware.cvs.sourceforge.net:/cvsroot/architecturware
 +
 +
== Checking out ==
 +
In order to check out the sources, import one of the following Team Project sets:
 +
* '''oAW 4.2''': http://architecturware.cvs.sourceforge.net/*checkout*/architecturware/oaw_v4/environment/org.openarchitectureware.team/projectsets/oaw4-all-dev.psf?pathrev=B_v42
 +
* '''oAW 5.0''':

Revision as of 11:07, 8 February 2008

< To: oAW

The source code of openArchitectureWare is publicly available from the Eclipse CVS repository. Parts of openArchitectureWare are hosted on SourceForge.net. It can be accessed/read without requirement, it can only be modified by official committers to the project.

In order to use the following repository locations, copy the location URL, open the CVS repository exploring perspective and paset the location URL (Windows: CTRL+V, Mac: Apple+V)

CVS Anonymous Access

  • Eclipse CVS repository location: :pserver:dev.eclipse.org:/cvsroot/modeling
  • SF.net CVS repository location: :pserver:architecturware.cvs.sourceforge.net:/cvsroot/architecturware


Committer CVS Access

Same details as anonymous access, using extssh as the connection type and specific username/password as assigned by Eclipse / SF.net

  • Eclipse CSV repository location: :extssh:dev.eclipse.org:/cvsroot/modeling
  • SF.net CVS repository location: :extssh:architecturware.cvs.sourceforge.net:/cvsroot/architecturware

Checking out

In order to check out the sources, import one of the following Team Project sets:

Back to the top