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

0
6 comments
Avatar
Permanently deleted user

You can use SmartCVS ;)

Tom

0
Avatar
Permanently deleted user

Sorry for the ignorance, what is SmartCVS? Is it a plugin?

0
Avatar
Permanently deleted user

Please take a look at http://www.smartcvs.com.

Tom

0
Avatar
Permanently deleted user

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...

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



0
Avatar
Permanently deleted user

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

0
Avatar
Permanently deleted user

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

0

Please sign in to leave a comment.