[LWN Logo]

Date: Mon, 25 Jan 1999 15:21:12 -0700 (MST)
From: Douglas Ridgway <ridgway@winehq.com>
To: wine-devel@winehq.com
Subject: CVSup at WineHQ


We're now running CVSup, so if you are a fan of CVSup and CVS, and are
dying to have your own local copy of the repository, here's how to do it: 

$ cat > supfile
*default host=cvs.winehq.com
*default base=.
*default release=wine
*default delete use-rel-suffix
wine
^D
$ cvsup supfile
[...]
$

If you want to maintain a private mirror, CVSup is probably the right way
to do it. It's not clear to me that public mirrors are needed at the
moment, but I'd like to thank the people who offered.

Remember that if all you want is the latest Wine source, please ignore
CVSup entirely, and just do

$ cvs update

from time to time.

doug.
ridgway@winehq.com