Filename is example c last version before removal was 1 41 cvs up r 1 41 example c mv example c xxx cvs up a example c resets to head mv xxx example c cvs add.
Cvs remove attic files.
Try a command like.
The cvs remove command is used to mark a file as removed in the repository.
Instead the file gets put in the attic literally.
A dead state means that file has been removed or.
Cvs keeps track of this and looks in the attic when it needs to.
It should not matter from a user point of view whether a file is in the attic.
What happens when you remove a file.
Cvs must be able to retrieve such files when you request an old snapshot of the project.
The file isn t actually removed from the repository.
If you have access to the repository you can find all files in the attic with find.
Then grab the contents of the revision and add it back in.
But in case you want to know the rule is that the rcs file is stored in the attic if and only if the head revision on the trunk has state dead.
When you remove a file from a project it doesn t just disappear.
So if you want to restore from a remove you have to create a fresh version with the contents.
Cvs stores removed files in the attic directories but you don t need to know that.
It simply is stored in a special directory called attic so that its earlier revisions can be recalled the file is no longer sent to sandboxes and it is removed from existing sandboxes at the next cvs update which displays the message cvs server.
Cvs remove f file txt cvs commit cvs add file txt the simplest method i ve found so far is to run cvs status file txt to find out the revision number.
Filename is no.