Skip to main content

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

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


Back to the top