View/Restore CVS deleted files
Hello All,
How is it possible to View/Restore CVS deleted files?
Not files that are marked to be deleted, but files that were actually already deleted from the repository.
Say using this view on the project will retreive all the files that were ever deleted from the project.
I know that Eclipse has this functionality.
thank you,
Rami
Please sign in to leave a comment.
You can use SmartCVS ;)
Tom
Sorry for the ignorance, what is SmartCVS? Is it a plugin?
Please take a look at http://www.smartcvs.com.
Tom
Try CVS (or Version Control if it's Irida)->"File View"
--
Olesya Smirnova
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Rami" <no_mail@jetbrains.com> wrote in message
news:14280075.1107418661043.JavaMail.itn@is.intellij.net...
>
actually already deleted from the repository.
ever deleted from the project.
>
>
This shows the files that are 'deleted', waiting for commit.
But what about the ones that were already deleted from the repository.
thank you,
Rami
try checking your cvs log for the revision number you'd like to retrieve and then run 'cvs update -r x.x deleted_file' where x.x is the revision number you're looking for...
diona