What does the database symbol mean in Eclipse icons?

前端 未结 3 1223
渐次进展
渐次进展 2021-01-12 18:53

What does the database symbol mean in Eclipse icons?

I marked the database symbol in two places here:

\"

3条回答
  •  心在旅途
    2021-01-12 19:43

    it depicts the project is version controlled. And the file has not been modified locally since your last check out. & the number is the version number. The file without the number is newly added, i.e. not version controlled.

    to check in to TFS:

    1. right click on the project (not just a file)

    2. select team

    3. select check in pending changes

    4. now you'll get a window showing files with changes (including new files), you can select whatever you want to check in.

提交回复
热议问题