On Fri, 16 Mar 2001 12:15:16 -0500, "Vestal, Roy L."
<rvestal@rti.org>
wrote:
>I've been going to www.winehq.com for info. I'm having problems
finding the
>lastest CVS. Every link I try tells me either it's not available, or
gives
>me a version lower than my current. I installed an RPM which I want to
>replace by compiling the most current CVS. However, I'm not sure which
one
>to get. Could some give this newbie a little guidance?
Here is a script
CVSHOST=cvs.winehq.com
echo Using CVS host $CVSHOST.
CVSROOT=:pserver:cvs@$CVSHOST:/home/wine
cvs -d $CVSROOT login
cd /home/gerard/win
cvs -d $CVSROOT checkout wine
Edit as needed
Gerard