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?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top