cygwin-x-doc/cg programming-obtaining-source.xml,1.2,1.3
Alexander Gottwald <xserver-commit-u7BhqnqprCWvj1b/[email protected]>
| Newsgroups | gmane.comp.freedesktop.xserver.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: ago Update of /cvs/xserver/cygwin-x-doc/cg In directory gabe:/tmp/cvs-serv28432/cg Modified Files: programming-obtaining-source.xml Log Message: 2004-12-07 Alexander Gottwald <[email protected]> * cg/programming-obtaining-source.xml: Updated information on obtaining the sources from CVS. Index: programming-obtaining-source.xml =================================================================== RCS file: /cvs/xserver/cygwin-x-doc/cg/programming-obtaining-source.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- programming-obtaining-source.xml 3 Apr 2004 07:14:26 -0000 1.2 +++ programming-obtaining-source.xml 7 Dec 2004 12:49:37 -0000 1.3 @@ -16,7 +16,21 @@ url="&xorg-url-cvs;">CVS access to the &x-window-system; source tree</ulink> is also available.</para> -<para>Wait for these instructions to be updated some time after -2004-04-03.</para> +<para>There are two versions of the source available in CVS.</para> + +<para>Stable: The stable branch is located in the CYGWIN branch of CVS. Only +bugfixes and small enhancements are allowed for the stable branch. The CYGWIN +branch will follow the stable releases from Xorg. All releases are done from +from CYGWIN branch. +<screen> +$ cvs -d :pserver:anoncvs-fPHQoQgdw3yvj1b/[email protected]:/cvs/xorg login +CVS password: <hit return> +$ cvs -d :pserver:anoncvs-fPHQoQgdw3yvj1b/[email protected]:/cvs/xorg co -r CYGWIN xc</screen></para> + +<para>Devel: The development branch is locate in the HEAD branch of CVS. +<screen> +$ cvs -d :pserver:anoncvs-fPHQoQgdw3yvj1b/[email protected]:/cvs/xorg login +CVS password: <hit return> +$ cvs -d :pserver:anoncvs-fPHQoQgdw3yvj1b/[email protected]:/cvs/xorg co xc</screen></para> </sect1>