Changes between Version 6 and Version 7 of TracBrowser
- Timestamp:
- Jan 16, 2006, 10:33:21 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracBrowser
v6 v7 1 1 = The Trac Browser = 2 [[TracGuideToc]] 2 3 3 4 The Trac browser can be used to browse directories, change logs 5 and specific revisions of files stored in a subversion repository. 4 6 5 7 Directory entries are displayed in a list with sortable columns. The list 6 entries can be sorted '''by name''', '''size''' or '''date''' by clicking on the column headers. 7 The sorting order can be reversed by clicking on a given column header again. 8 entries can be sorted by ''name'', ''size'' or ''age'' by clicking on the column 9 headers. The sort order can be reversed by clicking on a given column 10 header again. 8 11 9 12 The browser can be used to navigate through the directory structure 10 by clicking on the directory names. Clicking on filenames on the other 11 hand will display the files change log. 13 by clicking on the directory names. Clicking on a file name will show 14 the contents of the file. Clicking on the revision number of a file or 15 directory will take you to the revision history for that file. 12 16 13 It's also possible to browse directories as they were at any given repository revision.14 The default behavior is to use the information from the latest revision but 15 another revision can easily be selected using the form at the top of the 16 page.17 It's also possible to browse directories or files as they were in history, 18 at any given repository revision. The default behavior is to display the 19 latest revision but another revision number can easily be selected using 20 the ''View revision'' input field at the top of the page. 17 21 18 22 == RSS Support == 19 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. 23 24 The browser module provided RSS feeds to monitor changes to a file or 25 directory. To subscribe to an RSS feed for a file or directory, open its 26 revision log in the browser and click the orange 'XML' icon at the bottom 27 of the page. For more information on RSS support in Trac, see TracRss. 28 20 29 ---- 21 See also: TracGuide, TracChangeset 30 See also: TracGuide, TracChangeset, FineGrainedPermissions