Displaying the Status of a CVS File
Use this to display the status of a project or a file that is under CVS source
control.
To display the status:
- With the file selected in the navigator, choose Source
Control | View Status from the context menu.
- The Status of CVS File dialog displays information about the file. Possible
statuses are:
- Changed locally - the file has been locally modified since it was copied
from the repository.
- Changed in repository - the file has been modified by another user since
it was copied from the repository.
- Locally removed - the file will be removed during the next commit.
- Locally added - the file will be added during the next commit.
- Up-to-date - the file is up-to-date with the latest CVS repository revision.
- File has conflicts - these may have resulted from a file update or commit
action. If necessary, consult your CVS administrator for assistance.
- Needs merge or needs patch - the file externally, for example, by another
user.
Related Topics
Using Concurrent Versioning System (CVS) With
JDeveloper