I've been going through http://www.php.net/manual/howto/cvs-login.html, but I've hit a problem using cvs on cygwin (my linux box recently died).

$ cvs login
cvs: gzip compression level must be between 0 and 9

I've also tried `cvs -z 0 login', suggested by didou. I've attached files which may be relevant..


# ~/.bash_profile: executed by bash for login shells.

if [ -e /etc/bash.bashrc ] ; then
  source /etc/bash.bashrc
fi

if [ -e ~/.bashrc ] ; then
  source ~/.bashrc
fi

CVSROOT=:pserver:[EMAIL PROTECTED]:/repository
export CVSROOT
cvs -z3
update -d -P
checkout -P
diff -u

Reply via email to