ExB - xenophobic bot
CVS CHECKOUT INSTRUCTIONS FOR *NIX

These are the instructions for downloading the ExB source code via CVS on Linux, BSD, MacOSX and other *NIX Operating Systems. These instructions are also valid for Windows users running Cygwin.

First you will need to move into the sub directory where you want the ExB source to go, you do not need to create a directory for ExB as CVS will do that for you, for example:

cd /usr/local/

The next step is to connect to our CVS server as the user "anonymous", there is no password, so when CVS asks you, just hit your [enter] key.

cvs -d:pserver:anonymous@cvs.exb.sourceforge.net:/cvsroot/exb login

If this is your first time using CVS, you may be given a fatal error for not having the file ".cvspass" in your home directory, simply type:

touch ~/.cvspass

Retry the above login command, it should work now.

If you did not see any error messages, you are now logged in. Enter the next command to download the CVS module "exb", which contains all the code for ExB.

cvs -z3 -d:pserver:anonymous@cvs.exb.sourceforge.net:/cvsroot/exb co exb

Once this has completed (it shouldn't take too long, my 56k modem takes about 20 seconds), you will have a subdirectory called "exb" which contains all the code.

Getting code updates

Now that you have initially checked out the CVS code, getting updates is a lot easier, simply type the following command from inside the "exb" directory and it will go off and get any changed files.

cvs update

By joining the CVS commit mailing list you will be emailed when there are code updates, this way you will know when to do a "cvs update". I suggest you choose the daily digest mode so that you receive at most one email a day rather than an email every time some code is changed.

LINKS