|
Revision 26, 437 bytes
(checked in by wingel, 2 years ago)
|
|
clearer README
|
| Line | |
|---|
| 1 | This trac plugin adds a link to the repository in the source browser. |
|---|
| 2 | |
|---|
| 3 | For an example of how it works, go to the following link and then |
|---|
| 4 | click on "Repo" in the context navigation: |
|---|
| 5 | |
|---|
| 6 | http://zoo.weinigel.se/trac/public/browser/trac/repolink/trunk |
|---|
| 7 | |
|---|
| 8 | To activate the link you have to tell the plugin where the repository |
|---|
| 9 | resides, for example, if the repository is reachable via http: |
|---|
| 10 | |
|---|
| 11 | [trac] |
|---|
| 12 | repository_url=http://svn.edgewall.com/repos/trac/ |
|---|