On Monday, May 27, 2019 at 11:27:24 PM UTC-7, Harold Alcalde Solarte wrote: > > I currently use TRAC 1.2.2 > > I would like to do my own Browse Source in my Ruby on Rails application, > but I do not want to access through SVN (access is very slow). > I am using the node_change and revision tables of the TRAC database to > perform SQL queries, but I can not get the final tree. > > I have also seen the source code of the TRAC Browse Source, but I do not > have much idea of Python. > > Someone has some idea of how to perform this query on the node_change > table or how TRAC does to create the SVN tree. > > Any idea would be of great help to me. > > Thank you. > A greeting. >
Enable [trac] debug_sql, navigate to the view in Trac that generates the tree, and you'll find the SQL in the log output: https://trac.edgewall.org/wiki/TracIni#trac-debug_sql-option - Ryan -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/db1de5b6-a097-46b2-a9ee-4bd3292a32eb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
