Description: There are two scripts in this directory that should help to set up
			 CVS repositories.
			 
			 1. run setup_folders.sh (as root)
			 	
			 	- This will create folders for all projects specified in 
			 	project.conf as well as subfolders named after all student
			 	logins specified in student.conf. Permissions will be set
			 	such that only a students that owns a directory can access
			 	it, as well as the administrative group.
			 	
			 2. run setup_project.sh (as member of course administrative group)
			 	
			 	- This will create a module called skeleton inside the specified
			 	project folder. This modules will contain the source code that 
			 	the students may start out with. It should at least contain
			 	a .project and .classpath file.
			 
Note:		 The sripts are designed such that you only need to run setup_folders
			 at the beginning of the semester. That means you will only have to
			 bug your sysadmin onces. 
			 
Requirements: Unix server with CVS