MNXB01 HT14 - Project SVN Instructions

The students will work in 2 groups, each assigned a dedicated space in the course SVN repository.

The URL for the SVN repository is:

http://svncourse.hep.lu.se/courseproject/

The repository contains two folders, group1 and group2, each has a trunk, and a possibility to create branches and tags.

Each group should chose one folder. The students can checkout the code as:

svn co http://svncourse.hep.lu.se/courseproject/group1 group1

or

svn co http://svncourse.hep.lu.se/courseproject/group2 group2

It is also possible to checkout the entire repository, if the students wish to look at the other group's code:

svn co http://svncourse.hep.lu.se/courseproject courseproject

Usernames and passwords are the same as used during the course (tutorial 6a).