| 1 | = The Repository Browser = |
| 2 | |
| 3 | The 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 sort 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 in history, at any given repository revision. |
| 15 | |
| 16 | The default behavior is to display the latest revision but |
| 17 | another revision number can easily be selected using the form at the top of the |
| 18 | page. |
| 19 | |
| 20 | == RSS Support == |
| 21 | |
| 22 | The browser module supports RSS syndication to monitor changes to a file. To subscribe to an RSS feed of the revision log for a file, open its revision log in the browser and click the orange 'XML' icon at the bottom of the page. For more information on RSS support, see SystemRss. |
| 23 | |
| 24 | ---- |
| 25 | See also: SystemGuide, SystemChangeset |