Hi Jonny Prouty writes: > I have recently begun experimenting with using Subversion to manage my > Therion data. I'm curious whether anyone else has done this and if you have > any specific advice? So far it works great, but I haven't really put it > through its paces.
Shure, Subversion works great for Therion files, as for any text based files. You might also consider a distributed version control system such as Mercurial, Bazaar or Git, where you send patch sets, instead of having a central repository. If you use Emacs to edit your Therion files you get VC support for free. I wrote a very rough mode to edit and compile Therion files. Best, Martin
