HockChai Lim
HockChai Lim

Reputation: 1713

Eclipse -> Team -> Add to version control

I've added a new file to a project in Eclipse. But I'm not having any luck adding this new file to CVS for version control. CVS/Eclipse keeps error it out when I try to do that. Below is what I did: 1) On Eclipse/RAD IDE, right click on the new file and select Team -> Add to version control.

Below is the error I gotton:

Errors saving CVS synchronization information to disk. Please fix the problems listed below and then update the affected resources from the CVS repository.
    Resource '/Boss/conf/CVS' does not exist.
    Resource '/Boss/conf/CVS' does not exist.

When I click on the "Show CVS Console" button. I see this:

***
cvs add -kkv "/Boss/conf/mobileConnect.pcml"
    cvs server: scheduling file `conf/mobileConnect.pcml' for addition
    cvs server: use 'cvs commit' to add this file permanently
ok (took 0:00.421) 

Upvotes: 0

Views: 760

Answers (1)

plaintext
plaintext

Reputation: 96

It looks like the subdirectory conf was not yet added to the repository. This must be done before you can add any file there.

Upvotes: 1

Related Questions