Modify ↓
Ticket #1381 (new enhancement)
Opened 7 years ago
Last modified 17 months ago
view files by date as well as revision number
| Reported by: | xris@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | unscheduled |
| Component: | version control | Version: | devel |
| Severity: | minor | Keywords: | |
| Cc: | lists@… | ||
| Release Notes: | |||
| API Changes: | |||
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:1 Changed 7 years ago by mrowe
comment:2 Changed 5 years ago by cboos
- Component changed from general to version control
- Milestone set to 1.0
- Owner changed from jonas to cboos
- Severity changed from normal to minor
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.
comment:3 Changed 22 months ago by cboos
- Milestone changed from 1.0 to unscheduled
Milestone 1.0 deleted
comment:4 Changed 17 months ago by Thijs Triemstra <lists@…>
- Cc lists@… added
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.