====== Putting your project into svn ====== 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. ===== The GUI Way ===== If you are using windows then a great gui for subversion is [[http://tortoisesvn.net/|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/" where 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. ===== Commandline way ===== Open a commandline shell and enter "svn import http://ailab.ru.is/svn/repos/T-622-ARTI-07-1/prog2/" where is the path to your project and 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/)