Reputation: 855
Is there a way for Eclipse within a Java project to display what files the CVS thinks I'm editing? I'm trying to "Unedit" files I could have sworn I "Unedited" months ago (as I no longer intend to make changes to those files, and I have no local changes to those files).
Another way to think of this is: if I marked files for editing on my PC, and installed Eclipse with the same CVS user on a different PC, could that other PC see which files I marked for editing?
Upvotes: 0
Views: 122
Reputation: 46500
Do you mean you just need to see the changed files?
If so, just right click on the project folder in the Project Explorer
and select Team -> Synchronize with Repository
. That should bring you to a view that shows the changes.
Upvotes: 1