Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 345613 - Create gitroot area for CDT
Summary: Create gitroot area for CDT
Status: RESOLVED FIXED
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: Git (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Eclipse Webmaster CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-12 11:15 EDT by Doug Schaefer CLA
Modified: 2011-05-12 11:28 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 Doug Schaefer CLA 2011-05-12 11:15:38 EDT
Hi, could you create /gitroot/cdt for us? Ownership should be same as our CVS repo. Could you set the ownership to dschaefer.cdt-platform. Thanks!
Comment 1 Eclipse Webmaster CLA 2011-05-12 11:28:59 EDT
Done.

Here's the 'how to initialize' guide:

  ssh committer_id@git.eclipse.org
  cd /gitroot/cdt
  initrepo org.eclipse.cdt.git

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

-M.