I've added a page to the Wiki: Getting started with Subversion. It shows how to use Subversion in the development of Akelos projects.
One difficulty is that when a project is created, certain files are deleted and others added. Also, when a script/generate is run, files are created. The programmer must now go behind Akelos and issue ''svn delete'' and ''svn add'' statements on the command line to tell Subversion what was done.
This can be automated by changing the Akelos source to look for ".svn" files to know whether the project is under Subversion control. If it is, file operations can be done with Subversion commands instead of the normal commands.
alan.lake@lakeinfoworks.com
IMHO this is worth an "enhancement ticket" in our TRAC. See if you can patch the generator-script. Sounds cool.
1 to 3 of 3