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