RTC 3.0.1.3 - top level files not visible in Project Explorer nor do they show up in Pending Changes when changed
we had our maven project migrated from another source control system to RTC.
The structure looks like:
/
pom.xml
file1.foo
file2.foo
file3.foo
module-dir-1/
module-dir-2/
module-dir-3/
...
When the repository workspace is loaded, those 4 top level files for some reason need to get loaded manually or they never appear. Also, even though they are loaded, they do not show up in the Project Explorer. And if they're edited, they don't get detected as changed in the Pending Changes view (yes, I've refreshed the sandbox from inside the pending changes view).
It's like RTC is ignoring all top level files and only showing directories.
Does anyone know how to fix this?
Thanks