mb wrote: > ... > Second, I'd like to give some support, to speed up the improvement of > the plugin. > That is if there are some tasks, that a longtime c++ developer who has > discovered > python just a couple of weeks ago, can tackle.
Well, I don't know exactly the amount of effort you'll be able to dedicate for this, but if you are well versed in C, probably the most critical piece of infrastructure that needs to be improved would be the Subversion bindings themselves. From the last mail of gotoh, I gather that Subversion 1.5dev already contains a few of the required fixes, but I'm sure there are more improvements to be made, if only for the speed ;) Speaking about the bindings, we need to get the svn_diff_file_option_t type in the bindings, so that we can use blame3 instead of the limited blame2... This is of interest for both svn_fs.py and svn_ra.py, as blame functions are in the client layer. -- Christian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
