Modify ↓
Ticket #429 (closed defect: worksforme)
Opened 8 years ago
Last modified 6 years ago
Can't enter HEAD into View rev field in browser
| Reported by: | jamesm@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | low | Milestone: | 0.7.1 |
| Component: | version control/browser | Version: | 0.7 |
| Severity: | minor | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
The SVN "magic" revisions (or whatever they are called) should be accesible through the View rev field.
Attachments
Change History
comment:1 Changed 8 years ago by cmlenz
- Component changed from general to browser
- Summary changed from Can't enter BASE, HEAD, etc into View rev field to Can't enter HEAD into View rev field in browser
comment:2 Changed 8 years ago by cmlenz
An alternative to accepting the string "HEAD" in the View rev: field would be to add a "View Latest Revision" link, similar to the corresponding link on the file log page.
comment:3 Changed 8 years ago by daniel
- Milestone set to 0.7.1
- Severity changed from normal to minor
comment:4 Changed 8 years ago by cmlenz
- Priority changed from normal to low
comment:5 Changed 8 years ago by cmlenz
- Resolution set to worksforme
- Status changed from new to closed
Actually, entering either HEAD, LATEST or TRUNK in the "View rev:" field should bring up the latest revision. So, the requested functionality is already implemented, as far as possible (since at least 0.6).
Note: See
TracTickets for help on using
tickets.



Those are called revision keywords. In subversion 1.0.x there are four:
The SVN book says (in section 3.2):
That means these three keywords only work for working copies, and are therefore of no use in Trac.
Changing summary accordingly.