Wine HQ

  WineHQ Menu
 WineHQ
 AppDB
 Bugzilla
 Wine Wiki
 Wine Forums

  About
 Introduction
 Features
 Screenshots
 Contributing
 News
 Press
 License

  Download
 Get Wine Now

  Support
 Getting Help
 FAQ
 Documentation
 HowTo
 Live Support Chat
 Paid Support

  Development
 Developers Guide
 Mailing Lists
 GIT
 Sending Patches
 To Do Lists
 Fun Projects
 Janitorial
 Winelib
 Status
 Resources
 WineConf

Search WineHQ
The Wine CVS Tree

The Wine CVS Tree

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.

  1. Getting a local copy of Wine
  2. Documentation module available via CVS from Sourceforge
  3. Source Tree Browsing via the Web

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


Documentation module available via CVS from Sourceforge

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.


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: