Changes between Version 1 and Version 2 of TracBrowser


Ignore:
Timestamp:
Jun 21, 2008, 6:11:58 PM (16 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracBrowser

    v1 v2  
    1 = Trac リポジトリブラウザ =
     1= The Trac Repository Browser =
    22[[TracGuideToc]]
    33
    4 Trac リポジトリブラウザはリポジトリとして設定したバージョンコントロールシステムに格納されている
    5 ディレクトリをブラウズしたり特定のリビジョンのファイルを参照するのに
    6 使用します。
     4The Trac repository browser can be used to browse directories
     5and specific revisions of files stored in the repository of the configured
     6version control system.
    77
    8 ディレクトリは列ごとにソート可能なリストとして表示されます。ソートを行うには、
    9 ''ファイル名'' , ''Size'' , ''Age'' と表示されている、
    10 列名をクリックします。
    11 ソートの並び順は、もう一度クリックすることで逆順にすることができます。
     8Directory entries are displayed in a list with sortable columns. The list
     9entries can be sorted by ''name'', ''size'' or ''age'' by clicking on the column
     10headers. The sort order can be reversed by clicking on a given column
     11header again.
    1212
    13 リポジトリブラウザでは、ディレクトリ名をクリックすることで、ディレクトリ
    14 構造をたどることができます。ファイル名をクリックすると、
    15 ファイルの中身が表示されるでしょう。ファイルやディレクトリのリビジョン
    16 番号をクリックすると、そのファイルやディレクトリの TracRevisionLog をみることができます。
    17 ナビゲーションリンクには、 ''リビジョンログ'' というリンクがありますが、これは
    18 現在見ているパスの TracRevisionLog を表示します。
     13The browser can be used to navigate through the directory structure
     14by clicking on the directory names. Clicking on a file name will show
     15the contents of the file. Clicking on the revision number of a file or
     16directory will take you to the TracRevisionLog for that file.
     17Note that there's also a ''Revision Log'' navigation link that will do
     18the same for the path currently being examined.
    1919
    20 またリビジョンを指定して、そのディレクトリやファイルの履歴を確認することも可能です。
    21 最新のリビジョンで表示するのがデフォルトの動作になりますが、
    22 ページ上部の ''特定のリビジョンを表示'' テキストボックスにリビジョン番号を指定すると、
    23 そのリビジョンでのリポジトリの状態を表示します。
     20It's also possible to browse directories or files as they were in history,
     21at any given repository revision. The default behavior is to display the
     22latest revision but another revision number can easily be selected using
     23the ''View revision'' input field at the top of the page.
    2424
    2525----
    26 See also: TracGuide, TracChangeset, [http://trac.edgewall.org/wiki/FineGrainedPermissions FineGrainedPermissions]
     26See also: TracGuide, TracChangeset, FineGrainedPermissions