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 "DTP New Committer Info"

(Undo revision 340114 by Kristofcamus.yahoo.fr (Talk))
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Back To|name=DTP Main Page|href=Data Tools Platform Project}}
 
{{Back To|name=DTP Main Page|href=Data Tools Platform Project}}
<WORK IN PROGRESS, STARTED JANUARY 22, 2009>
+
Last updated: February 29, 2012
  
 
Congratulations on becoming a committer for the Data Tools Platform (DTP) Project at Eclipse!
 
Congratulations on becoming a committer for the Data Tools Platform (DTP) Project at Eclipse!
Line 69: Line 69:
 
[http://wiki.Eclipse.org/index.php/Data_Tools_Platform_Project Main Data Tools Platform Project Wiki]
 
[http://wiki.Eclipse.org/index.php/Data_Tools_Platform_Project Main Data Tools Platform Project Wiki]
  
#<li value=3>Some additional bits of information:
+
== Some additional bits of information ==
  
 
For bug tracking, all eclipse projects use Bugzilla. To Create a Bugzilla account, click [https://bugs.eclipse.org/bugs/createaccount.cgi here].
 
For bug tracking, all eclipse projects use Bugzilla. To Create a Bugzilla account, click [https://bugs.eclipse.org/bugs/createaccount.cgi here].
  
For source code control, all eclipse projects use CVS or SVN on the Eclipse file servers. DTP uses CVS.  
+
For source code control, DTP uses Git for its source code repository starting from DTP 1.9.1 release and on. Prior to that, DTP source code repository was maintained in Eclipse CVS.
  
To get anonymous CVS access to DTP source code, you can do the following:
+
===[http://wiki.eclipse.org/DTP_Source_Code_Repository DTP Git Repository]===
 +
 
 +
===DTP CVS Repository===
 +
The DTP source code repository has been migrated from Eclipse CVS to [http://wiki.eclipse.org/DTP_Source_Code_Repository Git] after the Indigo release (DTP 1.9.0).
 +
 
 +
To get anonymous access to archived DTP source code in Eclipse CVS, you can do the following:
 
#Go to Window->Open Perspective->Other. Select CVS Repository Exploring.  
 
#Go to Window->Open Perspective->Other. Select CVS Repository Exploring.  
 
#In the CVS Repositories view, click the +CVS button on the toolbar or right-click on an empty part of the view, to bring up the Add CVS Repository dialog.  
 
#In the CVS Repositories view, click the +CVS button on the toolbar or right-click on an empty part of the view, to bring up the Add CVS Repository dialog.  
Line 115: Line 120:
 
| This directory holds SQL Dev Tools sub-project plug-ins.  
 
| This directory holds SQL Dev Tools sub-project plug-ins.  
 
|}
 
|}
 +
 +
== Creating a Patch ==
 +
 +
Once you have code checked out, you can make your changes. And if you want to contribute a patch back for a particular Bugzilla entry, the quickest way into the DTP team's heart!
 +
 +
To create a patch:
 +
 +
# Make your changes
 +
# Right-click on the project in your workspace and find the Team->Create Patch menu on the popup.
 +
# Follow the steps to create a file to save in your local file system.
 +
# Go to the Bugzilla entry and attach the patch file.
 +
 +
Pretty simple!
  
 
[[Category:Data Tools Platform]]
 
[[Category:Data Tools Platform]]

Latest revision as of 12:38, 17 June 2013

Back to DTP Main Page

Last updated: February 29, 2012

Congratulations on becoming a committer for the Data Tools Platform (DTP) Project at Eclipse!

Now that you're here, what exactly does that mean?

We'll boil it down to three steps:

  1. Check out the Development Resources site at the Eclipse Wiki. That will give you an overview of Eclipse Foundation guidelines and general resources for committers, leads, and so on.
  2. Don't hesitate to contact us:
DTP Newsgroup
Name Details
eclipse.dtp Newsgroup DTP Newsgroup (eclipse.dtp)

DTP Newsgroup RSS

DTP Newsgroup on the Web

DTP Mailing Lists
Name Details
<dtp-dev@eclipse.org> Setup

dtp-dev Mailing List RSS

dtp-dev Mailing List on the Web

<dtp-pmc@eclipse.org> Setup

dtp-pmc Mailing List RSS

dtp-pmc Mailing List on the Web

<dtp-connect-dev@eclipse.org> Setup

dtp-connect-dev Mailing List RSS

dtp-connect-dev Mailing List on the Web

<dtp-models-dev@eclipse.org> Setup

dtp-models-dev Mailing List RSS

dtp-models-dev Mailing List on the Web

<dtp-sqldevtools-dev@eclipse.org> Setup

dtp-sqldevtools-dev Mailing List RSS

dtp-sqldevtools-dev Mailing List on the Web


You can also find a variety of information on the DTP Wiki:

Main Data Tools Platform Project Wiki

Some additional bits of information

For bug tracking, all eclipse projects use Bugzilla. To Create a Bugzilla account, click here.

For source code control, DTP uses Git for its source code repository starting from DTP 1.9.1 release and on. Prior to that, DTP source code repository was maintained in Eclipse CVS.

DTP Git Repository

DTP CVS Repository

The DTP source code repository has been migrated from Eclipse CVS to Git after the Indigo release (DTP 1.9.0).

To get anonymous access to archived DTP source code in Eclipse CVS, you can do the following:

  1. Go to Window->Open Perspective->Other. Select CVS Repository Exploring.
  2. In the CVS Repositories view, click the +CVS button on the toolbar or right-click on an empty part of the view, to bring up the Add CVS Repository dialog.
  3. In the Add CVS Repository dialog, use the following values:
    • Host: dev.eclipse.org
    • Repository path: /cvsroot/datatools
    • User: anonymous
    • Connection type: pserver (should be the default)
  4. Click Finish.

That creates a CVS repository in the view that you can then drill into to check out DTP projects.

The important things to know are:

Important DTP CVS Locations
Name Details
HEAD/org.eclipse.datatools.build This directory holds build-related information about plug-ins and features to include in builds. It is mostly maintained by our build team.
HEAD/org.eclipse.datatools.connectivity This directory holds Connectivity sub-project plug-ins.
HEAD/org.eclipse.datatools.enablement This directory holds Enablement sub-project plug-ins.
HEAD/org.eclipse.datatools.incubator This directory holds Incubator sub-project plug-ins.
HEAD/org.eclipse.datatools.modelbase This directory holds Model Base sub-project plug-ins. This includes the DB Definition and SQL Models.
HEAD/org.eclipse.datatools.releng This is a special project for managing .map files for our builds.
HEAD/org.eclipse.datatools.sqltools This directory holds SQL Dev Tools sub-project plug-ins.

Creating a Patch

Once you have code checked out, you can make your changes. And if you want to contribute a patch back for a particular Bugzilla entry, the quickest way into the DTP team's heart!

To create a patch:

  1. Make your changes
  2. Right-click on the project in your workspace and find the Team->Create Patch menu on the popup.
  3. Follow the steps to create a file to save in your local file system.
  4. Go to the Bugzilla entry and attach the patch file.

Pretty simple!

Copyright © Eclipse Foundation, Inc. All Rights Reserved.