[EMAIL PROTECTED] wrote:
>
> Hello All:
> I am trying to install CVS for the very first time. I have a
> windows 2k client and a Linux remote shell account. The Linux box is
> shared can I install CVS on that ok? BTW Whered are the instructions
> for installing CVS.
>
> Thanks in Advance
Grab the source, put it on the linux box.
mkdir tmp
cd tmp
tar -xzf <filename>
cd <dir>
./configure --prefix=~
make
make install
if you're wanting to setup a server though You need to talk to your
admin.
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs