| Summary: | directories for cvs to git migration for JDT, PDE, Platform and Equinox | ||
|---|---|---|---|
| Product: | Community | Reporter: | Kim Moir <kim.moir> |
| Component: | Git | Assignee: | Eclipse Webmaster <webmaster> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | aniefer, christian.campo, daniel_megert, gheorghe, john.arthorne, pwebster |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 345479 | ||
|
Description
Kim Moir
Done. -M. Just a note to us ... Kim, these are directories, before we use them we'll need to either init them with --bare --shared or mirror a repo into them. PW Can you add another one /gitroot/equinox/rt.equinox.binaries.git with the same commit rights as rt.equinox.framework.git. Equinox will be storing their binaries in a separate repo. SWT will be doing the same so please leave this bug open for a while until we have all this sorted :-) (In reply to comment #3) > Can you add another one /gitroot/equinox/rt.equinox.binaries.git with the same > commit rights as rt.equinox.framework.git. > > Equinox will be storing their binaries in a separate repo. > > SWT will be doing the same so please leave this bug open for a while until we > have all this sorted :-) I have a git repository ready for the equinox binaries, but I still need the folder /gitroot/equinox/rt.equinox.binaries.git to put it in. (In reply to comment #4) > > I have a git repository ready for the equinox binaries, but I still need the > folder /gitroot/equinox/rt.equinox.binaries.git to put it in. Also another note, when you make the shared repo make sure <repo>/config has sharedrepository = 1 in the [core] section You can add it (relatively) safely using: git config --add core.sharedrepository 1 in the bare repo. PW SWT needs an additional directory for our binaries: /gitroot/platform/eclipse.platform.swt.binaries.git Thanks! > Can you add another one /gitroot/equinox/rt.equinox.binaries.git with the same > commit rights as rt.equinox.framework.git. Done. > /gitroot/platform/eclipse.platform.swt.binaries.git Done. Can you please add eclipse.platform.ua.git as well It seems to be missing. Also, chown it with the appropriate guid. thanks :-) Done. This was done. |