ProceedingsRepository
From IridiaWiki
The proceedings are stored in a subversion repository in the Development server. To access them, you need to get an account there.
Access
They are two ways to get access to the proceedings.
From your browser
Just go to https://iridia-dev.ulb.ac.be/projects/proceedings/svn
Export a copy of the subversion repository
Use svn ls to list the proceedings available on the repository (or check it in the web version).
svn ls https://iridia-dev.ulb.ac.be/projects/proceedings/svn
You can export only the ones that you are interested by using for example:
svn export https://iridia-dev.ulb.ac.be/projects/proceedings/svn/2010-GECCO 2010-GECCO
Adding new proceedings
Let's say you want to add the directory /media/cdrom for the conference GECCO 2010.
svn import /media/cdrom https://iridia-dev.ulb.ac.be/projects/proceedings/svn/2010-GECCO -m " Add proceedings of GECCO 2010"
TODO: Fix html mime-types.