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 "Committers (Buckminster)"

(Committer access)
Line 1: Line 1:
===Committer access===
+
=== Committer access ===
How to set up [[Committer access (Buckminster)|Committer access]] to our SVN repository
+
 
 +
How to set up [[Committer access (Buckminster)|Committer access]] to our SVN repository  
 +
 
 +
You should get started in a new Workspace by following these steps:
 +
 
 +
#Create a new empty project named TP<br>
 +
#Create a new target platform with one directory<br>
 +
#Point it to the TP project<br>
 +
#Check out the [http://dev.eclipse.org/viewsvn/index.cgi/trunk/org.eclipse.buckminster.releng/?root=Tools_BUCKMINSTER org.eclipse.buckminster.releng] project<br>
 +
#Set properties as needed in the [http://dev.eclipse.org/viewsvn/index.cgi/trunk/org.eclipse.buckminster.releng/build.properties?root=Tools_BUCKMINSTER&view=log build.properties] file<br>
 +
#Import the [http://dev.eclipse.org/viewsvn/index.cgi/trunk/org.eclipse.buckminster.releng/build.mspec?root=Tools_BUCKMINSTER&view=log build.mspec]
  
 
=== Buckminster Workspace Template ===
 
=== Buckminster Workspace Template ===

Revision as of 10:22, 24 October 2009

Committer access

How to set up Committer access to our SVN repository

You should get started in a new Workspace by following these steps:

  1. Create a new empty project named TP
  2. Create a new target platform with one directory
  3. Point it to the TP project
  4. Check out the org.eclipse.buckminster.releng project
  5. Set properties as needed in the build.properties file
  6. Import the build.mspec

Buckminster Workspace Template

A workspace template that unifies the coding style, error & warning level settings etc.

  • Create an empty folder (e.g. "workspace_buckminster")
  • Download Buckminster Workspace Template
  • Unzip & Untar its contents to the empty workspace folder

Back to the top