Building up url's to link other webbased components with loggerhead
I would like to link code changes in bzr-hudson and fogbugz with loggerhead. Configuring these applications so that url links will direct the user to webpages on loggerhead.
Is there documentation describing how the url would have to be built up in order to have it link the following data on loggerhead:
A particular revision in a branch.
A single file for a particular revision of a particular branch.
A tag and bug fix for a particular branch.
If there is no documentation about this, can someone please direct me to necessary source file(s) that would help me in acquiring this information?
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- loggerhead Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Michael Hudson-Doyle
- Solved:
- 2009-07-20
- Last query:
- 2009-07-20
- Last reply:
- 2009-07-20
nudge
Assuming that $branch is the URL for the branch in loggerhead (e.g. http://
A particular revision in a branch.
$branch/
A single file for a particular revision of a particular branch.
$branch/
A tag and bug fix for a particular branch.
Can't do this yet :/
Thanks for the reply, this will help alot.
Thanks Michael Hudson, that solved my question.