Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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
m
(Fixed repository names, tooling -> tools)
Line 14: Line 14:
 
== RAP Runtime ==
 
== RAP Runtime ==
  
There will be one repository for the runtime: (to-be-done)
+
There will be one repository for RAP itself (a.k.a. the runtime):
  
* {{Git|rap|org.eclipse.rap.runtime.git}}
+
* {{Git|rap|org.eclipse.rap.git}}
* git://git.eclipse.org/gitroot/rap/org.eclipse.rap.runtime.git (read-only)
+
* git://git.eclipse.org/gitroot/rap/org.eclipse.rap.git (read-only)
* ssh://COMMITTER_ID@git.eclipse.org/gitroot/rap/org.eclipse.rap.runtime.git
+
* ssh://COMMITTER_ID@git.eclipse.org/gitroot/rap/org.eclipse.rap.git
  
== RAP Tooling ==
+
== RAP Tools ==
  
.. and one repository for the tooling:
+
.. and one repository for the RAP Tools:
  
* {{Git|rap|org.eclipse.rap.tooling.git}}
+
* {{Git|rap|org.eclipse.rap.tools.git}}
* git://git.eclipse.org/gitroot/rap/org.eclipse.rap.tooling.git (read-only)
+
* git://git.eclipse.org/gitroot/rap/org.eclipse.rap.tools.git (read-only)
* ssh://COMMITTER_ID@git.eclipse.org/gitroot/rap/org.eclipse.rap.tooling.git
+
* ssh://COMMITTER_ID@git.eclipse.org/gitroot/rap/org.eclipse.rap.tools.git
  
 
== RAP Incubator ==
 
== RAP Incubator ==

Revision as of 14:16, 11 May 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 RAP itself (a.k.a. the runtime):

RAP Tools

.. and one repository for the RAP Tools:

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