I am facing very typical problem here. Scenario: I have two projects in eclipse named A and B. I created both these projects in eclipse by importing files from CVS repository. Project A works fine and all source files are shown properly in eclipse, but in case of project B no source file is shown. Nothing appears in the hierarchy shown for that project in eclipse.
I have noted a basic difference between repository of these two projects. In case of A which is working fine a folder named 'CVS' is getting created in each sub folder of its repository and all source files in this project is getting converted to 'file.java,v' type when I import this project to repository. But in case of project B, a folder named 'CVS' is not getting created for each sub folder and all source files in it are only 'file.java' and not 'file.java,v'.