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