Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gemini-dev] Fwd: Git container on git.eclipse.org

For those who commit to the Gemini Git repo the details are below.

-Mike
-------- Original Message --------
Subject: Git container on git.eclipse.org
From: Webmaster(Matt Ward) <webmaster@xxxxxxxxxxx>



Hello,
Your project now has a container for Git repositories on 
git.eclipse.org.  You (or someone on your project team that has SSH 
access) must now create one or more repositories, unless these 
repositories were created for you by webmaster.  You are encouraged to 
create one repository per component or module in your project (where a 
component can be a plugin or a sub-project).

   ssh committer_id@xxxxxxxxxxxxxxx
   cd /gitroot/gemini
   initrepo org.eclipse.gemini.git

Once your repository has been created, you can access it like so:
   Committer: git clone 
ssh://committer_id@xxxxxxxxxxxxxxx/gitroot/gemini/org.eclipse.gemini.git

   Anonymous: git clone 
git://git.eclipse.org/gitroot/gemini/org.eclipse.gemini.git
   Anonymous http: 
git://git.eclipse.org/gitroot/gemini/org.eclipse.gemini.git
   Web browsable via: http://git.eclipse.org/

Committer access via https is disabled (and discouraged), but it is 
available.  Please ask us if you absolutely need commit access over https.

For more information about Git, please see the Git wiki page and 
migration guide:
   http://wiki.eclipse.org/Git
   http://wiki.eclipse.org/Git/Migrating_to_Git

*IMPORTANT NOTE: *Eclipse.org will *REFUSE* pushed changes if the 
Committer entry is not YOU.  Please ensure you configure your git 
environment correctly, by specifying your Eclipse Committer email 
address before committing.  Please see the Git wiki page (above) for 
more details; specifically:

   http://wiki.eclipse.org/Git#Notes_on_DVCS

-Matt.

-- 

Eclipse WebMaster - webmaster@xxxxxxxxxxx

Questions? Consult the WebMaster FAQ at http://wiki.eclipse.org/index.php/Webmaster_FAQ
View my status at http://wiki.eclipse.org/index.php/WebMaster


Back to the top