cvs client

Is somebody have a cvs client who can be share ?
i have no tool to compile it
thanks

Here you have the CVS 1.11.1 AFAIK.
comiled using the W10.6 toolchain.

you must generate the cvs command with:

gzip -d cvsa*
cat cvsa* > cvs
chmod a+x cvs

If you want to use SVN there is the SVN client posted in another thread

panda, use pax/tar to keep the permission flag:

pax -w cvs | gzip -9 cvs.tgz

Or

tar -czf cvs.tgz cvs