The Wine CVS Tree
Note: We have switched development from CVS to Git. Instructions for using the Wine Git tree can be found on the GitWine page on the Wine Wiki.
Getting a local copy of Wine
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.
To check out the entire Wine source tree run:
cvs -z 3 checkout wine
Source Tree Browsing via the Web
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:
- cvs.winehq.org/cvsweb, on the primary CVS repository.


