Counter to all the dev trends, need to really disable Team Sharing (CVS).
Have a project where all interaction with the CVS repository, due to
legacy constraints, must be done through CVS command-line interface.
Using Eclipse v3.3.1 for Java on linux. Open project, in project explorer,
right mouse on project, Team -> disable sharing. Then do a right
mouse-->Refresh on a project folder and Team -->Sharing is re-enabled,
without my setting it so.
Since the project folders/files will still at some point be managed
through command-line external CVS, cannot insert .cvsignore files, etc.
Just need to really disable Team/CVS in Eclipse.
Is there a way to do this? - rename eclipse files, remove plugins?