Make sure to include a textfile called readme.txt containing the names of all persons in the group and instructions on how to run your project.
If you are using windows then you can use TortoiseSVN.
To import your project into subversion you right click on the folder containing your project and select import under TortoiseSVN.
In the URL field you enter
âhttp://ailab.ru.is/svn/repos/abms-08/<assignment>/<Your Name>â
Assignments = {Emergence, Scaling, Final}
If you are not using windows or don't like TortoiseSVN you can use similar method in the GUI of your choice or you can go the commandline way.
Open a commandline shell and enter
âsvn import <Path To Project Folder> http://ailab.ru.is/svn/repos/abms-08/<assignment>/<Your Name>â