[progress Communities] [progress Openedge Abl] Forum Post: Re: Recommendations For Working...

  • Thread starter Thread starter Tim Kuehn
  • Start date Start date
Status
Not open for further replies.
T

Tim Kuehn

Guest
[quote user="Patrick Tingen"] I would like to have all code in one module since changes often require sources of multiple modules to be changed, which would creating and maintaining projects not straight forward. [/quote] Projects are just another way of dividing up the code in PDS - the can be stand alone or they can be inter-related with other projects, so I'd concur with Greg wrt making each top level directory a project. This'll divide the code up where PDS is concerned while retaining your "one git code base" requirement. Some things to look out for - set each project's propaths to the required mapping between the project workspaces, and mark each project ".project" and related files as "forget" in git so they don't become part of the SCMS code base. Once that's done you should be good to go!

Continue reading...
 
Status
Not open for further replies.
Back
Top