I've tried to port an existing installation of svn-trac-bitten to run on a more modern OS (Ubuntu 20.04) but I've run into issues with bitten. It seems clear to that bitten has not been updated to the newer trac API interfaces. Are there any plans to do that? I'm willing to put the work, but I'm not too familiar with Python (more of a C++ programmer), so I'm sure it's going to be a bit of a learning curve. Are there any places where I can find what were the changes (and hopefully some examples of other plugins that were ported)Thanks
Thanks, I'll try that. But if I had to fork and do the port myself, do you have any pointer as to where to find the changes to the Trac interface? It seems that, for example, one of the things that are not working is the mail notification for builds.
Ok, sorry, I should have googled it first. I found:https://trac.edgewall.org/wiki/TracDev/ApiChanges/1.2https://trac.edgewall.org/wiki/TracDev/ApiChanges/1.4
Instead, do you know of any other add-on to Trac that had to go through the same changes, something I could look at and not have to re-invent the wheel? I looked at the bitten mailing list, and the last entry is almost 10 years ago, so it does not look promising ...