Hi THers, I have a couple of plug-ins/hacks which are compatible with both Trac 0.11 and Trac 0.12. Mostly I tell people on the hack wiki page to simply use the 0.11 directory also for 0.12. For a few hacks which needed changes for 0.12 I created a 0.12 directory. Now I have the case with WatchlistPlugin which 0.12 dev branch I made recently again compatible with 0.11. I would like to only handle one set of code, but keep it simple for users, so that they only need to install the proper directory without reading documentation.
So my question: How to organize the 0.11 and 0.12 directories, which would have identical content? I could symlink 0.11 to 0.12, but this wouldn't really work on Windows clients. The svn:externals property may also be used. Anyone a idea if these things would work with easy_install or pip? Thanks, Martin S _______________________________________________ th-users mailing list [email protected] https://lists.trac-hacks.org/mailman/listinfo/th-users
