Project tree or Version Control Browser objects are overlaid with icons depicting their version control status.
For example, you can know whether the file acquired from the repository is up to date, whether it has been edited, or if it is locked by another worker, and so on.
Icon | Name | Description |
---|---|---|
Normal | Version control has been done. | |
Add | Marked for addition. | |
Edited | There is a change from the state of the acquired revision. | |
Non-latest | The local file is older than the repository file. | |
Lock | The file is locked. |
Icon | Name | Description |
---|---|---|
Normal | Version control has been done. | |
Add | Marked for addition. | |
Checkout | Checked out for editing. | |
Checkout by other users | Another user has checked that file out. | |
Checkout by current user and other users | Current user and other users have checked this file out. | |
Edited | There is a change from the state of the acquired revision. | |
Non-latest | The local file is older than the one in the depot. | |
Checkout file non-latest | The file being checked out is older than the file of the depot. | |
Lock | The file is locked. |