Note: We are switching development from CVS to Git. Instructions for using the Wine GIT tree can be found on the GitWine page on the Wine Wiki.
To connect to the CVS server, run:
export CVSROOT=:pserver:cvs@cvs.winehq.org:/home/wine cvs login
Use "cvs" as the password (without the quotes). Note that /home/wine is a path on the server, not on your machine.
/home/wine
To check out the entire Wine source tree run:
cvs -z 3 checkout wine
The documentation lives in a separate CVS tree on Sourceforge. To get the docs in a terminal run:
cvs -z3 -d:pserver:anonymous@wine.cvs.sourceforge.net:/cvsroot/wine co -P docs
When prompted for a password press the enter key. A subdirectory named docs will be created.
You can also Browse the Wine Documentation module. Here is more information on documentation writing.
The source code of the entire Wine tree is (LXR-based) cross-referenced and available for browsing, including a search engine. This cross-references source is based on the snapshot-releases and is made available at:
Direct access from the web to the complete CVS tree is also possible, using cvsweb package: