We have several versions of Dive installed. The root of the installation is:
/cs/research/vr/dive/starship
cd directory_where_you_want_dive export CVSROOT=//smbhelp/vr-dive/cvsroot cvs checkout diveOR (NEW better for remote users - doesn't need you to be on local network)
cd directory_where_you_want_dive export CVSROOT=:ext:YOURLOGINNAME@sonic.cs.ucl.ac.uk:/cs/research/vr/dive/starship/cvsroot cvs checkout diveWith the latter method you will need to log in when you checkout/checkin/update/etc.
Under UNIX under csh you would do the following
cd directory_where_you_want_dive setenv CVSROOT /cs/research/vr/dive/starship/cvsroot cvs checkout diveThere are changes from dive3.3x5, mainly to make the configure system more stable.
After you have checked out the files, you can move or change the name of the top-level directory, but DONT change the names of anything in a directory where you also find a sub-directory called CVS.
If you change a file and want everyone else to get the change you would type
cd directory_where_file_is cvs commit the_fileIf you want to get recent changes you would type
cd _directory_where_files_are cvs update -dIf you want to add or delete files, then first check with Anthony, and read the CVS documentation. Similarly if you want to add a new plugin, or new library, talk to Anthony.
This build will be known as dive3.3x6 interally. It is not a "release" build since we expect there to be variations across different builds. Once we are happy, and have completed this summer's experiments, we will re-synchronise to 3.3x7.