Hello.
In behalf of a customer, I have a tricky question.
I am trying to find a way to remove dependencies between files with no real logical or technical dependency except the location and name, so they don't prevent package promotions due to those dependencies.
Is it possible to verify package dependency of all repository except for a specific folder?
If not, can you suggest an alternative way to not version a group of files, like the one checked into a specific view path?
Can form attachments be an alternative? If yes, how can we control the accesses to them?
Below, I have an example.
I have two packages of the same project, with nothing in common except one file (Install_modules.xml):
Package 1
\sourcecode\ComponentA.source (v23)
\sourcecode\ComponentB.source (v21)
\bin\ComponentA.bin (v23)
\bin\ComponentB.bin (v21)
\deploy\Install_modules.xml (v06)
Package 2
\sourcecode\ComponentC.source (v16)
\sourcecode\ComponentD.source (v20)
\bin\ComponentC.bin (v16)
\bin\ComponentB.bin (v20)
\deploy\Install_modules.xml (v07)
Best regards,
Ricardo Bernardino