head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2006.04.25.18.48.26; author cworth; state Exp; branches; next ; desc @@ 1.1 log @Make it very clear that the CVS tree is stale and obsolete @ text @********************* ****** WARNING ****** ********************* This is an obsolete checkout of the cairo source code. The current cairo source code is no longer maintained with CVS, but instead with the git content tracker. To use git to checkout the cairo library, use the following command: git clone git://git.cairographics.org/git/cairo followed by periodic updates: git pull origin Once you have a clone this way, you can browse it locally with graphical tools such as gitk or gitview. You may also commit changes locally with "git commit -a". These local commits will be automatically merged with upstream changes when you cg-update, and you can also generate patches from them for submitting to the cairo mailing list with "git format-patch origin". Note: If you can't find git packages from your distribution, you can get tar files from: http://www.kernel.org/pub/software/scm/git/ For the most up-to-date information on obtaining the latest cairo sources, see: http://cairographics.org/download I apologize for any inconvenience or confusion the switch from CVS to git may have caused. So thank you for your patience, and please continue to have fun with cairo! -Carl @