Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [incubation] possible for one project to have multiple git repositories?

Mark,

There is no limitation on Git repositories for an any Eclipse project. You can have as many as you want.

If you Git repositories are hosted at Eclipse.org then they have their own directory structure (eg., /gitroot/omr/<whatever-you-like-here). As GitHub does not allow directories (or sub-organizations) all Git repositories of a project a re prefixed with the project name (eg., github.com/eclipse/che-<repository>).

-Gunnar

-- 
Gunnar Wagenknecht
gunnar@xxxxxxxxxxxxxxx, http://guw.io/






> Am 22.03.2016 um 14:40 schrieb Mark Stoodley <mstoodle@xxxxxxxxxx>:
> 
> A use case has come up for the OMR project where we have a significant piece of functionality that could be consumed both as part of the OMR project but also independently of the rest of the OMR project. The easiest way to manage that would probably be to have it reside in its own git repository, although we haven't decided 100% that's the way to go.
> 
> Just testing the waters on that solution: is it possible for an Eclipse project to have more than one associated git repo?  Say eclipse/omr and eclipse/omr/agentcore (where agentcore is the name of the significant piece of functionality).
> 
> Or is that only possible with top-level projects and then creating a sub-project?
> Mark Stoodley	 8200 Warden Avenue	
> <Mail-Anhang.gif>
> Senior Software Developer	 Markham, L6G 1C7
> IBM Runtime Technologies	 Canada
> Phone:	+1-905-413-5831	 	
> e-mail:	mstoodle@xxxxxxxxxx	 	
> We cannot solve our problems with the same thinking we used when we created them - Albert Einstein
>  
>  
> 
> 
> 
> _______________________________________________
> incubation mailing list
> incubation@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/incubation



Back to the top