Modify ↓
Opened 21 years ago
Last modified 10 years ago
#1381 new enhancement
view files by date as well as revision number
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | unscheduled |
| Component: | version control | Version: | devel |
| Severity: | minor | Keywords: | |
| Cc: | lists@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal 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 (0)
Change History (5)
comment:1 by , 21 years ago
comment:2 by , 19 years ago
| Component: | general → version control |
|---|---|
| Milestone: | → 1.0 |
| Owner: | changed from to |
| Severity: | normal → 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:4 by , 15 years ago
| Cc: | added |
|---|
comment:5 by , 10 years ago
| Owner: | removed |
|---|
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_twhich I assume is the standard "number of seconds since 1970-01-01" approach.