We usually use snapshot views and they work just fine.
However, I tried to use a dynamic view recently and doesn't show empty files in the working directory. We use Python so namely, it doesn't show empty __init__.py
files, which breaks most of our code. All other files in the same directory, and non-empty __init__.py
files exist.
Is this a known issue? What can I do?
Running cleartool ls
says about the __init__py
file: "no version selected".
My config spec looks something like this:
element * CHECKEDOUT
element * SubComponenet1_VersionX
element * SubComponenet2_VersionY
element * SubComponenet3_VersionZ
element /src_base /main/LATEST
Assuming the empty files are inside src_base
and considering the last rule, how can a file not have a selected version?