Subversion: Commit Dialog Box
See Also
The Subversion Commit dialog box enables you to commit local changes in
version-controlled files to the repository. If you have an issue
tracker set up with your repository, the commit dialog box lets you
associate your commit action with an existing issue.
You access this dialog box by right-clicking a version-controlled file or
folder that contain local changes and choosing Subversion > Commit. You
can also access this dialog box by selecting the commit button
(
) in the
Diff Viewer or the
Versioning window.
- Commit Message: Type in a message describing your commit action.
- When entering a commit message, you can view previous messages by clicking
the Recent Messages button (
) located in the upper right corner of the
dialog. A dialog displays, listing recent commit messages.
- Files to Commit: View files that will be included in the commit action.
When you click on a field in the Commit Action column, you can specify additional
actions by choosing from the drop-down list:
- Exclude from Commit: Exclude the selected file from the
commit action.
- Add as Text: Set the MIME type for the file as textual data.
(For new files only. New files are displayed in green text.)
- Add as Binary: Set the MIME type for the file as binary
data. (For new files only. New files are displayed in green text.)
- Update Issue: Update an issue by associating your commit action
with an existing issue in your repository's issue tracker.
- Issue Tracker: Specify the issue tracker that your repository
uses, by selecting an issue tracker from the drop-down list. The drop-down
provides you with a list of all issue trackers registered with the IDE. If
your repository's issue tracker is not registered, click the New
button to register it.
- Issue: Specify the issue ID. You can do this by typing in
the ID, or part of the description.
You can also specify the following options:
- Resolve as FIXED: When selected, the status of the issue is marked as Resolved.
- Add Commit Message from Above: When selected, the commit message
is added to the issue.
- Add Revision Information to the Issue: When selected, the issue is updated
to include the revision information such as the author, date, etc.
You can click Change Format to modify the format of the revision information
that is added to the issue.
- Add Issue Information to Commit Message: When selected, the issue ID and summary
are added to the commit message.
You can click Change Format to modify the format of the issue information
that is added to the message.
- See Also
- About Issue Trackers
- Adding an Issue Tracker
- Checking Out Files from a Subversion Repository
Legal Notices