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

Scout/Contributions Cloning Scout Manually

< Scout
Revision as of 03:21, 29 August 2013 by Unnamed Poltroon (Talk) (New page: How to clone Scout repositories manually is shown here: == GIT Repositories == All Eclipse Scout Git repositories are listed under http://git.eclipse.org/c/scout/. org.eclipse.scout-a...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

How to clone Scout repositories manually is shown here:

GIT Repositories

All Eclipse Scout Git repositories are listed under http://git.eclipse.org/c/scout/.

org.eclipse.scout-aggregator.git  //used for building and aggregation (p2 repositories) and deployment
org.eclipse.scout.rt.git          //Scout Runtime
org.eclipse.scout.sdk.git         //Scout Tooling
scout.rt.incubator.git            //Scout Incubation Components (currently only runtime)


You need to clone all repositories that you need for your daily work. Because we are using Gerrit for code review, you need to setup this as well.

Back to the top