I've removed a checked in file from the CVS branch, i.e.:
cvs remove -f file.txt
cvs commit
How do I restore the file?
|
I've removed a checked in file from the CVS branch, i.e.:
How do I restore the file?
| |||
|
feedback
|
|
I believe that:
... will resurrect it from the attic. | |||
|
feedback
|
|
I've found that you can not use
but this doesn't work:
The simplest method I've found so far is to run
| ||||
|
feedback
|
|
The | |||
feedback
|
|
Given Harry's lack of success, here's a transcript of what I did to demonstrate that the above answer works (apologies in advance for its length):
Clearly he's doing the right thing, but the behaviour he's observing is different. Perhaps there's a difference due to CVS version (I'm using 1.11.22 on Windows). | ||||
|
feedback
|
|
I get this error when I try to restore
| |||||
feedback
|
|
Here's what I do. I just create an empty file of the same name, then add and commit it, then retrieve the older version and re-commit that. | |||
|
feedback
|