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 "RAP/Git"

< RAP
(New page: == Common Structure == We've agreed on a common structure for all our git repositories: ; bundles/ : all bundle projects ; features/ : feature projects ; releng/ : projects for release e...)
 
(Add Resources section, RAP category)
Line 35: Line 35:
 
* git://git.eclipse.org/gitroot/rap/incubator/org.eclipse.rap.incubator.COMPONENT.git (read-only)
 
* git://git.eclipse.org/gitroot/rap/incubator/org.eclipse.rap.incubator.COMPONENT.git (read-only)
 
* ssh://COMMIITER_ID@git.eclipse.org/gitroot/rap/incubator/org.eclipse.rap.incubator.COMPONENT.git
 
* ssh://COMMIITER_ID@git.eclipse.org/gitroot/rap/incubator/org.eclipse.rap.incubator.COMPONENT.git
 +
 +
== Resources ==
 +
 +
* [[Git]] - general introduction to git at Eclipse
 +
 +
[[Category:RAP]]

Revision as of 16:48, 26 April 2012

Common Structure

We've agreed on a common structure for all our git repositories:

bundles/
all bundle projects
features/
feature projects
releng/
projects for release engineering
tests/
unit test projects

RAP Runtime

There will be one repository for the runtime:

RAP Tooling

.. and one repository for the tooling:

RAP Incubator

The RAP Incubator project is partitioned into components. Every component has its own repository:

Resources

  • Git - general introduction to git at Eclipse

Back to the top