Edgewall Software

Ticket #1381 (new enhancement)

Opened 4 years ago

Last modified 3 years ago

view files by date as well as revision number

Reported by: xris@… Owned by: cboos
Priority: normal Milestone: 1.0
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

Changed 4 years ago by mrowe

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.

Changed 3 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.

Add/Change #1381 (view files by date as well as revision number)

Author


E-mail address and user name can be saved in the Preferences.


Change Properties
<Author field>
Action
as new
as The resolution will be set. Next status will be 'closed'
to The owner will change from cboos. Next status will be 'new'
The owner will change from cboos to anonymous. Next status will be 'assigned'
 
Note: See TracTickets for help on using tickets.