 |
.:Download |
Binaries, Packages
For now we don't have any downloadable binaries of packages.
CVS
For our development team we have CVS server running which keeps
all files of our project. Here are instructions how to get connected
to CVS (probably all of you did that already (there many ways to do
this configuration - I'm just proposing who I did):
- Provide me with a LOGIN name and a PASSWORD you want to use.
- Specify environment variable CVSROOT to value
CVSROOT=:pserver:LOGIN@apsp.onerussian.com:/home/yoh/progr/cs460/cvs.data
- cvs login
- cvs co proj
To update later from cvs just run
cvs update and to commit changes run
cvs commit.
Check
man cvs
and
cvs update --help for further information.