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

Bug 364303

Summary: 4 git repositories required (for RMF project)
Product: Community Reporter: Michael Jastram <michael>
Component: GitAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Michael Jastram CLA 2011-11-21 06:19:51 EST
Hello,

I'd like to request the creation of the following 4 repositories:

org.eclipse.modeling.rmf.core.rif11.git 
org.eclipse.modeling.rmf.core.rif12.git 
org.eclipse.modeling.rmf.core.reqif10.git 
org.eclipse.modeling.rmf.pror.reqif10.git 

Thanks,

- Michael
Comment 1 Eclipse Webmaster CLA 2011-11-21 10:02:58 EST
I can create these(if you like) but you can create them as well.  Just login to git.eclipse.org and do:

initrepo /gitroot/rmf/org.eclipse.modeling.rmf.some.repo.git

-M.
Comment 2 Michael Jastram CLA 2011-11-21 10:11:49 EST
Hi Matt,

> I can create these(if you like) but you can create them as well.  Just login to
> git.eclipse.org

I tried that, but I get the following message:

> If your prompt is r$ and you are disconnected after a command, 
> please remember that shell access is only available on
> build.eclipse.org. 
> 
> r$ 

I recall having seen a message that indicated that committers don't have ssh access any more for security reasons, and this message seemed to confirm this.  If there is a way for maintaining repositories myself, I'll be happy to do so.

Thanks,

- Michael
Comment 3 Eclipse Webmaster CLA 2011-11-21 10:17:43 EST
While committers don't have ssh access by default, the restricted shell they do have is allowed to create Git repos, via the initrepo command.

I've created the repos for you.

-M.