Changes between Version 2 and Version 3 of TracRevisionLog


Ignore:
Timestamp:
Sep 19, 2015, 4:39:59 PM (9 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracRevisionLog

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