Changes between Initial Version and Version 1 of Trac Browser


Ignore:
Timestamp:
Jul 15, 2004, 7:52:56 PM (20 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Trac Browser

    v1 v1  
     1= The Trac Browser =
     2
     3The Trac browser can be used to browse directories, change logs
     4and specific revisions of files stored in a subversion repository.
     5
     6Directory entries are displayed in a list with sortable columns. The list
     7entries can be sorted '''by name''', '''size''' or '''date''' by clicking on the column headers.
     8The sorting order can be reversed by clicking on a given column header again.
     9
     10The browser can be used to navigate through the directory structure
     11by clicking on the directory names. Clicking on filenames on the other
     12hand will display the files change log.
     13
     14It's also possible to browse directories as they were at any given repository revision.
     15The default behavior is to use the information from the latest revision but
     16another revision can easily be selected using the form at the top of the
     17page.
     18
     19== RSS Support ==
     20The browser module supports RSS 2.0 syndication of changes to a single file. To subscribe to an RSS version of the revision log for a file, open a file log in the browser, and click the orange 'XML' icon at the bottom of the page. See TracRss for more information on RSS support in Trac.
     21----
     22See also: TracGuide, TracChangeset