To use either anonymous or developer CVS, you will need a copy of CVS from GeekGadgets. [ppc] [x86]
You can also browse the CVS tree in your web browser. However, I highly recommend using standard CVS.
If you wish to use developer CVS (you can commit files), you must join the project and download a copy of ssh (port by Andreas Bobak, x86 version published by Jamie Wilkinson). [ppc] [x86]
And now, the instructions...
For anonymous access:
1. Install CVS (copy the binary to /boot/home/config/bin)
2. Open a terminal.
3. Enter the following lines:
export CVSROOT=:pserver:anonymous@cvs.resourcer.sourceforge.net:/cvsroot/resourcer
cvs co modulename Press enter when it asks for a password.
where modulename is . for everything, main for the app source, editors for the editors, or one of those values followed by the path to a specific file or directory, for instance:
cvs co editors/RGBC.cp to checkout the RGBC editor or
cvs co main to checkout all the app source or
anything else you can think up
For developer access:
1. Install CVS and ssh (copy the binaries to /boot/home/config/bin)
2. Open a terminal.
3. Enter the following lines:
|