Changes between Version 3 and Version 4 of TracRevisionLog


Ignore:
Timestamp:
Dec 30, 2016, 2:54:47 AM (7 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracRevisionLog

    v3 v4  
    1 = リビジョンログを見る = #ViewingRevisionLogs
     1= Viewing Revision Logs =
    22[[TracGuideToc]]
    33
    4 リポジトリをブラウズするとき、今見ているパスに対応する ''更新履歴'' (英語版では ''Revision Log'')
    5 ビューを問い合わせることが可能です。
    6 これは、現在見ているパスやその配下で更新されたパスの最新のチェンジセットの
    7 リストを表示します。
     4When you browse the repository, it is always possible to view the ''Revision Log'' that corresponds to the repository path. This displays a list of the most recent changesets in which the current path or any other path below it has been modified.
    85
    9 == リビジョンログのフォーム == #TheRevisionLogForm
     6== The Revision Log Form ==
    107
    11 ''リビジョン X から'' (英語版では ''View log starting at'') フィールドを使用してどこの
    12 リビジョンログから表示するかを設定することができます。値が空の場合
    13 もしくは ''head'' となっているときは、最新のチェンジセットから表示します。
     8It is possible to set the revision at which the revision log should start, using the ''View log starting at'' field. An empty value or a value of ''head'' is interpreted as the newest changeset.
    149
    15 ''X までのログを表示'' (英語版では ''back to'') フィールドを使用してどこの
    16 リビジョンまでログを表示するかを設定することができます。デフォルトで、
    17 空欄のままになっていますが、これはリビジョンログを 100 リビジョン分リストして
    18 終了することを意味します。
     10It is also possible to specify the revision at which the log should stop, using the ''Back to'' field. By default it is empty,
     11which means the revision log will show the latest 100 revisions.
    1912
    20 また、リビジョンログの操作のモードが 3 種類あります。
     13Also, there are three modes of operation of the revision log.
    2114
    22 デフォルトで、リビジョンログの操作モードは ''コピーされた時点まで'' (英語版では ''stops on copy'') になっています。
    23 これは、 ''追加'', ''コピー'', ''名前の変更'' の操作を行ったときに、
    24 それより古いリビジョンは表示しません。これは、ブランチを切ったときに
    25 とても便利です。というのもブランチで行ったことに対応する履歴
    26 のみを見ることができるからです。
     15By default, the revision log ''stops on copy'', which means that whenever an ''Add'', ''Copy'' or ''Rename'' operation is detected, no older revision will be shown. That's very convenient when working with branches, as one only sees the history corresponding to what has been done on the branch.
    2716
    28 ''コピー元をたどる'' (英語版では ''Follow copies'') モードを選択することによって、
    29 ''コピー'' や ''名前の変更'' のチェンジセットより前に、行ったチェンジセットを表示することが可能です。
    30 このモードはすべてのコピーや名前の変更を表示します。
    31 パスが変更される毎に、インデントをつけて表示されます。
    32 この方法で、異なったパスにおける変更を簡単にグループ化して
    33 視覚的に見ることができます。
     17It is also possible to indicate that one wants to see what happened before a ''Copy'' or ''Rename'' change, by selecting the
     18''Follow copies'' mode. This will cross all copies or renames changes.
     19Each time the name of the path changes, there will be an additional indentation level. That way, the changes on the different paths are easily grouped together visually.
    3420
    35 あるパスを ''追加'' する前に、そのパスで
    36 ''削除'' を行ったかどうかを見るために、
    37 ''追加'' イベントより前をすることが可能です。 このモードは
    38 ''追加と削除だけ'' (英語版では ''Show only adds, moves and deletes'') モードと呼ばれています。
    39 とても便利ではありますが、この操作はマシンリソースをたくさん消費することに
    40 注意して下さい。
     21It is even possible to go past an ''Add'' change, in order to see if there has been a ''Delete'' change on that path, before
     22that ''Add''. This mode corresponds to the mode called ''Show only adds, moves and deletes''. This operation can be quite resource intensive and therefore take some time to be shown on screen.
    4123
    42 最後に、 ''ログメッセージ全体を表示'' (英語版では ''Show full log messages'') というチェックボックスもあります。
    43 これは、コミットログメッセージのすべてを省略せずに表示するか、
    44 コミットログメッセージの省略バージョンを表示するかどうかを制御します。
     24Finally, there's also a checkbox ''Show full log messages'', which controls whether the full content of the commit log message
     25should be displayed for each change, or only a shortened version of it.
    4526
    46 == リビジョンログ情報 == #TheRevisionLogInformation
     27== The Revision Log Information ==
    4728
    48 各リビジョンログのエントリでは、 7 つのカラムがあります:
    49  1. 1 番目のカラムは 2 つのラジオボタンを含んでいます。そしてラジオボタンは、
    50     ''旧リビジョン'' と ''新リビジョン'' を選択し、
    51     [wiki:TracRevisionLog#リビジョン間の変更を見る リビジョン間の変更を見る] で使用します
    52  1. カラーコード (同じようなのが
    53     [wiki:TracChangeset#チェンジセットヘッダ チェンジセット] で使用されています) が変更の種類を示しています。
    54     このカラムをクリックすると、リビジョンログがリフレッシュされ、
    55     このリビジョンログのリストがクリックしたチェンジセットから表示されるようになります
    56  1. '''Rev''' 番号が `@xyz` という形式で表示されます。
    57     これは、 TracBrowser へのリンクで、そのリビジョンがベースとして使用されます。
    58  その隣に、小さく"歯車"のアイコン [[Image(htdocs:../common/changeset.png)]] があります。これはクリックすることができ、そのリビジョンに対応したチェンジセットの画面を表示させます
    59  1. チェックインされた '''日付''' (英語版では '''Date''') を表示します。
    60     日付はチェックインされた日時からの経過時間が表示されます。
    61     経過時間は、時間、日、週、月、年数で表示されます
    62  1. 変更を行った '''更新者''' (英語版では '''Author''') です。
    63  1. '''ログメッセージ''' (英語版では '''Log Message''') は、コミットログメッセージの概要またはすべてのどちらかを表示します。
    64     表示は、上部にあるフォームの
    65     ''チェンジセット全体を表示する'' (英語版では ''Show full log messages'') チェックボックスで設定します
     29For each revision log entry, the following columns are displayed:
     30 1. The first column contains a pair of radio buttons and should be used
     31    for selecting the ''old'' and the ''new'' revisions that will be
     32    used for [wiki:TracRevisionLog#viewingtheactualchanges viewing the actual changes].
     33 1. A color code (similar to the one used for the
     34    [wiki:TracChangeset#ChangesetHeader changesets]) indicating kind of change.
     35    Clicking on this column refreshes the revision log so that it restarts
     36    with this change.
     37 1. The '''Revision''' number, displayed as `@xyz`.
     38    This is a link to the TracBrowser, using the displayed revision as the base line.
     39 Next to it, you can see a little "wheel" icon [[Image(htdocs:../common/changeset.png)]],  which is clickable and leads to the TracChangeset view for that revision.
     40 1. The '''Date''' at which the change was made.
     41    The date is displayed as the time elapsed from the date of the revision. The time
     42    elapsed is displayed as the number of hours, days, weeks, months, or years.
     43 1. The '''Author''' of the change.
     44 1. The '''Log Message''', which contains either the truncated or full commit
     45    log message, depending on the value of the ''Show full log messages''
     46    checkbox in the form above.
     47   
    6648
     49== Inspecting Changes Between Revisions ==
    6750
    68 == リビジョン間の変更を見る == #InspectingChangesBetweenRevisions
     51The ''View changes...'' buttons (placed above and below the list of changes, on the left side) will show the set of differences
     52corresponding to the aggregated changes starting from the ''old'' revision (first radio-button) to the ''new'' revision (second
     53radio-button), in the TracChangeset view.
    6954
    70 ''差分を表示'' (英語版では ''View changes...'') ボタン (リストの上下の左側に置かれています) を
    71 クリックすると ''旧'' リビジョン (1番目のラジオボタン) と
    72 ''新'' リビジョン (2番目のラジオボタン) における変更に
    73 対応する diff を
    74 TracChangeset ビューで表示します。
     55Note that the ''old'' revision doesn't need to be actually ''older'' than the ''new'' revision: it simply gives a base
     56for the diff. It's therefore entirely possible to easily generate a ''reverse diff'', for reverting what has been done
     57in the given range of revisions.
    7558
    76 ''旧'' リビジョンは実際に ''新'' リビジョン ''より古い''
    77 ものである必要はありません。 これは diff のためのベースを指定
    78 するに過ぎません。したがって、
    79 指定されたリビジョン間でされたことを元に戻すことができるように
    80 簡単に ''変更内容を反転'' (英語版では ''reverse diff'') して表示できるようになっています。
     59Finally, if the two revisions are identical, the corresponding changeset will be shown. This has the same effect as clicking on the !ChangeSet number.
    8160
    82 そして、もし二つのリビジョンが同じものであったら、対応する
    83 チェンジセットが表示されます。 ( これは !ChangeSet 番号をクリックするのと同じ効果です,,[#Note 訳注],, )
     61== Alternative Formats ==
    8462
    85 == 他のフォーマット == #AlternativeFormats
     63=== The !ChangeLog Text ===
    8664
    87 === !ChangeLog テキスト === #TheChangeLogText
     65At the bottom of the page, there's a ''!ChangeLog'' link that will show the range of revisions as currently shown, but as a simple text, matching the usual conventions for !ChangeLog files.
    8866
    89 ページの下にある ''変更内容(!ChangeLog)'' (英語版では !ChangeLog) リンクは
    90 現在表示されているリビジョンの範囲をテキスト形式で
    91 表示します。よって !ChangeLog ファイルを作成するときに
    92 便利です。
     67=== RSS Support ===
    9368
    94 === RSS 対応 === #RSSSupport
    95 
    96 リビジョンログは 変更を監視するための RSS フィードを提供しています。
    97 あるファイルやディレクトリの RSS フィードを購読するには、 リポジトリブラウザ上で、
    98 監視したいファイルやディレクトリのリビジョンログを開き、ページの下部にあるオレンジ色の 'XML' アイコンをクリックします。
    99 Trac における RSS 対応に関するその他の情報は、TracRss を参照して下さい。
     69The revision log also provides a RSS feed to monitor the changes. To subscribe to a RSS feed for a file or directory, open its
     70revision log in the browser and click the orange 'XML' icon at the bottom of the page. For more information on RSS support in Trac, see TracRss.
    10071
    10172----