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
(Add Resources section, RAP category)
m
Line 1: Line 1:
 
== Common Structure ==
 
== Common Structure ==
  
We've agreed on a common structure for all our git repositories:
+
We've agreed on a common structure for all our Git repositories:
  
 
; bundles/
 
; bundles/
Line 14: Line 14:
 
== RAP Runtime ==
 
== RAP Runtime ==
  
There will be one repository for the runtime:
+
There will be one repository for the runtime: (to-be-done)
  
* [http://git.eclipse.org/c/rap/org.eclipse.rap.runtime.git org.eclipse.rap.runtime.git]
+
* {{Git|rap|org.eclipse.rap.runtime.git}}
 
* git://git.eclipse.org/gitroot/rap/org.eclipse.rap.runtime.git (read-only)
 
* git://git.eclipse.org/gitroot/rap/org.eclipse.rap.runtime.git (read-only)
* ssh://COMMIITER_ID@git.eclipse.org/gitroot/rap/org.eclipse.rap.runtime.git
+
* ssh://COMMITTER_ID@git.eclipse.org/gitroot/rap/org.eclipse.rap.runtime.git
  
 
== RAP Tooling ==
 
== RAP Tooling ==
Line 24: Line 24:
 
.. and one repository for the tooling:
 
.. and one repository for the tooling:
  
* [http://git.eclipse.org/c/rap/org.eclipse.rap.tooling.git org.eclipse.rap.tooling.git]
+
* {{Git|rap|org.eclipse.rap.tooling.git}}
 
* git://git.eclipse.org/gitroot/rap/org.eclipse.rap.tooling.git (read-only)
 
* git://git.eclipse.org/gitroot/rap/org.eclipse.rap.tooling.git (read-only)
* ssh://COMMIITER_ID@git.eclipse.org/gitroot/rap/org.eclipse.rap.tooling.git
+
* ssh://COMMITTER_ID@git.eclipse.org/gitroot/rap/org.eclipse.rap.tooling.git
  
 
== RAP Incubator ==
 
== RAP Incubator ==
Line 34: Line 34:
 
* [http://git.eclipse.org/c/rap/incubator list of incubator repositories]
 
* [http://git.eclipse.org/c/rap/incubator list of incubator repositories]
 
* 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://COMMITTER_ID@git.eclipse.org/gitroot/rap/incubator/org.eclipse.rap.incubator.COMPONENT.git
  
 
== Resources ==
 
== Resources ==

Revision as of 05:29, 27 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: (to-be-done)

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