Table of Contents

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 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}

Commandline way

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>”