Modify ↓
Ticket #1381 (new enhancement)
view files by date as well as revision number
| Reported by: | xris@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | triaging |
| Component: | version control | Version: | devel |
| Severity: | minor | Keywords: | |
| Cc: |
Description
I had just assumed that because svn supported this, it was on the todo list, but according to those on #trac, it's not.
Anyway, trac has the nice "view revision #" field, but nothing for "view as it was on date X", which is a much more human-usable feature.
Attachments
Change History
comment:2 Changed 4 years ago by cboos
- Owner changed from jonas to cboos
- Component changed from general to version control
- Severity changed from normal to minor
- Milestone set to 1.0
Would be nice, yes. In terms of implementation, this can probably be done using the Repository.get_changesets() in a VCS neutral way.
Probably a nice jQuery date picker would be even better than a smart date-parsing.
Note: See
TracTickets for help on using
tickets.



For future reference, the svn_repos_dated_revision function can be used to implement this. It would need relatively smart date-parsing support though, as the function expects an apr_time_t which I assume is the standard "number of seconds since 1970-01-01" approach.