I'm getting a strange error while trying to add a file to CVS.
The problem started because the case was wrong, and causing issues (i.e. MyFile.js was in CVS as myfile.js)
I tried deleting the file, and adding it back in, and now I'm getting the following error:
cvs server: could not find parsed rcsfile MyFile.js
Is there any way for me to permanently delete this file and start new?
Deleting the file in Windows Explorer (on the server) did not solve the issue. When I delete the file in Windows Explorer, it allows me to add it back in, but tells me that it has been removed as soon as I update again.
EDIT:
I've tried the following:
- Removing the versioned file via windows explorer on the cvs server and adding it back via cvs add and commit. This allows me to add it, but then deletes it from my sandbox upon the first update.
- Adding the file as another name (i.e. MyFile2.js), and using cvs rename to rename to the correct name (MyFile.js). This will keep the file in my sandbox, but all other users get the other name (MyFile2.js). If I delete the file from my sandbox, then it comes back as the other name (MyFile2.js).
- Removing the versioned file via windows explorer on the cvs server and adding it via cvs add and commit, then trying to remove it via CVS. This results in an out of sync message from CVS. An update removes the file from my sandbox.