Modify ↓
Opened 20 years ago
Last modified 9 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 , 20 years ago
comment:2 by , 18 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 , 14 years ago
Cc: | added |
---|
comment:5 by , 9 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_t
which I assume is the standard "number of seconds since 1970-01-01" approach.