Hi,
Need some assistance on using the CVS server to download sources. What I'm used to doing is setting my CVSROOT environment variable and simply using the command "cvs checkout modulename". For example, if am downloading the "tel" module from the server "192.168.1.9", I would do:
bash$ export CVS_RSH=ssh bash$ export CVSROOT=:ext:beg_g@192.168.1.9:/usr/local/cvsroot bash$ cvs checkout tel beg_g@192.168.1.9's password:
etc...
Any information on using cvs.berlios.de? Any pointers?
Gerald.