- Timestamp:
-
Oct 22, 2006, 2:09:05 PM (16 years ago)
- Author:
-
trac
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
1 | | = The Trac Browser = |
| 1 | = The Trac Repository Browser = |
2 | 2 | [[TracGuideToc]] |
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 | The Trac repository browser can be used to browse directories |
| 5 | and specific revisions of files stored in the repository of the configured |
| 6 | version control system. |
6 | 7 | |
7 | 8 | Directory entries are displayed in a list with sortable columns. The list |
… |
… |
|
13 | 14 | by clicking on the directory names. Clicking on a file name will show |
14 | 15 | 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. |
| 16 | directory will take you to the TracRevisionLog for that file. |
| 17 | Note that there's also a ''Revision Log'' navigation link that will do |
| 18 | the same for the path currently being examined. |
16 | 19 | |
17 | 20 | It's also possible to browse directories or files as they were in history, |
… |
… |
|
20 | 23 | the ''View revision'' input field at the top of the page. |
21 | 24 | |
22 | | == RSS Support == |
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 | | |
29 | 25 | ---- |
30 | 26 | See also: TracGuide, TracChangeset, FineGrainedPermissions |
|