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'.

link|improve this question
feedback

1 Answer

Please read the guide "Using CVS Suite with Eclipse" that came with your CVS Server software: http://www.march-hare.com/cvspro/?pdf=k

If you have any problems please contact pre-sales technical support via sales at march-hare.com

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.