docs/en winedev-opengl.sgml winedev-testing.sg ...

Dimi Paun dimi at users.sourceforge.net
Sun Aug 27 22:41:39 CDT 2006


ChangeSet ID:	1156736499151778276850568
CVSROOT:	/cvsroot/wine
Module name:	docs
Changes by:	dimi at sc8-pr-cvs9.sourceforge.net	2006/08/27 20:41:39

Modified files:
	en             : winedev-opengl.sgml winedev-testing.sgml 
	                 wineusr-getting.sgml wineusr-glossary.sgml 
	                 wineusr-introduction.sgml 

Log message:
	Mike McCormack <mike at codeweavers.com>
	Change a few more references from CVS to Git.


Old revision  New revision  Changes     Path
 1.2           1.3           +2 -2       docs/en/winedev-opengl.sgml
 1.3           1.4           +2 -1       docs/en/winedev-testing.sgml
 1.2           1.3           +8 -8       docs/en/wineusr-getting.sgml
 1.1.1.1       1.2           +10 -8      docs/en/wineusr-glossary.sgml
 1.2           1.3           +2 -2       docs/en/wineusr-introduction.sgml

Index: docs/en/winedev-opengl.sgml
diff -u -p docs/en/winedev-opengl.sgml:1.2 docs/en/winedev-opengl.sgml:1.3
--- docs/en/winedev-opengl.sgml	28 Aug 2006  3:41:39 -0000
+++ /dev/null	28 Aug 2006  3:41:39 -0000
@@ -159,7 +159,7 @@
         <para>
           The thunks are the Wine code that does the calling
           convention translation and they are auto-generated by a Perl
-          script. In Wine's CVS tree, these thunks are already
+          script. In Wine's Git tree, these thunks are already
           generated for you. Now, if you want to do it yourself, there
           is how it all works....
         </para>
@@ -192,7 +192,7 @@
               fixes the list of functions that the Windows application
               can link directly to without having to query them from
               the OpenGL driver. Windows is based, for now, on OpenGL
-              1.1, but the thunks that are in the CVS tree are
+              1.1, but the thunks that are in the Git tree are
               generated for OpenGL 1.2.
             </para>
             <para>
Index: docs/en/winedev-testing.sgml
diff -u -p docs/en/winedev-testing.sgml:1.3 docs/en/winedev-testing.sgml:1.4
--- docs/en/winedev-testing.sgml	28 Aug 2006  3:41:39 -0000
+++ /dev/null	28 Aug 2006  3:41:39 -0000
@@ -367,7 +367,8 @@ thread.c: 86 tests executed, 5 marked as
            Make a directory <filename>wine</> underneath your work directory,
            and copy the file <filename>wine/test.h</> from the Wine source tree there.
            (You can download this file from the latest revision at
-            <ulink url="http://cvs.winehq.org/cvsweb/wine/include/wine/test.h">http://cvs.winehq.org/cvsweb/wine/include/wine/test.h</>).
+            <ulink url="http://source.winehq.org/git/?p=wine.git;a=blob_plain;f=include/wine/test.h">
+                        http://source.winehq.org/git/?p=wine.git;a=blob_plain;f=include/wine/test.h</>).
           </para></listitem>
           <listitem><para>
            Copy some existing test from the Wine source tree, or
Index: docs/en/wineusr-getting.sgml
diff -u -p docs/en/wineusr-getting.sgml:1.2 docs/en/wineusr-getting.sgml:1.3
--- docs/en/wineusr-getting.sgml	28 Aug 2006  3:41:39 -0000
+++ /dev/null	28 Aug 2006  3:41:39 -0000
@@ -57,23 +57,23 @@
         </para>
       </sect2>
 
-      <sect2 id="installation-methods-cvs">
-        <title>Installation from a cvs snapshot</title>
+      <sect2 id="installation-methods-git">
+        <title>Installation from a Git tree</title>
         <para>
           If you wish to try out the bleeding edge of Wine development, or 
           would even like to help develop Wine yourself, you can download the 
-          very latest source code from our CVS server.  Instructions for 
-          downloading from the Wine cvs repository are available at <ulink 
-          url="http://www.winehq.org/site/cvs">http://www.winehq.org/site/cvs
+          very latest source code from our Git repository.  Instructions for 
+          downloading from the Wine Git repository are available at <ulink 
+          url="http://www.winehq.org/site/git">http://www.winehq.org/site/git
           </ulink>.
         </para>
         <para>
           Please take note that the usual warnings for using a developmental 
-          version still apply.  The source code on the CVS server is largely 
+          version still apply.  The source code on the Git repository is largely 
           untested and may not even compile properly.  It is, however, the 
           best way to test out how Wine will work in the next version, and if 
           you're modifying source code it's best to get the latest copy.  The 
-          CVS repository is also useful for application maintainers interested 
+          Git repository is also useful for application maintainers interested 
           in testing if an application will still work right for the next 
           release, or if a recent patch actually improves things.  If you're 
           interested in helping us to get an application working in Wine, see 
@@ -130,7 +130,7 @@
           Before installing Wine from source, make sure you uninstall any Wine 
           binary packages you may have on your system.  Installing from source 
           requires use of the terminal window as well as a full copy of the 
-          Wine source code.  Once having downloaded the source from CVS or 
+          Wine source code.  Once having downloaded the source from Git or 
           extracted it from an archive, navigate to it using the terminal and 
           then follow the remaining steps.
       </para>
Index: docs/en/wineusr-glossary.sgml
diff -u -p docs/en/wineusr-glossary.sgml:1.1.1.1 docs/en/wineusr-glossary.sgml:1.2
--- docs/en/wineusr-glossary.sgml	28 Aug 2006  3:41:39 -0000
+++ /dev/null	28 Aug 2006  3:41:39 -0000
@@ -27,14 +27,6 @@ EXAMPLE:
   </glossdef>
 </glossentry>
 <glossentry>
-  <glossterm>CVS</glossterm>
-  <glossdef>
-  <para>
-    Concurrent Versions System, a software package to manage software development done by several people. See the CVS chapter in the Wine Developers Guide for detailed usage information.
-  </para>
-  </glossdef>
-</glossentry>
-<glossentry>
   <glossterm>Distribution</glossterm>
   <glossdef>
   <para>
@@ -102,6 +94,16 @@ EXAMPLE:
   </glossdef>
 </glossentry>
 <glossentry>
+  <glossterm>Git</glossterm>
+  <glossdef>
+  <para>
+    Git is a fast directory content manager, originally written for use with
+    large repositories, such as the Linux Kernel source. 
+    See the Git chapter in the Wine Developers Guide for detailed usage information.
+  </para>
+  </glossdef>
+</glossentry>
+<glossentry>
   <glossterm>Package</glossterm>
   <glossdef>
   <para>
Index: docs/en/wineusr-introduction.sgml
diff -u -p docs/en/wineusr-introduction.sgml:1.2 docs/en/wineusr-introduction.sgml:1.3
--- docs/en/wineusr-introduction.sgml	28 Aug 2006  3:41:39 -0000
+++ /dev/null	28 Aug 2006  3:41:39 -0000
@@ -210,8 +210,8 @@
              (roughly once a month), and can be downloaded over the
              internet in both prepackaged binary form and ready to compile
              source code form.  Alternatively, you can install a development
-             version of Wine by using the latest available source code on
-             the CVS server.  See the next chapter, <link
+             version of Wine by using the latest available source code from
+             the Git repository.  See the next chapter, <link
              linkend="getting-wine">Getting Wine</link>, for further details.
           </para>
         </sect2>



More information about the wine-cvs mailing list