![]() | Removing files |
Prev | Working with files | Next |
Like adding files, removing files is done in two steps: First, the files have to be registered as removed by choosing File->Remove from repository which issues the command
cvs remove -f filenames
After that, this modification to the sandbox has to be committed, possibly together with other modifications to the project.
The above command only works if the file is up-to-date. Otherwise, you get an error message. This behavior is sensible: If you have modified the file compared to the version in the repository, or if someone else has made any modifications, you will first want to check if you really want to discard them.
Prev | Home | Next |
Working with files | Up | Adding and removing folders |