Changes between Initial Version and Version 1 of TracBrowser


Ignore:
Timestamp:
Mar 27, 2011, 2:37:06 PM (13 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracBrowser

    v1 v1  
     1= The Trac Repository Browser =
     2[[TracGuideToc]]
     3
     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.
     7
     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.
     12
     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.
     19
     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.
     24
     25----
     26See also: TracGuide, TracChangeset, FineGrainedPermissions