This is most common Source Control Folder structure. There is a folder for custom top and sub-folders for types of files. | |
In this Source Control setup, we have created one folder for each extension which will contain files developed for that specific extension. It is important to note that the folder structure under each extension has folders like cp_sql, sql, import, workflows, publisher etc. to identify specific files. The workflows folder can hold both wft and wfx files. Each extension folder will be used to create new FlexDeploy project. Image RemovedImage Added | Application - XXAP Option 3 Option 4 Multiple projects like Extension1, Extension2, Extension3 The files in each are different, so this is a fine approach.
Create a FlexDeploy Application named XXAP with and multiple projects under it, one for each Extension folder. Point the source for each FlexDeploy project to a specific Extension folder in the Source Control Repository. Files populated in FlexDeploy project will look like /cp_sql/my.sql, /import/my.ldt. Developers can create Packages with files they are interested in and deploy to various environments. Packages will be deployed from various projects. They can be managed as a unit with a release. As always, files can also be added to be pulled from EBS instead of Source Control Repository.
|