This tool provides the SVN log function to show log messages from the repository.
Parameter # | I/O | Type | Description |
---|---|---|---|
1 [M] | I | String | Eclipse path to the working copy entry for which the log info is requested. |
2 [M] | I | String | SVN PEG revision (default: head). |
3 [M] | I | String | First revision number to be regarded. |
4 [M] | I | String | Last revision number to be regarded or head. |
5 [M] | I | String | Whether the log should stop when encountering a copy (Boolean). |
6 [M] | I | String | Count limiting the number of messages. |
7 [M] | I | String | Whether merged revisions should be included (Boolean). |
8 [M] | O | File | Structured file of format input stream containing the log messages. |
The output file descriptor has the following structure:
No | Target |
---|---|
1 [M] | SVN user ID. |
2 [M] | Log message text. |
3 [M] | Merged revisions. |
4 [M] | Relative SVN repository path. |
5 [M] | Relative SVN project path. |