diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2015-03-10 14:19:42 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2015-03-10 14:19:42 +0100 |
commit | 9272d8f942b79a0343a09647954c58341245d17c (patch) | |
tree | b166664b7dcc54680a71ec68a0acd348076c72f2 /winsup/doc/faq-programming.xml | |
parent | 09e300032f03399ded49033ec21c379a76646a83 (diff) | |
download | cygnal-9272d8f942b79a0343a09647954c58341245d17c.tar.gz cygnal-9272d8f942b79a0343a09647954c58341245d17c.tar.bz2 cygnal-9272d8f942b79a0343a09647954c58341245d17c.zip |
Change CVS->GIT in docs
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/doc/faq-programming.xml')
-rw-r--r-- | winsup/doc/faq-programming.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/winsup/doc/faq-programming.xml b/winsup/doc/faq-programming.xml index 78e449167..491da5dbf 100644 --- a/winsup/doc/faq-programming.xml +++ b/winsup/doc/faq-programming.xml @@ -710,11 +710,11 @@ which requires the <literal>dblatex</literal>, documentation, see the README included in the <literal>cygwin-doc</literal> package. </para> -<para>Next, get the Cygwin source. Ideally, you should check out -what you need from CVS (<ulink url="https://cygwin.com/cvs.html"/>). This is the -<emphasis>preferred method</emphasis> for acquiring the sources. Otherwise, if -you are trying to duplicate a cygwin release then you should -download the corresponding source package +<para>Next, get the Cygwin source. Ideally, you should check out what you +need from GIT (<ulink url="https://cygwin.com/git.html"/>). This is the +<emphasis>preferred method</emphasis> for acquiring the sources. Otherwise, +if you are trying to duplicate a cygwin release then you should download the +corresponding source package (<literal>cygwin-x.y.z-n-src.tar.bz2</literal>). </para> <para>You <emphasis>must</emphasis> build cygwin in a separate directory from @@ -751,7 +751,7 @@ same time. Remove all but one. symbols that you see in gdb are basically meaningless. It is also a good idea to use the latest code in case the bug has been fixed, so we recommend trying the latest snapshot from -<ulink url="https://cygwin.com/snapshots/"/> or building the DLL from CVS. +<ulink url="https://cygwin.com/snapshots/"/> or building the DLL from GIT. </para> <para>To build a debugging version of the Cygwin DLL, you will need to follow the instructions at <ulink url="https://cygwin.com/faq/faq.html#faq.programming.building-cygwin"/>. |