Ilias Lazaridis wrote: > ... > 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) >
This is apparently a bug, though I'm not sure if it's a Subversion one (svn_repos_dir_delta) or ours. I'll check. > 2.) for some reason, the nam "Borgstr..." becomes disrupted > ... > http://dev.lazaridis.com/base/browser/sync/trac/trac/ticket/api.py#L4 > That one looks correct, byte-wise. It's only that the encoding is not UTF set to or auto-detected to UTF-8 . See http://trac.edgewall.org/ticket/3689. > http://dev.lazaridis.com/base/browser/infra/trac-dev/trac/ticket/api.py#L4 > That looks like an import issue. Can you get to the corresponding bytes for that line? (and the ones from the other file, for comparison). The "canonical" byte-content should be: $ head.exe -4 trac/ticket/api.py | tail.exe -1 | od.exe -c 0000000 # C o p y r i g h t ( C ) 0000020 2 0 0 3 - 2 0 0 5 J o n a s 0000040 B o r g s t r 303 266 m < j o n a 0000060 s @ e d g e w a l l . c o m > \r 0000100 \n 0000101 (with head/tail/od from the cygwin tools) -- Christian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to trac-dev@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---