based on the suggestion of cboos to use the diff mechanism of trac: CODE - Flexible TicketQuery Macro with extended Query functionality http://groups.google.com/group/trac-dev/msg/d8255aff2429608d
i've provided a difference report of my decentral development branch in relation to the original trac. In order to achieve this, I needed to placed 2 copies of the trac source-tree within my personal svn repository (decentral in relation to trac, e.g. other server). One source is the original one within /sync/trac. The other is the branch i'm actually working on within /infra/trac-dev. Based on those I can create conveniently a full difference report: http://dev.lazaridis.com/base/intertrac/diff:sync/[EMAIL PROTECTED]:infra/[EMAIL PROTECTED] - The Problem: I am not exactly sure if this is a bug, but there are 2 issues: 1.) binaries are displayed as changed, although I've not changed them: e.g.: # infra/trac-dev/htdocs/newticket.png (modified) (previous) # infra/trac-dev/htdocs/extlink.gif (modified) (previous) 2.) for some reason, the nam "Borgstr..." becomes disrupted 4 # Copyright (C) 2003-2005 Jonas Borgström <[EMAIL PROTECTED]> 4 # Copyright (C) 2003-2005 Jonas Borgstrm <[EMAIL PROTECTED]> the funny thing is, that both locations do not state the name correctly: http://dev.lazaridis.com/base/browser/sync/trac/trac/ticket/api.py#L4 http://dev.lazaridis.com/base/browser/infra/trac-dev/trac/ticket/api.py#L4 - My server is a Suse 9.3, my local environment windows (command-line svn and tortoise gui client). I've simply checked out the trac repo, exported it to a location and commited it to my working branch. . -- http://dev.lazaridis.com/base/wiki/PlanDecentralBranching --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" 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-dev?hl=en -~----------~----~----~----~------~----~------~--~---
