> 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 :-\ >> On Fri, Jan 29, 2010 at 3:46 AM, Chris Heller <[email protected]> wrote: > 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. >
I am probably (wrong | missing something obvious) but, when talking about Trac & VCS, the solution has to be generic, since the API is designed to connect *ANY* VCS (not just SVN ;o). IMHO the complexities in this case are when something like that is to be implemented (abstracted) for DVCS too, and AFAICR «simpler» functionalities (like copy relationships in TracMercurial ;o) have not been included yet (CMIIW) Let's see what the experts have to say anyway ... -- Regards, Olemis. Blog ES: http://simelo-es.blogspot.com/ Blog EN: http://simelo-en.blogspot.com/ Featured article: Fixing `setup.py`. Distributing `tracgviz.ig` and `examples`. - http://simelo.hg.sourceforge.net/hgweb/simelo/trac-gviz/rev/275ce6364959 -- 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.
