Background:
Using content management server configured for FileSystemStorage - i.e. files are stored on the server's file system. Therefore, as new files are checked into a DIR, a new sub-directory under the ContRep root will be created.
Condition:
It may be that user will check in incorrect file or need to delete the file from the DIR prior to final release of the DIR.
Our testing and review of CMS server file system shows that ContRep sub-directory is created but is not removed following deleting the DIR file.
As a result, there is a ContRep sub-directory that is not linked to any DIR file.
We are looking for adjustments to configuration to insure that, when DIR file is deleted, the corresponding ContRep sub-directory is deleted also.