Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-reviews-dev] Git structure

Hello,

My vote (+1) for the second option with one sub-directory for each reference implementation

The separation is justified since each reference implementation may contain a good number of bundles e.g. ..core, ui, core.tests, ui.tests, help, feature, etc.. so a separator folder would facilitate the visualitation of the actual structure and make it more in line with the Bugzilla component structure for the Reviews sub-project.

/Alvaro


On Thu, Oct 7, 2010 at 4:29 PM, Kilian Matt <kilian.matt@xxxxxxxxxxxxxxxxx> wrote:
Hi,

as we soon have a few more projects in our git repository, I would
like to ask, what structure is preferred.

flat: all eclipse projects in one directory
e.g.
/org.eclipse.mylyn.reviews.framework
/org.eclipse.mylyn.reviews.gerrit.core
/org.eclipse.mylyn.reviews.gerrit.ui
...

nested: one directory for each (sub)project containing its eclipse projects
/tbr/org.eclipse.mylyn.reviews.tbr.core
/tbr/org.eclipse.mylyn.reviews.tbr.ui
/framework + subfolders


With the flat structure it's maybe easier to check the whole project
out at once, while the second one is a bit more organized and more
suitable for maven tycho.

Kilian
_______________________________________________
mylyn-reviews-dev mailing list
mylyn-reviews-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mylyn-reviews-dev


Back to the top