Вопрос

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