This is the CVS page. CVS is the same as "Concurrent Version
System" and allows many programmers share the same source on a
network.
To get a copy of source code in development of a game, proced as
follows:
- Install a CVS client in your computer.
- Set the CVSROOT enviroment variable for inform the client the data needed:
export CVSROOT=':pserver:anonymous@cvs.sourceforge.net:/cvsroot/gamesnow'
- Type the command "cvs login" and when the program ask for a pasword, hit enter.
- Type the command "cvs -z3 checkout tankwars spaceship html" to get the last gnow code. So, you can use "cvs -z3 update tankwars spaceship html" on the other times. If you are behind a firewall, use the options -Pd
- Type the command "cvs logout" to finish the CVS session.
Back