Community
Participate
Working Groups
Can you please create the following directories to allow us to test our cvs to git migration. The p2 test went well so we want to run a full test build where the other repos are migrated. Please assign permissions to the repositories that match the unix group name in the directory name. We're creating one repo per unix group. /gitroot/jdt/eclipse.jdt.core.git /gitroot/jdt/eclipse.jdt.debug.git /gitroot/jdt/eclipse.jdt.ui.git /gitroot/jdt/eclipse.jdt.git /gitroot/platform/eclipse.platform.git /gitroot/platform/eclipse.platform.debug.git /gitroot/platform/eclipse.platform.releng.git /gitroot/platform/eclipse.platform.resources.git /gitroot/platform/eclipse.platform.runtime.git /gitroot/platform/eclipse.platform.swt.git /gitroot/platform/eclipse.platform.team.git /gitroot/platform/eclipse.platform.text.git /gitroot/platform/eclipse.platform.ua.git /gitroot/platform/eclipse.platform.ui.git /gitroot/pde/eclipse.pde.git /gitroot/pde/eclipse.pde.build.git /gitroot/pde/eclipse.pde.ui.git /gitroot/pde/eclipse.pde.incubator.git /gitroot/equinox/rt.equinox.bundles.git /gitroot/equinox/rt.equinox.framework.git /gitroot/equinox/rt.equinox.p2.git /gitroot/equinox/rt.equinox.incubator.git /gitroot/equinox/rt.equinox.security.git thanks, as always
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.