How to set up links to the revision ?
I enter [revision_number], rRevision_number, and take an error:
No default repository defined
I found a solution to the Internet
1) give the name for the repository - "default"
2) create a folder (hooks) in trac project
3) create a file "post-commit" in /hooks
post-commit content:
trac-admin $ENV changeset added "default" $REV
But it still does not work. what could be wrong?