Log Pane

From RAD Studio
Jump to: navigation, search

Go Up to Projects Window


You can show Log pane in the IDE, selecting:

  • For Subversion: Project Manager | right-click a file or project under SVN | Subversion > Show Log
  • For Git: Project Manager | right-click a project under Git| Git > Show Log
  • For Mercurial: Project Manager | right-click a project under Mercurial| Mercurial > Show Log

Use the Show Log context-menu command to display the contents of the version control log for the selected project. You must choose one of two Show Log command options:

  • From Repository Root searches up the directory tree to find the last directory managed by the same repository as the project file and then adds to the log pane all the files in that directory and below.
  • From Project Directory adds to the log pane all files in the project directory and below.

The Log Pane appears in the main window of the IDE.

Item Description

HistViewRefresh.jpg
Refresh

Shows all the revisions applied so far.

Next100.png
Next 100

Shows the next 100 revisions.

RevisionRange.png
Range

(Subversion) Shows the selected revision range.

SearchGlass.png
Search

Search all revisions by author, comments, or committed files.

Revision

You can see all or 100 of the revisions, grouped by the revision id, author, date and comment. Here you select the revision to see more of its details in the lower section of the window.

You can sort the view by clicking the head of any column, such as Revision, Author, Date, or Comment.

Comment

Shows the comment associated with the selected revision.

Files

Shows all the files committed for the selected revision.


By right-clicking in a revision from the Log Pane main window in the IDE, you can also:

  • Compare with previous revision: Shows the differences between a revision and the previous revision of the file.
Note: You cannot compare with previous revision the following type of files: .dpr, .dproj, or .cproj.

Subversion Log Pane

If your project is under Subversion version control system, you can select additional version control actions in the Log Pane by right-clicking in a revision of a file.

Action Description

Revert changes from this revision

Reverts all the changes that are included in a revision.

Revert to this revision

Reverts the changes of the files under version control to status of the selected revision.

Edit comment

Edit the version control comment for the selected revision.


See Also