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

Scout/Contributions Cloning Scout Manually

< Scout
Revision as of 03:21, 29 August 2013 by Judith.gull.gmail.com (Talk | contribs) (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