Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 345505 - Request for a Git repo for the Gemini.DBAccess subproject
Summary: Request for a Git repo for the Gemini.DBAccess subproject
Status: RESOLVED FIXED
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: Git (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Eclipse Webmaster CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-11 18:16 EDT by Juergen Kissner CLA
Modified: 2011-05-12 11:34 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Juergen Kissner CLA 2011-05-11 18:16:35 EDT
Gemini is made up a number of subprojects, one of which is DBAccess:

http://www.eclipse.org/projects/project_summary.php?projectid=rt.gemini.dbaccess

DBAccess currently uses a subversion repository, which we plan to migrate to git.

Until now there is a /gitroot/gemini and a /gitroot/gemini.web and I want to ask you to create the container for the gemini.dbaccess.
Comment 1 Eclipse Webmaster CLA 2011-05-12 11:34:23 EDT
Done.

Here's the 'how to initialize' guide:

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

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

-M.