close Warning: Can't synchronize with repository "(default)" (/common/SVN/wimax does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 3 and Version 4 of TracChangeset


Ignore:
Timestamp:
Jan 30, 2019, 11:46:28 PM (5 years ago)
Author:
trac
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracChangeset

    v3 v4  
    1313
    1414The header shows an overview of the whole changeset.
    15 Here you will find metadata:
     15Here you will find information such as:
    1616
    1717 * Timestamp — When the changeset was commited
     
    3030 [[span(style=background:#88f;border:1px solid #999;font-size:80%;margin-right:.5em,''  '')]] Blue: Copied \\
    3131 [[span(style=background:#ccc;border:1px solid #999;font-size:80%;margin-right:.5em,''  '')]] Gray: Moved \\
    32 
    33 The color legend is located below the header.
     32The color legend is located below the header as a reminder.
    3433
    3534== Diff Views
    3635
    37 Below the header is the main part of the changeset, the diff view. Each file is shown in a separate section. There are two different diff styles: ''inline'' and ''side-by-side''. You can switch between the styles using the preferences form:
     36Below the header is the main part of the changeset, the diff view. Each file is shown in a separate section, each of which contains only the regions of the file that are affected by the changeset. There are two different styles to display the diffs: ''inline'' or ''side-by-side''. You can switch between the styles using the preferences form:
    3837
    3938 * The ''inline'' style shows the changed regions of a file underneath each other. A region removed from the file will be colored red, an added region will be colored green. If a region was modified, the old version is displayed above the new version. Line numbers indicate the exact position of the change in both the old and the new version of the file.
     
    4140
    4241In addition, various advanced options are available in the preferences form for adjusting the display of the diffs:
    43  * You can set how many lines are displayed before and after every change, or display the changes in the context of the full file.
    44  * You can toggle whether blank lines, case changes and white space changes are ignored. This can be useful in more easily locating the functional changes.
    45  * You can toggle between contextual and unified diff views using the //Tabular// and //Unified// links at the top of each section.
     42 * You can set how many lines are displayed before and after every change; if the value ''all'' is used, then the full file will be shown.
     43 * You can toggle whether blank lines, case changes and white space changes are ignored, thereby letting you find the functional changes more quickly.
    4644
    4745== The Different Ways to Get a Diff
     
    4947=== Examining a Changeset
    5048
    51 When viewing a repository check-in, such as when following a changeset [TracLinks link] or a changeset event in the [TracTimeline timeline], Trac will display the exact changes made by the check-in.
     49When viewing a repository check-in, such as when following a changeset [wiki:TracLinks link] or a changeset event in the [wiki:TracTimeline timeline], Trac will display the exact changes made by the check-in.
    5250
    53 There will also be navigation links to the ''Previous Changeset'' and the ''Next Changeset''.
    54 
    55 === Downloading a Changeset
    56 
    57 From the changeset view, the changeset can be downloaded in unified diff format using the links at the bottom of the page. The full content of each file in the changeset can also be downloaded as a zip archive.
     51There will be also navigation links to the ''Previous Changeset'' to and ''Next Changeset''.
    5852
    5953=== Examining Differences Between Revisions
     
    6559One of the core features of version control systems is the possibility to work simultaneously on different ''Lines of Developments'', commonly called "branches". Trac enables you to examine the exact differences between such branches.
    6660
    67 Following the '''View changes ...''' button in the TracBrowser leads to the diff page, where you can enter ''From:'' and ''To:'' path/revision pairs. The resulting set of differences consist of the changes that should be applied to the ''From:'' content to get to the ''To:'' content.
     61Using the '''View changes ...''' button in the TracBrowser allows you to enter ''From:'' and ''To:'' path/revision pairs. The resulting set of differences consist of the changes that should be applied to the ''From:'' content to get to the ''To:'' content.
    6862
    6963For convenience, it is possible to invert the roles of the ''old'' and the ''new'' path/revision pairs by clicking the ''Reverse Diff'' link on the changeset page.