Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 345613

Summary: Create gitroot area for CDT
Product: Community Reporter: Doug Schaefer <cdtdoug>
Component: GitAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

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.