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 a great gui for subversion is 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/T-622-ARTI-07-1/prog2/<Name Of Group>â
where <Name Of Group> is the name of your group (the name does not really matter only that it does not already exist under http://ailab.ru.is/svn/repos/T-622-ARTI-07-1/prog2/)
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/T-622-ARTI-07-1/prog2/<Name Of Group>â
where <Path To Project Folder> is the path to your project and <Name Of Group> is the name of your group (the name does not really matter only that it does not already exist under http://ailab.ru.is/svn/repos/T-622-ARTI-07-1/prog2/)