Edgewall Software
Modify

Opened 20 years ago

Last modified 9 years ago

#1381 new enhancement

view files by date as well as revision number

Reported by: xris@… 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 Mark Rowe, 20 years ago

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.

comment:2 by Christian Boos, 18 years ago

Component: generalversion control
Milestone: 1.0
Owner: changed from Jonas Borgström to Christian Boos
Severity: normalminor

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 by Christian Boos, 15 years ago

Milestone: 1.0unscheduled

Milestone 1.0 deleted

comment:4 by Thijs Triemstra <lists@…>, 14 years ago

Cc: lists@… added

comment:5 by Ryan J Ollos, 9 years ago

Owner: Christian Boos removed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The ticket will remain with no owner.
The ticket will be disowned.
as The resolution will be set. Next status will be 'closed'.
The owner will be changed from (none) to anonymous. Next status will be 'assigned'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.