| 25 | | = About previous version of the backend = |
| 26 | | |
| 27 | | This site used to run a parallel branch of [http://projects.edgewall.com/trac/ Trac 0.9x] |
| 28 | | enriched by two new version control system backends; [wiki:DarcsBackend Darcs] and |
| 29 | | [wiki:BzrngBackend Bazaar-NG] backend. |
| 30 | | |
| 31 | | The two backends took advantage of a small GeneralizationPatch that with little impact |
| 32 | | on pristine sources moved last Subversion details out of the core and opened the door |
| 33 | | to different kinds of revision systems. [http://projects.edgewall.com/trac/ticket/2148 Ticket #2148] |
| 34 | | seemed promising, possibly integrated into mainstream 0.9.3, in some form. |
| 35 | | |
| 36 | | You can still access to that '''old''' version at http://darcs.arstecnica.it/trac+darcs, a darcs |
| 37 | | repository that contains the modified trac sources, the darcs backend and the bazaar-ng backend. |
| 38 | | |
| 39 | | Edgewall's people did not yet say the final words on a possible integration on the |
| 40 | | main trunk of such functionality, and they seem more oriented in a plugin based approach. |
| 41 | | Anyway, there are already a few tickets on their site that talk about this: |
| 42 | | |
| 43 | | * [http://projects.edgewall.com/trac/ticket/638 Ticket #638, on Darcs integration] |
| 44 | | * [http://projects.edgewall.com/trac/ticket/2086 Ticket #2086, on support for multiple repositories] |
| 45 | | * [http://projects.edgewall.com/trac/ticket/2733 Ticket #2733, on the GeneralizationPatch] |
| 46 | | * [http://projects.edgewall.com/trac/wiki/VersioningSystemBackend VersioningSystemBackend] |
| 47 | | |