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 "Gemini/DBAccess/CommitterGuide/HowToUseGerrit"

m
Line 1: Line 1:
= How to Use Gerrit =
 
 
 
Gerrit is the preferred way contribute to DBAccess.
 
Gerrit is the preferred way contribute to DBAccess.
  
  
  
== IP Process  ==
+
= IP Process  =
  
 
The IP process for Gerrit is described here: [[Development Resources/Handling Git Contributions#Gerrit]]<br>
 
The IP process for Gerrit is described here: [[Development Resources/Handling Git Contributions#Gerrit]]<br>
  
== Setup  ==
+
= Setup  =
  
 
To setup your access to Gerrit follow the documentation [[Gerrit#Logon]]. You should perform the following steps:  
 
To setup your access to Gerrit follow the documentation [[Gerrit#Logon]]. You should perform the following steps:  
Line 18: Line 16:
  
 
== Eclipse IDE Configuration  ==
 
== Eclipse IDE Configuration  ==
 
+
The Gerrit code repository can either be accessed via ssh or https.
 
The Gerrit-enabled repo URLs are:  
 
The Gerrit-enabled repo URLs are:  
=== SSH ===  
+
== SSH ==  
 
ssh://userid@git.eclipse.org:29418/gemini.dbaccess/org.eclipse.gemini.dbaccess.git  
 
ssh://userid@git.eclipse.org:29418/gemini.dbaccess/org.eclipse.gemini.dbaccess.git  
=== HTTPS ===
+
== HTTPS ==
 
https://git.eclipse.org/r/p/gemini.dbaccess/org.eclipse.gemini.dbaccess.git  
 
https://git.eclipse.org/r/p/gemini.dbaccess/org.eclipse.gemini.dbaccess.git  
  

Revision as of 11:23, 4 April 2012

Gerrit is the preferred way contribute to DBAccess.


IP Process

The IP process for Gerrit is described here: Development Resources/Handling Git Contributions#Gerrit

Setup

To setup your access to Gerrit follow the documentation Gerrit#Logon. You should perform the following steps:

  1. Add the dbaccess project to the list of projects you watch: https://git.eclipse.org/r/#/settings/projects
    1. add the the following project name: gemini.dbaccess/org.eclipse.gemini.dbaccess and select all attributs (New Changes, All Comments, Submitted Changes)
  2. Upload your SSH public keys to Gerrit if you wish to use SSH: https://git.eclipse.org/r/#/settings/ssh-keys

Eclipse IDE Configuration

The Gerrit code repository can either be accessed via ssh or https. The Gerrit-enabled repo URLs are:

SSH

ssh://userid@git.eclipse.org:29418/gemini.dbaccess/org.eclipse.gemini.dbaccess.git

HTTPS

https://git.eclipse.org/r/p/gemini.dbaccess/org.eclipse.gemini.dbaccess.git



--Juergen.kissner.sap.com 14:48, 4 April 2012 (UTC)

Back to the top