Martin Tomes wrote: > I am trying to find a way to create a log listing for a file which shows > the points at which it has been copied to the tags or branches > directory. Having taken a look at the Trac database schema there appears > to be enough information in the database to work this out (although it > would require a lot of queries on the node_change table). Has anyone > tried to add this functionality to Trac? >
See ticket #1445 (http://trac.edgewall.org/ticket/1445). There is also a reference there to eblot's RevTreePlugin, though some informations have to be explicitly recorded to indicate the branch points (manu, correct me if I'm wrong). The node_change table as it stands now doesn't have all the necessary information to implement this feature reliably, but future versions of the cache hopefully will (see http://trac.edgewall.org/wiki/VcRefactoring#NewRepositoryCache). -- Christian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
