Trac will show just a summary if the changeset exceeds a certain size. Look at max_diff_bytes and max_diff_files for this. I don't think that there is anything that you can do to pass the equivalent of --summarize to Trac as it currently stands, but it probably wouldn't be too hard to add this functionality.
On Thu, Jan 28, 2010 at 3:27 PM, John Prestel <[email protected]>wrote: > Apologies, I intended to start a new thread, not hijack this one. > > On Jan 28, 5:38 pm, "Prestel, John D." <[email protected]> wrote: > > I'm curious if the TracChangeset module (or any other one) supports the > > following: > > > > I want to view ONLY a summary of the files modified between two > > changesets, and not the actual diffs for each file. (i.e. just the Files > > list at the top of a changeset, not the diffs below) > > * Calculating all the diffs can take a LOOOOOOOONG time > > * This can be accomplished on the command line with svn diff using the > > --summarize flag. > > * Being able to do this in trac has some obvious advantages (visual!) > > * Can identify changed files first, then view the diffs if I want > > > > I want to be able to filter the changes I see by type (toggle on/off), > > e.g. > > * Hide prop changes > > * Hide adds/deletions > > > > And obviously being able to request these things from TracRevisionLog > > would be ideal. (Visual!) > > > > I didn't see anything about this sort of capability in the documentation > > or in an existing plug-in on T-H.org :-\ > > -- > 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]<trac-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/trac-users?hl=en. > > -- 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.
