Hi Gerald:
cvs -d:pserver:anonymous@cvs.ser.berlios.de:/cvsroot/ser login
cvs -z3 -d:pserver:anonymous@cvs.ser.berlios.de:/cvsroot/ser co <modulename>
Or you can use the web based CVS at:
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser
For more info, check out http://developer.berlios.de/cvs/?group_id=480
Hope this helps,
Dave
-----Original Message----- From: serusers-bounces@iptel.org [mailto:serusers-bounces@lists.iptel.org] On Behalf Of Begumisa Gerald M Sent: 12 August 2004 16:33 To: serusers@lists.iptel.org Subject: [Serusers] Quick CVS help?
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.
_______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
On Thu, 12 Aug 2004, Dave Bath wrote: > Hope this helps,
It's helped quite alot! Thanks, Dave. I replaced "ext" with "pserver".
Quick note for those used to doing things like me:
-- bash$ export CVS_RSH=ssh bash$ export CVSROOT=:pserver:anonymous@cvs.ser.berlios.de:/cvsroot/ser bash$ cvs checkout <modulename> --
Works fine.
Regards, Gerald.