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
(Fixed repository names, tooling -> tools)
m (RAP Runtime)
Line 19: Line 19:
 
* git://git.eclipse.org/gitroot/rap/org.eclipse.rap.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.git
 
* ssh://COMMITTER_ID@git.eclipse.org/gitroot/rap/org.eclipse.rap.git
 +
 +
Note: The project 'org.apache.tomcat' that used to be in runtime.rwt.test in CVS has been moved into its own Git repository {{Git|rap|org.apache.tomcat.git}}. If possible this project should be reused from the Gemini project (or from Orbit) in the future.
  
 
== RAP Tools ==
 
== RAP Tools ==

Revision as of 05:23, 12 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):

Note: The project 'org.apache.tomcat' that used to be in runtime.rwt.test in CVS has been moved into its own Git repository org.apache.tomcat.git (browse, stats, fork on OrionHub) . If possible this project should be reused from the Gemini project (or from Orbit) in the future.

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