Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 349891 - directories for cvs to git migration for JDT, PDE, Platform and Equinox
Summary: directories for cvs to git migration for JDT, PDE, Platform and Equinox
Status: RESOLVED FIXED
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: Git (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Eclipse Webmaster CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 345479
  Show dependency tree
 
Reported: 2011-06-20 21:55 EDT by Kim Moir CLA
Modified: 2012-01-24 09:54 EST (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kim Moir CLA 2011-06-20 21:55:17 EDT
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
Comment 1 Eclipse Webmaster CLA 2011-06-21 10:12:11 EDT
Done.

-M.
Comment 2 Paul Webster CLA 2011-06-27 07:07:44 EDT
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
Comment 3 Kim Moir CLA 2011-06-27 17:15:41 EDT
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 :-)
Comment 4 Andrew Niefer CLA 2011-06-29 17:45:10 EDT
(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.
Comment 5 Paul Webster CLA 2011-06-29 18:46:46 EDT
(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
Comment 6 Bogdan Gheorghe CLA 2011-07-05 11:33:08 EDT
SWT needs an additional directory for our binaries:

/gitroot/platform/eclipse.platform.swt.binaries.git

Thanks!
Comment 7 Denis Roy CLA 2011-07-05 13:09:01 EDT
> 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.
Comment 8 Kim Moir CLA 2011-07-07 11:35:41 EDT
Can you please add 
eclipse.platform.ua.git as well 

It seems to be missing.
Also, chown it with the appropriate guid. thanks :-)
Comment 9 Denis Roy CLA 2011-07-08 10:39:48 EDT
Done.
Comment 10 John Arthorne CLA 2012-01-24 09:54:09 EST
This was done.