Re: [OT somewhat] commit modules separately or all under one project?

2008-10-08 Thread Geoffrey Wiseman
On Wed, Oct 8, 2008 at 11:33 AM, Rick <[EMAIL PROTECTED]> wrote: > In a typical JEE project I have a parent module that my children all > inherit from. My modules look like: > > parent > ear > ejb > web > jar > > My debate is how to best put this into version control? Do most of you > comm

[OT somewhat] commit modules separately or all under one project?

2008-10-08 Thread Rick
In a typical JEE project I have a parent module that my children all inherit from. My modules look like: parent ear ejb web jar My debate is how to best put this into version control? Do most of you commit the parent directory that holds all the submodules as 'one project' or do some